+ 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.48.altinityfips+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.48.altinityfips+asan_amd64.deb ... Unpacking clickhouse-common-static (24.3.5.48.altinityfips+asan) ... Setting up clickhouse-common-static (24.3.5.48.altinityfips+asan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.48.altinityfips+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.48.altinityfips+asan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.5.48.altinityfips+asan) ... Setting up clickhouse-common-static-dbg (24.3.5.48.altinityfips+asan) ... + dpkg -i package_folder/clickhouse-server_24.3.5.48.altinityfips+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.48.altinityfips+asan_amd64.deb ... Unpacking clickhouse-server (24.3.5.48.altinityfips+asan) ... Setting up clickhouse-server (24.3.5.48.altinityfips+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.48.altinityfips+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.48.altinityfips+asan_amd64.deb ... Unpacking clickhouse-client (24.3.5.48.altinityfips+asan) ... Setting up clickhouse-client (24.3.5.48.altinityfips+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' 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=23812096 + sed --follow-symlinks -i 's|[[:digit:]]\+|23812096|' /etc/clickhouse-server/config.d/keeper_port.xml + value=63549440 + sed --follow-symlinks -i 's|[[:digit:]]\+|63549440|' /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 x86_64 Adding azure configuration + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/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=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=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=0 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|0|' + 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=32086432 + total_mem=32856506368 + 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 + local max_users_mem + max_users_mem=9856951910 + echo 'Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G + cat + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:33829 http://127.0.0.1:33829 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (33829), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./17F0CAB128631944c7e5e4e6-8b82-443b-acb7-d311613a6089 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 289 root 10u IPv6 21406 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 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: 151.79 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: 106.36 MiB/s + 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 02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 43.98 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: 3.47 KiB/s + 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 b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.47 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: 5.45 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.96 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 127.0.0.1 - - [31/Aug/2024:10:52:11 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - + counter=8 + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [31/Aug/2024:10:52:11 +0000] "PUT /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy?blockid=kbswjwjquqndbhnposnxgzxfarfavxifkkauwweowyomseogcfxaugtoeskbjtud&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:52:11 +0000] "PUT /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:52:12 +0000] "GET /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy HTTP/1.1" 206 4 127.0.0.1 - - [31/Aug/2024:10:52:12 +0000] "GET /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy HTTP/1.1" 206 2 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) 127.0.0.1 - - [31/Aug/2024:10:52:12 +0000] "DELETE /devstoreaccount1/cont/edmudsfttwjoemhmlgxzkbnrrgzmjwcy HTTP/1.1" 202 - + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + 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 579 + 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=579 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Sent terminate signal to process with pid 579. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 579. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stoscript.gdb:13: Error in sourced command file: No stack. p Found pid = 579 in the list of running processes. The process with pid = 579 is running. Waiting for server to stop Found pid = 579 in the list of running processes. The process with pid = 579 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= + '[' 0 -eq 1 ']' + cache_policy=LRU Using cache policy: LRU + echo 'Using cache policy: LRU' + '[' LRU = SLRU ']' + 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 127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "PUT /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn?blockid=lumoflgxrmohhydrbgzymyukucnqeknjftnctuirzdebhwvppgwujgjeqlmfzhwj&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "PUT /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "GET /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn HTTP/1.1" 206 4 127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "GET /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn HTTP/1.1" 206 2 127.0.0.1 - - [31/Aug/2024:10:54:00 +0000] "DELETE /devstoreaccount1/cont/kvqlcblgisirspcvndhnsfdnjzkckabn HTTP/1.1" 202 - + 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' 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' 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 1487 + 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=1487 + clickhouse stop --max-tries 90 --do-not-kill API: PutObjectPart(bucket=test, object=s3/ugb/bgwwrovscxlgtkrdguosxrgllpfgj) Time: 11:11:54 UTC 08/31/2024 DeploymentID: c7e5e4e6-8b82-443b-acb7-d311613a6089 RequestID: 17F0CBC73FA89320 RemoteHost: ::1 Host: localhost:11111 UserAgent: aws-sdk-cpp/1.11.234 ua/2.0 md/aws-crt#0.24.11-dev+f030c602 os/Linux/5.15.0-119-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/00792de0f70e25f955bef740ffef9f51f0725d820a60a17324a4780497973a85/1a5dc7d6-5d97-4262-be91-36c1abfeefd4/00002.98e45c79f70897931f79611e0ab1fe23.16032449: no such file or directory (*fs.PathError) filepath=/minio_data/.minio.sys/tmp/4f1535d0-3547-4625-a5a3-e15c0683c177/1a5dc7d6-5d97-4262-be91-36c1abfeefd4.99f81d55-e37e-4993-bc4d-18c14768084a, uploadID=1a5dc7d6-5d97-4262-be91-36c1abfeefd4, partPath=/minio_data/.minio.sys/multipart/00792de0f70e25f955bef740ffef9f51f0725d820a60a17324a4780497973a85/1a5dc7d6-5d97-4262-be91-36c1abfeefd4/00002.98e45c79f70897931f79611e0ab1fe23.16032449 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 = 1487. The process with pid = 1487 is running. Sent terminate signal to process with pid 1487. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 1487. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 is running. Waiting for server to stop Found pid = 1487 in the list of running processes. The process with pid = 1487 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 + 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=51279872 + sed --follow-symlinks -i 's|[[:digit:]]\+|51279872|' /etc/clickhouse-server/config.d/keeper_port.xml + value=63680512 + sed --follow-symlinks -i 's|[[:digit:]]\+|63680512|' /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-template-key + case $object_key_type in + ln -sf /usr/share/clickhouse-test/config/config.d/storage_metadata_with_full_object_key.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/s3_storage_policy_with_template_object_key.xml /etc/clickhouse-server/config.d/s3_storage_policy_by_default.xml + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] x86_64 + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ 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=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=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=0 + sudo cat /etc/clickhouse-server/config.d/block_number.xml + sed 's|[01]|0|' + 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=32086432 + total_mem=32856506368 + 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 + local max_users_mem + max_users_mem=9856951910 + echo 'Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G' + cat Setting max_memory_usage_for_user=9856951910 and max_memory_usage for queries to 10G + 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 + '[' LRU = SLRU ']' ++ date +%-d + '[' 1 -eq 1 ']' + sudo echo 'true' + 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 127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "PUT /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks?blockid=fphkrfjokwieinvqdmipgoxkvqxtjqvothybujqottubgnllhkfapktljlbvrbji&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "PUT /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "GET /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks HTTP/1.1" 206 4 127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "GET /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks HTTP/1.1" 206 2 127.0.0.1 - - [31/Aug/2024:11:12:18 +0000] "DELETE /devstoreaccount1/cont/csdodvgwtdxwquhthjullgcxscelapks HTTP/1.1" 202 - + counter=2 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 2 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=3 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 3 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=4 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 4 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=5 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 5 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=6 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 6 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=7 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 7 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=8 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 8 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=9 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 9 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=10 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 10 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=11 + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + '[' 11 -gt 120 ']' + clickhouse start --user root + sleep 0.5 + counter=12 + 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 2943 + 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-08-31 13:13:24,764 Run func tests '/usr/bin/clickhouse-test --global_time_limit=1200 ' 2024-08-31 13:13:25,265 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_1 --client-option join_use_nulls=1 join_algorithm='parallel_hash' memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 group_by_use_nulls=1 http_make_head_request=0 --global_time_limit=1200 ' 2024-08-31 13:13:25,766 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-08-31 13:13:26,267 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_3 --client-option join_algorithm='partial_merge' group_by_use_nulls=1 optimize_trivial_approximate_count_query=1 http_make_head_request=1 --global_time_limit=1200 ' 2024-08-31 13:13:26,768 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-08-31 13:13:27,269 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' use_query_cache=1 group_by_use_nulls=1 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 ' 2024-08-31 13:13:27,770 Run func tests '/usr/bin/clickhouse-test --order=random --client-option use_query_cache=1 memory_tracker_fault_probability=0.001 merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability=0.05 http_make_head_request=1 --global_time_limit=1200 ' 2024-08-31 13:13:28,271 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-08-31 13:13:28,772 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 http_make_head_request=0 --global_time_limit=1200 ' 2024-08-31 13:13:29,273 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-08-31 13:13:29,774 Run func tests '/usr/bin/clickhouse-test --order=random --client-option join_use_nulls=1 --global_time_limit=1200 ' 2024-08-31 13:13:30,275 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' 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-08-31 13:13:30,777 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-08-31 13:13:31,278 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 http_make_head_request=0 --global_time_limit=1200 ' 2024-08-31 13:13:31,778 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 optimize_trivial_approximate_count_query=1 --global_time_limit=1200 ' 2024-08-31 13:13:32,279 Run func tests '/usr/bin/clickhouse-test --order=random --database=test_15 --client-option join_algorithm='full_sorting_merge' use_query_cache=1 group_by_use_nulls=1 http_make_head_request=1 --global_time_limit=1200 ' 2024-08-31 13:13:32,780 Will wait functests to finish 2024-08-31 13:13:32,780 Finished 3 from 16 processes 2024-08-31 13:13:37,783 Finished 3 from 16 processes 2024-08-31 13:13:42,786 Finished 3 from 16 processes 2024-08-31 13:13:47,790 Finished 3 from 16 processes 2024-08-31 13:13:52,794 Finished 3 from 16 processes 2024-08-31 13:13:57,798 Finished 3 from 16 processes 2024-08-31 13:14:02,802 Finished 3 from 16 processes 2024-08-31 13:14:07,806 Finished 3 from 16 processes 2024-08-31 13:14:12,810 Finished 3 from 16 processes 2024-08-31 13:14:17,814 Finished 3 from 16 processes 2024-08-31 13:14:22,818 Finished 3 from 16 processes 2024-08-31 13:14:27,822 Finished 3 from 16 processes 2024-08-31 13:14:32,826 Finished 3 from 16 processes 2024-08-31 13:14:37,830 Finished 3 from 16 processes 2024-08-31 13:14:42,834 Finished 3 from 16 processes 2024-08-31 13:14:47,838 Finished 3 from 16 processes 2024-08-31 13:14:52,843 Finished 3 from 16 processes 2024-08-31 13:14:57,846 Finished 3 from 16 processes 2024-08-31 13:15:02,851 Finished 3 from 16 processes 2024-08-31 13:15:07,855 Finished 3 from 16 processes 2024-08-31 13:15:12,858 Finished 3 from 16 processes 2024-08-31 13:15:17,862 Finished 3 from 16 processes 2024-08-31 13:15:22,866 Finished 3 from 16 processes 2024-08-31 13:15:27,870 Finished 3 from 16 processes 2024-08-31 13:15:32,874 Finished 3 from 16 processes 2024-08-31 13:15:37,879 Finished 3 from 16 processes 2024-08-31 13:15:42,882 Finished 3 from 16 processes 2024-08-31 13:15:47,886 Finished 3 from 16 processes 2024-08-31 13:15:52,890 Finished 3 from 16 processes 2024-08-31 13:15:57,894 Finished 3 from 16 processes 2024-08-31 13:16:02,898 Finished 3 from 16 processes 2024-08-31 13:16:07,902 Finished 3 from 16 processes 2024-08-31 13:16:12,907 Finished 3 from 16 processes 2024-08-31 13:16:17,910 Finished 3 from 16 processes 2024-08-31 13:16:22,914 Finished 3 from 16 processes 2024-08-31 13:16:27,918 Finished 3 from 16 processes 2024-08-31 13:16:32,922 Finished 3 from 16 processes 2024-08-31 13:16:37,927 Finished 3 from 16 processes 2024-08-31 13:16:42,930 Finished 3 from 16 processes 2024-08-31 13:16:47,934 Finished 3 from 16 processes 2024-08-31 13:16:52,938 Finished 3 from 16 processes 2024-08-31 13:16:57,942 Finished 3 from 16 processes 2024-08-31 13:17:02,946 Finished 3 from 16 processes 2024-08-31 13:17:07,950 Finished 3 from 16 processes 2024-08-31 13:17:12,954 Finished 3 from 16 processes 2024-08-31 13:17:17,958 Finished 3 from 16 processes 2024-08-31 13:17:22,963 Finished 3 from 16 processes 2024-08-31 13:17:27,966 Finished 3 from 16 processes 2024-08-31 13:17:32,970 Finished 3 from 16 processes 2024-08-31 13:17:37,975 Finished 3 from 16 processes 2024-08-31 13:17:42,980 Finished 3 from 16 processes 2024-08-31 13:17:47,982 Finished 3 from 16 processes 2024-08-31 13:17:52,986 Finished 3 from 16 processes 2024-08-31 13:17:57,990 Finished 3 from 16 processes 2024-08-31 13:18:02,994 Finished 3 from 16 processes 2024-08-31 13:18:07,999 Finished 3 from 16 processes 2024-08-31 13:18:13,002 Finished 3 from 16 processes 2024-08-31 13:18:18,007 Finished 3 from 16 processes 2024-08-31 13:18:23,010 Finished 3 from 16 processes 2024-08-31 13:18:28,014 Finished 3 from 16 processes 2024-08-31 13:18:33,019 Finished 3 from 16 processes 2024-08-31 13:18:38,025 Finished 3 from 16 processes 2024-08-31 13:18:43,026 Finished 3 from 16 processes 2024-08-31 13:18:48,030 Finished 3 from 16 processes 2024-08-31 13:18:53,034 Finished 3 from 16 processes 2024-08-31 13:18:58,038 Finished 3 from 16 processes 2024-08-31 13:19:03,042 Finished 3 from 16 processes 2024-08-31 13:19:08,046 Finished 3 from 16 processes 2024-08-31 13:19:13,050 Finished 3 from 16 processes 2024-08-31 13:19:18,054 Finished 3 from 16 processes 2024-08-31 13:19:23,058 Finished 3 from 16 processes 2024-08-31 13:19:28,062 Finished 3 from 16 processes 2024-08-31 13:19:33,066 Finished 3 from 16 processes 2024-08-31 13:19:38,071 Finished 3 from 16 processes 2024-08-31 13:19:43,076 Finished 3 from 16 processes 2024-08-31 13:19:48,078 Finished 3 from 16 processes 2024-08-31 13:19:53,082 Finished 3 from 16 processes 2024-08-31 13:19:58,086 Finished 3 from 16 processes 2024-08-31 13:20:03,090 Finished 3 from 16 processes 2024-08-31 13:20:08,094 Finished 4 from 16 processes 2024-08-31 13:20:13,098 Finished 4 from 16 processes 2024-08-31 13:20:18,102 Finished 6 from 16 processes 2024-08-31 13:20:23,106 Finished 9 from 16 processes 2024-08-31 13:20:28,110 Finished 9 from 16 processes 2024-08-31 13:20:33,114 Finished 9 from 16 processes 2024-08-31 13:20:38,119 Finished 9 from 16 processes 2024-08-31 13:20:43,122 Finished 9 from 16 processes 2024-08-31 13:20:48,126 Finished 9 from 16 processes 2024-08-31 13:20:53,130 Finished 9 from 16 processes 2024-08-31 13:20:58,134 Finished 9 from 16 processes 2024-08-31 13:21:03,138 Finished 9 from 16 processes 2024-08-31 13:21:08,143 Finished 9 from 16 processes 2024-08-31 13:21:13,146 Finished 9 from 16 processes 2024-08-31 13:21:18,150 Finished 9 from 16 processes 2024-08-31 13:21:23,154 Finished 9 from 16 processes 2024-08-31 13:21:28,158 Finished 9 from 16 processes 2024-08-31 13:21:33,162 Finished 9 from 16 processes 2024-08-31 13:21:38,166 Finished 9 from 16 processes 2024-08-31 13:21:43,170 Finished 9 from 16 processes 2024-08-31 13:21:48,175 Finished 9 from 16 processes 2024-08-31 13:21:53,178 Finished 9 from 16 processes 2024-08-31 13:21:58,182 Finished 9 from 16 processes 2024-08-31 13:22:03,186 Finished 9 from 16 processes 2024-08-31 13:22:08,190 Finished 9 from 16 processes 2024-08-31 13:22:13,195 Finished 9 from 16 processes 2024-08-31 13:22:18,198 Finished 9 from 16 processes 2024-08-31 13:22:23,202 Finished 9 from 16 processes 2024-08-31 13:22:28,206 Finished 9 from 16 processes 2024-08-31 13:22:33,211 Finished 9 from 16 processes 2024-08-31 13:22:38,212 Finished 9 from 16 processes 2024-08-31 13:22:43,214 Finished 9 from 16 processes 2024-08-31 13:22:48,218 Finished 9 from 16 processes 2024-08-31 13:22:53,222 Finished 9 from 16 processes 2024-08-31 13:22:58,227 Finished 9 from 16 processes 2024-08-31 13:23:03,233 Finished 9 from 16 processes 2024-08-31 13:23:08,234 Finished 9 from 16 processes 2024-08-31 13:23:13,238 Finished 9 from 16 processes 2024-08-31 13:23:18,242 Finished 9 from 16 processes 2024-08-31 13:23:23,246 Finished 9 from 16 processes 2024-08-31 13:23:28,251 Finished 9 from 16 processes 2024-08-31 13:23:33,254 Finished 9 from 16 processes 2024-08-31 13:23:38,258 Finished 9 from 16 processes 2024-08-31 13:23:43,262 Finished 9 from 16 processes 2024-08-31 13:23:48,266 Finished 9 from 16 processes 2024-08-31 13:23:53,271 Finished 9 from 16 processes 2024-08-31 13:23:58,274 Finished 9 from 16 processes 2024-08-31 13:24:03,277 Finished 9 from 16 processes 2024-08-31 13:24:08,282 Finished 9 from 16 processes 2024-08-31 13:24:13,283 Finished 10 from 16 processes 2024-08-31 13:24:18,286 Finished 10 from 16 processes 2024-08-31 13:24:23,290 Finished 10 from 16 processes 2024-08-31 13:24:28,294 Finished 10 from 16 processes 2024-08-31 13:24:33,298 Finished 10 from 16 processes 2024-08-31 13:24:38,302 Finished 10 from 16 processes 2024-08-31 13:24:43,306 Finished 10 from 16 processes 2024-08-31 13:24:48,310 Finished 10 from 16 processes 2024-08-31 13:24:53,314 Finished 10 from 16 processes 2024-08-31 13:24:58,318 Finished 10 from 16 processes 2024-08-31 13:25:03,322 Finished 10 from 16 processes 2024-08-31 13:25:08,326 Finished 10 from 16 processes 2024-08-31 13:25:13,330 Finished 10 from 16 processes 2024-08-31 13:25:18,333 Finished 10 from 16 processes 2024-08-31 13:25:23,334 Finished 10 from 16 processes 2024-08-31 13:25:28,338 Finished 10 from 16 processes 2024-08-31 13:25:33,342 Finished 10 from 16 processes 2024-08-31 13:25:38,346 Finished 10 from 16 processes 2024-08-31 13:25:43,350 Finished 10 from 16 processes 2024-08-31 13:25:48,355 Finished 10 from 16 processes 2024-08-31 13:25:53,358 Finished 10 from 16 processes 2024-08-31 13:25:58,362 Finished 10 from 16 processes 2024-08-31 13:26:03,366 Finished 10 from 16 processes 2024-08-31 13:26:08,370 Finished 10 from 16 processes 2024-08-31 13:26:13,374 Finished 10 from 16 processes 2024-08-31 13:26:18,378 Finished 10 from 16 processes 2024-08-31 13:26:23,382 Finished 10 from 16 processes 2024-08-31 13:26:28,387 Finished 10 from 16 processes 2024-08-31 13:26:33,393 Finished 10 from 16 processes 2024-08-31 13:26:38,394 Finished 10 from 16 processes 2024-08-31 13:26:43,398 Finished 10 from 16 processes 2024-08-31 13:26:48,402 Finished 10 from 16 processes 2024-08-31 13:26:53,406 Finished 10 from 16 processes 2024-08-31 13:26:58,407 Finished 10 from 16 processes 2024-08-31 13:27:03,411 Finished 10 from 16 processes 2024-08-31 13:27:08,414 Finished 10 from 16 processes 2024-08-31 13:27:13,419 Finished 10 from 16 processes 2024-08-31 13:27:18,422 Finished 10 from 16 processes 2024-08-31 13:27:23,427 Finished 10 from 16 processes 2024-08-31 13:27:28,430 Finished 10 from 16 processes 2024-08-31 13:27:33,434 Finished 10 from 16 processes 2024-08-31 13:27:38,438 Finished 10 from 16 processes 2024-08-31 13:27:43,442 Finished 10 from 16 processes 2024-08-31 13:27:48,446 Finished 10 from 16 processes 2024-08-31 13:27:53,450 Finished 10 from 16 processes 2024-08-31 13:27:58,454 Finished 10 from 16 processes 2024-08-31 13:28:03,458 Finished 10 from 16 processes 2024-08-31 13:28:08,462 Finished 10 from 16 processes 2024-08-31 13:28:13,467 Finished 10 from 16 processes 2024-08-31 13:28:18,472 Finished 10 from 16 processes 2024-08-31 13:28:23,474 Finished 10 from 16 processes 2024-08-31 13:28:28,478 Finished 10 from 16 processes 2024-08-31 13:28:33,482 Finished 10 from 16 processes 2024-08-31 13:28:38,486 Finished 10 from 16 processes 2024-08-31 13:28:43,490 Finished 10 from 16 processes 2024-08-31 13:28:48,494 Finished 10 from 16 processes 2024-08-31 13:28:53,498 Finished 10 from 16 processes 2024-08-31 13:28:58,502 Finished 10 from 16 processes 2024-08-31 13:29:03,506 Finished 10 from 16 processes 2024-08-31 13:29:08,510 Finished 10 from 16 processes 2024-08-31 13:29:13,514 Finished 10 from 16 processes 2024-08-31 13:29:18,518 Finished 10 from 16 processes 2024-08-31 13:29:23,522 Finished 10 from 16 processes 2024-08-31 13:29:28,526 Finished 10 from 16 processes 2024-08-31 13:29:33,530 Finished 10 from 16 processes 2024-08-31 13:29:38,534 Finished 10 from 16 processes 2024-08-31 13:29:43,538 Finished 10 from 16 processes 2024-08-31 13:29:48,542 Finished 10 from 16 processes 2024-08-31 13:29:53,546 Finished 10 from 16 processes 2024-08-31 13:29:58,549 Finished 10 from 16 processes 2024-08-31 13:30:03,550 Finished 10 from 16 processes 2024-08-31 13:30:08,554 Finished 10 from 16 processes 2024-08-31 13:30:13,559 Finished 10 from 16 processes 2024-08-31 13:30:18,562 Finished 10 from 16 processes 2024-08-31 13:30:23,566 Finished 10 from 16 processes 2024-08-31 13:30:28,570 Finished 10 from 16 processes 2024-08-31 13:30:33,574 Finished 10 from 16 processes 2024-08-31 13:30:38,578 Finished 10 from 16 processes 2024-08-31 13:30:43,582 Finished 10 from 16 processes 2024-08-31 13:30:48,586 Finished 10 from 16 processes 2024-08-31 13:30:53,590 Finished 10 from 16 processes 2024-08-31 13:30:58,594 Finished 10 from 16 processes 2024-08-31 13:31:03,598 Finished 10 from 16 processes 2024-08-31 13:31:08,602 Finished 10 from 16 processes 2024-08-31 13:31:13,607 Finished 10 from 16 processes 2024-08-31 13:31:18,610 Finished 10 from 16 processes 2024-08-31 13:31:23,614 Finished 10 from 16 processes 2024-08-31 13:31:28,618 Finished 10 from 16 processes 2024-08-31 13:31:33,622 Finished 10 from 16 processes 2024-08-31 13:31:38,626 Finished 10 from 16 processes 2024-08-31 13:31:43,631 Finished 10 from 16 processes 2024-08-31 13:31:48,634 Finished 10 from 16 processes 2024-08-31 13:31:53,638 Finished 10 from 16 processes 2024-08-31 13:31:58,642 Finished 10 from 16 processes 2024-08-31 13:32:03,646 Finished 10 from 16 processes 2024-08-31 13:32:08,650 Finished 10 from 16 processes 2024-08-31 13:32:13,654 Finished 10 from 16 processes 2024-08-31 13:32:18,658 Finished 10 from 16 processes 2024-08-31 13:32:23,662 Finished 10 from 16 processes 2024-08-31 13:32:28,666 Finished 10 from 16 processes 2024-08-31 13:32:33,670 Finished 10 from 16 processes 2024-08-31 13:32:38,674 Finished 10 from 16 processes 2024-08-31 13:32:43,678 Finished 10 from 16 processes 2024-08-31 13:32:48,682 Finished 10 from 16 processes 2024-08-31 13:32:53,686 Finished 10 from 16 processes 2024-08-31 13:32:58,690 Finished 10 from 16 processes 2024-08-31 13:33:03,694 Finished 10 from 16 processes 2024-08-31 13:33:08,698 Finished 10 from 16 processes 2024-08-31 13:33:13,702 Finished 10 from 16 processes 2024-08-31 13:33:18,706 Finished 10 from 16 processes 2024-08-31 13:33:23,710 Finished 10 from 16 processes 2024-08-31 13:33:28,714 Finished 10 from 16 processes 2024-08-31 13:33:33,718 Finished 10 from 16 processes 2024-08-31 13:33:38,722 Finished 10 from 16 processes 2024-08-31 13:33:43,726 Finished 11 from 16 processes 2024-08-31 13:33:48,730 Finished 12 from 16 processes 2024-08-31 13:33:53,734 Finished 12 from 16 processes 2024-08-31 13:33:58,738 Finished 12 from 16 processes 2024-08-31 13:34:03,742 Finished 12 from 16 processes 2024-08-31 13:34:08,746 Finished 12 from 16 processes 2024-08-31 13:34:13,750 Finished 12 from 16 processes 2024-08-31 13:34:18,754 Finished 12 from 16 processes 2024-08-31 13:34:23,758 Finished 12 from 16 processes 2024-08-31 13:34:28,762 Finished 12 from 16 processes 2024-08-31 13:34:33,766 Finished 12 from 16 processes 2024-08-31 13:34:38,770 Finished 12 from 16 processes 2024-08-31 13:34:43,774 Finished 12 from 16 processes 2024-08-31 13:34:48,778 Finished 12 from 16 processes 2024-08-31 13:34:53,782 Finished 12 from 16 processes 2024-08-31 13:34:58,786 Finished 12 from 16 processes 2024-08-31 13:35:03,790 Finished 12 from 16 processes 2024-08-31 13:35:08,794 Finished 12 from 16 processes 2024-08-31 13:35:13,798 Finished 12 from 16 processes 2024-08-31 13:35:18,802 Finished 12 from 16 processes 2024-08-31 13:35:23,806 Finished 12 from 16 processes 2024-08-31 13:35:28,810 Finished 12 from 16 processes 2024-08-31 13:35:33,811 Finished 12 from 16 processes 2024-08-31 13:35:38,814 Finished 12 from 16 processes 2024-08-31 13:35:43,818 Finished 12 from 16 processes 2024-08-31 13:35:48,822 Finished 12 from 16 processes 2024-08-31 13:35:53,826 Finished 12 from 16 processes 2024-08-31 13:35:58,830 Finished 12 from 16 processes 2024-08-31 13:36:03,834 Finished 12 from 16 processes 2024-08-31 13:36:08,838 Finished 12 from 16 processes 2024-08-31 13:36:13,842 Finished 12 from 16 processes 2024-08-31 13:36:18,846 Finished 12 from 16 processes 2024-08-31 13:36:23,850 Finished 12 from 16 processes 2024-08-31 13:36:28,854 Finished 12 from 16 processes 2024-08-31 13:36:33,858 Finished 12 from 16 processes 2024-08-31 13:36:38,862 Finished 12 from 16 processes 2024-08-31 13:36:43,866 Finished 12 from 16 processes 2024-08-31 13:36:48,870 Finished 12 from 16 processes 2024-08-31 13:36:53,874 Finished 12 from 16 processes 2024-08-31 13:36:58,877 Finished 12 from 16 processes 2024-08-31 13:37:03,882 Finished 12 from 16 processes 2024-08-31 13:37:08,886 Finished 12 from 16 processes 2024-08-31 13:37:13,890 Finished 12 from 16 processes 2024-08-31 13:37:18,894 Finished 12 from 16 processes 2024-08-31 13:37:23,898 Finished 12 from 16 processes 2024-08-31 13:37:28,902 Finished 12 from 16 processes 2024-08-31 13:37:33,906 Finished 12 from 16 processes 2024-08-31 13:37:38,910 Finished 12 from 16 processes 2024-08-31 13:37:43,914 Finished 12 from 16 processes 2024-08-31 13:37:48,918 Finished 12 from 16 processes 2024-08-31 13:37:53,923 Finished 12 from 16 processes 2024-08-31 13:37:58,928 Finished 12 from 16 processes 2024-08-31 13:38:03,933 Finished 12 from 16 processes 2024-08-31 13:38:08,938 Finished 12 from 16 processes 2024-08-31 13:38:13,942 Finished 12 from 16 processes 2024-08-31 13:38:18,946 Finished 12 from 16 processes 2024-08-31 13:38:23,950 Finished 12 from 16 processes 2024-08-31 13:38:28,954 Finished 12 from 16 processes 2024-08-31 13:38:33,958 Finished 12 from 16 processes 2024-08-31 13:38:38,962 Finished 12 from 16 processes 2024-08-31 13:38:43,966 Finished 12 from 16 processes 2024-08-31 13:38:48,970 Finished 12 from 16 processes 2024-08-31 13:38:53,974 Finished 12 from 16 processes 2024-08-31 13:38:58,978 Finished 12 from 16 processes 2024-08-31 13:39:03,982 Finished 12 from 16 processes 2024-08-31 13:39:08,986 Finished 12 from 16 processes 2024-08-31 13:39:13,990 Finished 12 from 16 processes 2024-08-31 13:39:18,994 Finished 12 from 16 processes 2024-08-31 13:39:23,998 Finished 12 from 16 processes 2024-08-31 13:39:29,002 Finished 12 from 16 processes 2024-08-31 13:39:34,007 Finished 12 from 16 processes 2024-08-31 13:39:39,010 Finished 12 from 16 processes 2024-08-31 13:39:44,014 Finished 12 from 16 processes 2024-08-31 13:39:49,018 Finished 12 from 16 processes 2024-08-31 13:39:54,022 Finished 12 from 16 processes 2024-08-31 13:39:59,024 Finished 12 from 16 processes 2024-08-31 13:40:04,026 Finished 12 from 16 processes 2024-08-31 13:40:09,030 Finished 14 from 16 processes 2024-08-31 13:40:14,034 Finished 14 from 16 processes 2024-08-31 13:40:19,039 Finished 14 from 16 processes 2024-08-31 13:40:24,042 Finished 14 from 16 processes 2024-08-31 13:40:29,043 Finished 14 from 16 processes 2024-08-31 13:40:34,044 Finished 14 from 16 processes 2024-08-31 13:40:39,049 Finished 14 from 16 processes 2024-08-31 13:40:44,054 Finished 15 from 16 processes 2024-08-31 13:40:49,057 Finished 15 from 16 processes 2024-08-31 13:40:54,062 Finished 15 from 16 processes 2024-08-31 13:40:59,067 Finished 15 from 16 processes 2024-08-31 13:41:04,070 Finished 15 from 16 processes 2024-08-31 13:41:09,070 Finished 15 from 16 processes 2024-08-31 13:41:14,074 Finished 15 from 16 processes 2024-08-31 13:41:19,079 Finished 15 from 16 processes 2024-08-31 13:41:24,082 Finished 15 from 16 processes 2024-08-31 13:41:29,086 Finished 15 from 16 processes 2024-08-31 13:41:34,090 Finished 15 from 16 processes 2024-08-31 13:41:39,094 Finished 15 from 16 processes 2024-08-31 13:41:44,098 Finished 15 from 16 processes 2024-08-31 13:41:49,101 Finished 15 from 16 processes 2024-08-31 13:41:54,102 Finished 15 from 16 processes 2024-08-31 13:41:59,106 Finished 15 from 16 processes 2024-08-31 13:42:04,110 Finished 15 from 16 processes 2024-08-31 13:42:09,114 Finished 15 from 16 processes 2024-08-31 13:42:14,119 Finished 15 from 16 processes 2024-08-31 13:42:19,125 Finished 15 from 16 processes 2024-08-31 13:42:24,128 Finished 15 from 16 processes 2024-08-31 13:42:29,130 Finished 15 from 16 processes 2024-08-31 13:42:34,135 Finished 15 from 16 processes 2024-08-31 13:42:39,138 All processes finished 2024-08-31 13:42:39,138 Compressing stress logs 2024-08-31 13:42:39,183 Logs compressed 2024-08-31 13:42:39,183 Will terminate gdb (if any) 2024-08-31 13:42:39,183 Running command: kill -TERM $(pidof gdb) 2024-08-31 13:42:39,187 Running command: timeout 50s tail --pid=$(pidof gdb) -f /dev/null || kill -9 $(pidof gdb) ||: Quit 2024-08-31 13:42:40,204 Running command: kill -CONT $(cat /var/run/clickhouse-server/clickhouse-server.pid) && clickhouse client -q 'SELECT 1 FORMAT Null' 2024-08-31 13:42:40,520 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-08-31 13:42:40,734 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-08-31 13:42:40,949 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-08-31 13:42:41,113 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-08-31 13:42:41,328 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-08-31 13:42:41,493 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-08-31 13:42:41,657 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-08-31 13:42:41,821 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-08-31 13:42:41,986 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-08-31 13:42:42,151 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-08-31 13:42:42,315 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-08-31 13:42:42,479 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-08-31 13:42:42,644 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 2024-08-31 13:47:44,666 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 2943 Located ClickHouse server process 2943 listening at TCP port 9000 Collecting stacktraces from all running threads with gdb: [New LWP 2944] [New LWP 2945] [New LWP 2956] [New LWP 2957] [New LWP 2958] [New LWP 2959] [New LWP 2960] [New LWP 2961] [New LWP 2962] [New LWP 2963] [New LWP 2964] [New LWP 2965] [New LWP 2966] [New LWP 2967] [New LWP 2968] [New LWP 2969] [New LWP 2970] [New LWP 2971] [New LWP 2972] [New LWP 2973] [New LWP 2974] [New LWP 2975] [New LWP 2976] [New LWP 2982] [New LWP 2983] [New LWP 2984] [New LWP 2985] [New LWP 2986] [New LWP 2987] [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 2996] [New LWP 2997] [New LWP 2998] [New LWP 2999] [New LWP 3000] [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 3014] [New LWP 3015] [New LWP 3016] [New LWP 3017] [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 3055] [New LWP 3056] [New LWP 3057] [New LWP 3058] [New LWP 3059] [New LWP 3060] [New LWP 3061] [New LWP 3062] [New LWP 3063] [New LWP 3064] [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 3253] [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 3305] [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 3317] [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 3334] [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 3363] [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 3602] [New LWP 3603] [New LWP 3604] [New LWP 3605] [New LWP 3607] [New LWP 3608] [New LWP 3609] [New LWP 3610] [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 3638] [New LWP 3639] [New LWP 3640] [New LWP 3641] [New LWP 3642] [New LWP 3643] [New LWP 3644] [New LWP 3645] [New LWP 3646] [New LWP 3647] [New LWP 3648] [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 3675] [New LWP 3676] [New LWP 3677] [New LWP 3678] [New LWP 3679] [New LWP 3680] [New LWP 3681] [New LWP 3682] [New LWP 3683] [New LWP 3684] [New LWP 3685] [New LWP 3686] [New LWP 3687] [New LWP 3688] [New LWP 3689] [New LWP 3690] [New LWP 3691] [New LWP 3692] [New LWP 3693] [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 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 3744] [New LWP 3747] [New LWP 3748] [New LWP 3749] [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 3771] [New LWP 3773] [New LWP 3774] [New LWP 3775] [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 3785] [New LWP 3786] [New LWP 3787] [New LWP 3788] [New LWP 3789] [New LWP 3790] [New LWP 3791] [New LWP 3792] [New LWP 3793] [New LWP 3794] [New LWP 3795] [New LWP 3796] [New LWP 3797] [New LWP 3798] [New LWP 3799] [New LWP 3800] [New LWP 3801] [New LWP 3802] [New LWP 3803] [New LWP 3804] [New LWP 3805] [New LWP 3806] [New LWP 3807] [New LWP 3808] [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 3883] [New LWP 3884] [New LWP 3893] [New LWP 3894] [New LWP 3895] [New LWP 3896] [New LWP 3897] [New LWP 3898] [New LWP 3899] [New LWP 3900] [New LWP 3901] [New LWP 3902] [New LWP 3903] [New LWP 3912] [New LWP 3989] [New LWP 3995] [New LWP 3998] [New LWP 4039] [New LWP 4051] [New LWP 4086] [New LWP 4095] [New LWP 4096] [New LWP 4097] [New LWP 4098] [New LWP 4099] [New LWP 4100] [New LWP 4106] [New LWP 4107] [New LWP 4108] [New LWP 4109] [New LWP 4110] [New LWP 4111] [New LWP 4114] [New LWP 4116] [New LWP 4117] [New LWP 4118] [New LWP 4119] [New LWP 4120] [New LWP 4121] [New LWP 4122] [New LWP 4123] [New LWP 4124] [New LWP 4125] [New LWP 4126] [New LWP 4127] [New LWP 4128] [New LWP 4130] [New LWP 4134] [New LWP 4135] [New LWP 4136] [New LWP 4137] [New LWP 4139] [New LWP 4140] [New LWP 4142] [New LWP 4145] [New LWP 4146] [New LWP 4148] [New LWP 4149] [New LWP 4150] [New LWP 4153] [New LWP 4170] [New LWP 4182] [New LWP 4183] [New LWP 4208] [New LWP 4213] [New LWP 4214] [New LWP 4215] [New LWP 4219] [New LWP 4220] [New LWP 4223] [New LWP 4225] [New LWP 4226] [New LWP 4227] [New LWP 4228] [New LWP 4229] [New LWP 4230] [New LWP 4231] [New LWP 4232] [New LWP 4264] [New LWP 4266] [New LWP 4267] [New LWP 4269] [New LWP 4270] [New LWP 4271] [New LWP 4272] [New LWP 4273] [New LWP 4274] [New LWP 4275] [New LWP 4276] [New LWP 4277] [New LWP 4280] [New LWP 4281] [New LWP 4282] [New LWP 4283] [New LWP 4284] [New LWP 4286] [New LWP 4289] [New LWP 4291] [New LWP 4293] [New LWP 4294] [New LWP 4298] [New LWP 4299] [New LWP 4300] [New LWP 4301] [New LWP 4302] [New LWP 4304] [New LWP 4306] [New LWP 4307] [New LWP 4308] [New LWP 4309] [New LWP 4310] [New LWP 4322] [New LWP 4323] [New LWP 4324] [New LWP 4325] [New LWP 4326] [New LWP 4327] [New LWP 4329] [New LWP 4421] [New LWP 4422] [New LWP 4423] [New LWP 4424] [New LWP 4425] [New LWP 4426] [New LWP 4427] [New LWP 4429] [New LWP 4430] [New LWP 4431] [New LWP 4432] [New LWP 4433] [New LWP 4434] [New LWP 4435] [New LWP 4436] [New LWP 4437] [New LWP 4438] [New LWP 4439] [New LWP 4440] [New LWP 4441] [New LWP 4442] [New LWP 4443] [New LWP 4444] [New LWP 4445] [New LWP 4446] [New LWP 4447] [New LWP 4448] [New LWP 4451] [New LWP 4452] [New LWP 4453] [New LWP 4454] [New LWP 4456] [New LWP 4457] [New LWP 4460] [New LWP 4461] [New LWP 4462] [New LWP 4463] [New LWP 4464] [New LWP 4489] [New LWP 4492] [New LWP 4503] [New LWP 4515] [New LWP 4516] [New LWP 4519] [New LWP 4528] [New LWP 4534] [New LWP 4545] [New LWP 4556] [New LWP 4557] [New LWP 4558] [New LWP 4559] [New LWP 4560] [New LWP 4562] [New LWP 4601] [New LWP 4606] [New LWP 4611] [New LWP 4622] [New LWP 4624] [New LWP 4626] [New LWP 4627] [New LWP 4628] [New LWP 4629] [New LWP 4630] [New LWP 4631] [New LWP 4632] [New LWP 4633] [New LWP 4634] [New LWP 4635] [New LWP 4636] [New LWP 4649] [New LWP 4650] [New LWP 4652] [New LWP 4653] [New LWP 4654] [New LWP 4655] [New LWP 4656] [New LWP 4657] [New LWP 4658] [New LWP 4659] [New LWP 4660] [New LWP 4661] [New LWP 4662] [New LWP 4719] [New LWP 4720] [New LWP 4722] [New LWP 4723] [New LWP 4724] [New LWP 4725] [New LWP 4726] [New LWP 4727] [New LWP 4728] [New LWP 4729] [New LWP 4730] [New LWP 4731] [New LWP 4732] [New LWP 4733] [New LWP 4734] [New LWP 4735] [New LWP 4736] [New LWP 4737] [New LWP 4738] [New LWP 4739] [New LWP 4740] [New LWP 4741] [New LWP 4742] [New LWP 4743] [New LWP 4745] [New LWP 4746] [New LWP 4747] [New LWP 4748] [New LWP 4750] [New LWP 4751] [New LWP 4752] [New LWP 4753] [New LWP 4754] [New LWP 4755] [New LWP 4756] [New LWP 4757] [New LWP 4758] [New LWP 4759] [New LWP 4760] [New LWP 4761] [New LWP 4762] [New LWP 4763] [New LWP 4764] [New LWP 4765] [New LWP 4766] [New LWP 4767] [New LWP 4768] [New LWP 4772] [New LWP 4774] [New LWP 4779] [New LWP 4782] [New LWP 4783] [New LWP 4784] [New LWP 4785] [New LWP 4786] [New LWP 4787] [New LWP 4788] [New LWP 4789] [New LWP 4790] [New LWP 4791] [New LWP 4792] [New LWP 4793] [New LWP 4794] [New LWP 4795] [New LWP 4796] [New LWP 4797] [New LWP 4798] [New LWP 4799] [New LWP 4800] [New LWP 4801] [New LWP 4802] [New LWP 4803] [New LWP 4804] [New LWP 4854] [New LWP 4855] [New LWP 4856] [New LWP 4857] [New LWP 4858] [New LWP 4859] [New LWP 4860] [New LWP 4861] [New LWP 4862] [New LWP 4864] [New LWP 4865] [New LWP 4866] [New LWP 4867] [New LWP 4868] [New LWP 4869] [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 4894] [New LWP 4896] [New LWP 4897] [New LWP 4898] [New LWP 4899] [New LWP 4902] [New LWP 4903] [New LWP 4904] [New LWP 4905] [New LWP 4906] [New LWP 4907] [New LWP 4909] [New LWP 4915] [New LWP 4916] [New LWP 4917] [New LWP 4967] [New LWP 4968] [New LWP 4969] [New LWP 4970] [New LWP 4971] [New LWP 4972] [New LWP 4973] [New LWP 4974] [New LWP 4975] [New LWP 4976] [New LWP 4977] [New LWP 4978] [New LWP 4979] [New LWP 4980] [New LWP 4981] [New LWP 4982] [New LWP 4983] [New LWP 4984] [New LWP 4985] [New LWP 4986] [New LWP 4987] [New LWP 4988] [New LWP 4989] [New LWP 4990] [New LWP 4991] [New LWP 4992] [New LWP 4993] [New LWP 4994] [New LWP 4995] [New LWP 4996] [New LWP 4997] [New LWP 5000] [New LWP 5001] [New LWP 5002] [New LWP 5003] [New LWP 5004] [New LWP 5005] [New LWP 5006] [New LWP 5008] [New LWP 5009] [New LWP 5010] [New LWP 5011] [New LWP 5012] [New LWP 5013] [New LWP 5014] [New LWP 5015] [New LWP 5017] [New LWP 5018] [New LWP 5019] [New LWP 5020] [New LWP 5021] [New LWP 5022] [New LWP 5023] [New LWP 5024] [New LWP 5025] [New LWP 5026] [New LWP 5027] [New LWP 5028] [New LWP 5029] [New LWP 5030] [New LWP 5031] [New LWP 5032] [New LWP 5034] [New LWP 5035] [New LWP 5037] [New LWP 5038] [New LWP 5039] [New LWP 5040] [New LWP 5044] [New LWP 5052] [New LWP 5053] [New LWP 5054] [New LWP 5055] [New LWP 5056] [New LWP 5057] [New LWP 5058] [New LWP 5060] [New LWP 5061] [New LWP 5062] [New LWP 5063] [New LWP 5064] [New LWP 5065] [New LWP 5066] [New LWP 5068] [New LWP 5069] [New LWP 5070] [New LWP 5071] [New LWP 5072] [New LWP 5073] [New LWP 5074] [New LWP 5075] [New LWP 5076] [New LWP 5077] [New LWP 5078] [New LWP 5079] [New LWP 5080] [New LWP 5081] [New LWP 5082] [New LWP 5083] [New LWP 5114] [New LWP 5115] [New LWP 5116] [New LWP 5117] [New LWP 5118] [New LWP 5119] [New LWP 5120] [New LWP 5121] [New LWP 5122] [New LWP 5123] [New LWP 5124] [New LWP 5125] [New LWP 5127] [New LWP 5128] [New LWP 5129] [New LWP 5195] [New LWP 5196] [New LWP 5197] [New LWP 5198] [New LWP 5199] [New LWP 5201] [New LWP 5202] [New LWP 5203] [New LWP 5204] [New LWP 5205] [New LWP 5206] [New LWP 5207] [New LWP 5209] [New LWP 5210] [New LWP 5211] [New LWP 5212] [New LWP 5213] [New LWP 5214] [New LWP 5222] [New LWP 5223] [New LWP 5224] [New LWP 5225] [New LWP 5231] [New LWP 5233] [New LWP 5234] [New LWP 5235] [New LWP 5245] [New LWP 5270] [New LWP 5271] [New LWP 5272] [New LWP 5273] [New LWP 5274] [New LWP 5276] [New LWP 5277] [New LWP 5278] [New LWP 5279] [New LWP 5280] [New LWP 5282] [New LWP 5283] [New LWP 5285] [New LWP 5286] [New LWP 5291] [New LWP 5294] [New LWP 5295] [New LWP 5296] [New LWP 5297] [New LWP 5298] [New LWP 5299] [New LWP 5300] [New LWP 5301] [New LWP 5302] [New LWP 5303] [New LWP 5304] [New LWP 5305] [New LWP 5306] [New LWP 5307] [New LWP 5308] [New LWP 5309] [New LWP 5310] [New LWP 5311] [New LWP 5312] [New LWP 5313] [New LWP 5314] [New LWP 5316] [New LWP 5317] [New LWP 5318] [New LWP 5319] [New LWP 5320] [New LWP 5321] [New LWP 5325] [New LWP 5326] [New LWP 5327] [New LWP 5328] [New LWP 5329] [New LWP 5330] [New LWP 5336] [New LWP 5337] [New LWP 8774] [New LWP 8782] [New LWP 8828] [New LWP 11938] [New LWP 11939] [New LWP 11940] [New LWP 11941] [New LWP 11942] [New LWP 11943] [New LWP 11944] [New LWP 11945] [New LWP 11946] [New LWP 11947] [New LWP 11948] [New LWP 11949] [New LWP 11950] [New LWP 11951] [New LWP 11953] [New LWP 11954] [New LWP 11959] [New LWP 11960] [New LWP 11961] [New LWP 11962] [New LWP 11963] [New LWP 11964] [New LWP 11965] [New LWP 11966] [New LWP 11967] [New LWP 11968] [New LWP 11969] [New LWP 11970] [New LWP 11971] [New LWP 11972] [New LWP 11973] [New LWP 11974] [New LWP 11975] [New LWP 11976] [New LWP 11977] [New LWP 11978] [New LWP 11979] [New LWP 11980] [New LWP 11981] [New LWP 11982] [New LWP 11983] [New LWP 11984] [New LWP 12549] [New LWP 12899] [New LWP 12900] [New LWP 12901] [New LWP 12902] [New LWP 12903] [New LWP 12904] [New LWP 12905] [New LWP 12906] [New LWP 12907] [New LWP 12908] [New LWP 12909] [New LWP 12910] [New LWP 12911] [New LWP 12912] [New LWP 12913] [New LWP 12914] [New LWP 12915] [New LWP 13141] [New LWP 13142] [New LWP 13143] [New LWP 13144] [New LWP 13231] [New LWP 13232] [New LWP 13233] [New LWP 13234] [New LWP 13235] [New LWP 13236] [New LWP 13237] [New LWP 13238] [New LWP 13239] [New LWP 13240] [New LWP 13241] [New LWP 13242] [New LWP 13243] [New LWP 13244] [New LWP 13245] [New LWP 13246] [New LWP 13247] [New LWP 13248] [New LWP 13273] [New LWP 13274] [New LWP 13275] [New LWP 13276] [New LWP 13277] [New LWP 13278] [New LWP 13279] [New LWP 13280] [New LWP 13281] [New LWP 13282] [New LWP 13283] [New LWP 13284] [New LWP 13285] [New LWP 13286] [New LWP 13287] [New LWP 13288] [New LWP 13289] [New LWP 13290] [New LWP 13291] [New LWP 13292] [New LWP 13293] [New LWP 13294] [New LWP 13295] [New LWP 13296] [New LWP 13297] [New LWP 13298] [New LWP 13299] [New LWP 13300] [New LWP 13301] [New LWP 13302] [New LWP 13303] [New LWP 13304] [New LWP 13305] [New LWP 13306] [New LWP 13307] [New LWP 13308] [New LWP 13309] [New LWP 13310] [New LWP 13311] [New LWP 13312] [New LWP 13313] [New LWP 13314] [New LWP 13315] [New LWP 13316] [New LWP 13317] [New LWP 13318] [New LWP 13319] [New LWP 13320] [New LWP 13321] [New LWP 13322] [New LWP 13323] [New LWP 13324] [New LWP 14049] [New LWP 14050] [New LWP 14051] [New LWP 14052] [New LWP 14053] [New LWP 14054] [New LWP 14055] [New LWP 14056] [New LWP 14057] [New LWP 14058] [New LWP 14059] [New LWP 14060] [New LWP 14061] [New LWP 14062] [New LWP 14063] [New LWP 14064] [New LWP 14065] [New LWP 14066] [New LWP 14067] [New LWP 14068] [New LWP 14069] [New LWP 14070] [New LWP 14071] [New LWP 14072] [New LWP 14073] [New LWP 14074] [New LWP 14075] [New LWP 14076] [New LWP 14077] [New LWP 14078] [New LWP 14079] [New LWP 14080] [New LWP 14081] [New LWP 14082] [New LWP 14083] [New LWP 14084] [New LWP 14179] [New LWP 14180] [New LWP 17066] [New LWP 17140] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1509 (Thread 0x7f7da8aff640 (LWP 17140) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250301cd in Poco::EventImpl::waitImpl (this=0x516000877388) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x000055e125146e85 in Poco::Event::wait (this=0x516000877388) 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x000055e0f530c65b in asan_thread_start(void*) () #7 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1508 (Thread 0x7f7e3e4cb640 (LWP 17066) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51d000031514, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51d000031514, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e116f1df58 in std::__1::condition_variable::wait, DB::UUIDTag> const&)::$_0>(std::__1::unique_lock&, DB::DatabaseCatalog::waitTableFinallyDropped(StrongTypedef, DB::UUIDTag> const&)::$_0) (this=0x51d0000314e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::DatabaseCatalog::waitTableFinallyDropped (this=, uuid=...) at ./build_docker/./src/Interpreters/DatabaseCatalog.cpp:1340 #6 0x000055e118618678 in DB::InterpreterDropQuery::waitForTableToBeActuallyDroppedOrDetached (query=..., db=..., uuid_to_wait=...) at ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:93 #7 DB::InterpreterDropQuery::executeToTable (this=0x5040044d25d0, query=...) at ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:104 #8 0x000055e118615643 in DB::InterpreterDropQuery::execute (this=0x5040044d25d0) at ./build_docker/./src/Interpreters/InterpreterDropQuery.cpp:73 #9 0x000055e119d282c7 in DB::executeQueryImpl (begin=, end=, context=..., flags=..., stage=, istr=) at ./build_docker/./src/Interpreters/executeQuery.cpp:1195 #10 0x000055e119d1e12a in DB::executeQuery (query=..., context=..., flags=..., stage=) at ./build_docker/./src/Interpreters/executeQuery.cpp:1374 #11 0x000055e11d227a7d in DB::TCPHandler::runImpl (this=0x51b002912780) at ./build_docker/./src/Server/TCPHandler.cpp:517 #12 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b002912780) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #13 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x51d000031514) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #14 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #15 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #16 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #17 0x000055e0f530c65b in asan_thread_start(void*) () #18 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #19 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1507 (Thread 0x7f7e5b8df640 (LWP 14180) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5110000392ac, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5110000392ac, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e12b317f57 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x511000039200, thread_id=0) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:194 #5 0x000055e12b318714 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x502000711d30) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:307 #6 0x000055e12b31db23 in std::__1::__invoke[abi:v15000](void (*&&)(void*), rocksdb::BGThreadMetadata*&&) (__f=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul>(std::__1::tuple >, void (*)(void*), rocksdb::BGThreadMetadata*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x000055e0f530c65b in asan_thread_start(void*) () #10 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #11 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1506 (Thread 0x7f7e5c0e0640 (LWP 14179) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51100003916c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51100003916c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e12b317f57 in rocksdb::ThreadPoolImpl::Impl::BGThread (this=0x5110000390c0, thread_id=0) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:194 #5 0x000055e12b318714 in rocksdb::ThreadPoolImpl::Impl::BGThreadWrapper (arg=0x502000cb2e10) at ./build_docker/./contrib/rocksdb/util/threadpool_imp.cc:307 #6 0x000055e12b31db23 in std::__1::__invoke[abi:v15000](void (*&&)(void*), rocksdb::BGThreadMetadata*&&) (__f=, __args=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #7 std::__1::__thread_execute[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*, 2ul>(std::__1::tuple >, void (*)(void*), rocksdb::BGThreadMetadata*>&, std::__1::__tuple_indices<2ul>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #8 std::__1::__thread_proxy[abi:v15000] >, void (*)(void*), rocksdb::BGThreadMetadata*> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #9 0x000055e0f530c65b in asan_thread_start(void*) () #10 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #11 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1505 (Thread 0x7f7daa912640 (LWP 14084) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1504 (Thread 0x7f7dabc1c640 (LWP 14083) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1503 (Thread 0x7f7dada2f640 (LWP 14082) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1502 (Thread 0x7f7dae230640 (LWP 14081) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1501 (Thread 0x7f7db0043640 (LWP 14080) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1500 (Thread 0x7f7db0844640 (LWP 14079) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1499 (Thread 0x7f7db2657640 (LWP 14078) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1498 (Thread 0x7f7db2e58640 (LWP 14077) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1497 (Thread 0x7f7db4162640 (LWP 14076) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1496 (Thread 0x7f7db546c640 (LWP 14075) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1495 (Thread 0x7f7db6776640 (LWP 14074) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1494 (Thread 0x7f7db6f77640 (LWP 14073) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1493 (Thread 0x7f7db8281640 (LWP 14072) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1492 (Thread 0x7f7dba094640 (LWP 14071) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1491 (Thread 0x7f7dbb39e640 (LWP 14070) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1490 (Thread 0x7f7dbc6a8640 (LWP 14069) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1489 (Thread 0x7f7dbe4bb640 (LWP 14068) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1488 (Thread 0x7f7dbecbc640 (LWP 14067) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1487 (Thread 0x7f7dbf4bd640 (LWP 14066) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1486 (Thread 0x7f7dc07c7640 (LWP 14065) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1485 (Thread 0x7f7dc2c0f640 (LWP 14064) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1484 (Thread 0x7f7dc9df5640 (LWP 14063) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1483 (Thread 0x7f7dcc7c2640 (LWP 14062) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1482 (Thread 0x7f7dd2648640 (LWP 14061) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1481 (Thread 0x7f7df155a640 (LWP 14060) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1480 (Thread 0x7f7df30cc640 (LWP 14059) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1479 (Thread 0x7f7df5ceb640 (LWP 14058) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1478 (Thread 0x7f7e0b0eb640 (LWP 14057) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1477 (Thread 0x7f7e1829f640 (LWP 14056) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1476 (Thread 0x7f7e2e1c2640 (LWP 14055) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1475 (Thread 0x7f7e31891640 (LWP 14054) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1474 (Thread 0x7f7e3449d640 (LWP 14053) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1473 (Thread 0x7f7e3806c640 (LWP 14052) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1472 (Thread 0x7f7e4426e640 (LWP 14051) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1471 (Thread 0x7f7e502da640 (LWP 14050) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1470 (Thread 0x7f7ec3d1d640 (LWP 14049) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1469 (Thread 0x7f7d46920640 (LWP 13324) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1468 (Thread 0x7f7d47c2a640 (LWP 13323) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1467 (Thread 0x7f7d48f34640 (LWP 13322) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1466 (Thread 0x7f7d4a23e640 (LWP 13321) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1465 (Thread 0x7f7d4b548640 (LWP 13320) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1464 (Thread 0x7f7d4c852640 (LWP 13319) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1463 (Thread 0x7f7d4db5c640 (LWP 13318) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1462 (Thread 0x7f7d4ee66640 (LWP 13317) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1461 (Thread 0x7f7d50c79640 (LWP 13316) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1460 (Thread 0x7f7d51f83640 (LWP 13315) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1459 (Thread 0x7f7d52784640 (LWP 13314) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1458 (Thread 0x7f7d550a0640 (LWP 13313) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1457 (Thread 0x7f7d558a1640 (LWP 13312) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1456 (Thread 0x7f7d56bab640 (LWP 13311) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1455 (Thread 0x7f7d573ac640 (LWP 13310) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1454 (Thread 0x7f7d59cc8640 (LWP 13309) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1453 (Thread 0x7f7d5a4c9640 (LWP 13308) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1452 (Thread 0x7f7d5b7d3640 (LWP 13307) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1451 (Thread 0x7f7d5cadd640 (LWP 13306) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1450 (Thread 0x7f7d5e8f0640 (LWP 13305) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1449 (Thread 0x7f7d5fbfa640 (LWP 13304) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1448 (Thread 0x7f7d60f04640 (LWP 13303) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1447 (Thread 0x7f7d62d17640 (LWP 13302) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1446 (Thread 0x7f7d63518640 (LWP 13301) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1445 (Thread 0x7f7d64822640 (LWP 13300) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1444 (Thread 0x7f7d65b2c640 (LWP 13299) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1443 (Thread 0x7f7d66e36640 (LWP 13298) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1442 (Thread 0x7f7d68c49640 (LWP 13297) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1441 (Thread 0x7f7d6944a640 (LWP 13296) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1440 (Thread 0x7f7d6b25d640 (LWP 13295) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1439 (Thread 0x7f7d6c567640 (LWP 13294) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1438 (Thread 0x7f7d6d871640 (LWP 13293) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1437 (Thread 0x7f7d6e072640 (LWP 13292) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1436 (Thread 0x7f7d7098e640 (LWP 13291) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1435 (Thread 0x7f7d7118f640 (LWP 13290) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1434 (Thread 0x7f7d72499640 (LWP 13289) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1433 (Thread 0x7f7d742ac640 (LWP 13288) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1432 (Thread 0x7f7d74aad640 (LWP 13287) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1431 (Thread 0x7f7d752ae640 (LWP 13286) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1430 (Thread 0x7f7d765b8640 (LWP 13285) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1429 (Thread 0x7f7d783cb640 (LWP 13284) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1428 (Thread 0x7f7d7a1de640 (LWP 13283) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1427 (Thread 0x7f7d7b4e8640 (LWP 13282) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1426 (Thread 0x7f7d7bce9640 (LWP 13281) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1425 (Thread 0x7f7d7dafc640 (LWP 13280) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1424 (Thread 0x7f7d7ee06640 (LWP 13279) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1423 (Thread 0x7f7d7f607640 (LWP 13278) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1422 (Thread 0x7f7d80911640 (LWP 13277) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1421 (Thread 0x7f7d81c1b640 (LWP 13276) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1420 (Thread 0x7f7d82f25640 (LWP 13275) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1419 (Thread 0x7f7d8422f640 (LWP 13274) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1418 (Thread 0x7f7d84a30640 (LWP 13273) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1417 (Thread 0x7f7d8e8d0640 (LWP 13248) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1416 (Thread 0x7f7d91cf5640 (LWP 13247) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1415 (Thread 0x7f7d924f6640 (LWP 13246) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1414 (Thread 0x7f7d92cf7640 (LWP 13245) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1413 (Thread 0x7f7d934f8640 (LWP 13244) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1412 (Thread 0x7f7d94802640 (LWP 13243) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1411 (Thread 0x7f7d96615640 (LWP 13242) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1410 (Thread 0x7f7d9791f640 (LWP 13241) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1409 (Thread 0x7f7d98c29640 (LWP 13240) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1408 (Thread 0x7f7d9aa3c640 (LWP 13239) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1407 (Thread 0x7f7d9c84f640 (LWP 13238) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1406 (Thread 0x7f7d9d050640 (LWP 13237) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1405 (Thread 0x7f7d9d851640 (LWP 13236) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1404 (Thread 0x7f7da0429640 (LWP 13235) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1403 (Thread 0x7f7da1733640 (LWP 13234) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1402 (Thread 0x7f7da1f34640 (LWP 13233) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1401 (Thread 0x7f7da323e640 (LWP 13232) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1400 (Thread 0x7f7da3a3f640 (LWP 13231) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1399 (Thread 0x7f7e57e5c640 (LWP 13144) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1398 (Thread 0x7f7e58c66640 (LWP 13143) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1397 (Thread 0x7f7e59467640 (LWP 13142) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1396 (Thread 0x7f7e5c8e1640 (LWP 13141) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1395 (Thread 0x7f7e0d018640 (LWP 12915) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1394 (Thread 0x7f7e0e322640 (LWP 12914) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0020cb100, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0020cb100, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0020cb0d8, __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 0x000055e119f9ceb9 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=0x50400462d050) 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=0x50400462d050) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7e0b4f5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f7e0b4f5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1393 (Thread 0x7f7e0eb23640 (LWP 12913) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1392 (Thread 0x7f7e1352f640 (LWP 12912) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1391 (Thread 0x7f7e16010640 (LWP 12911) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1390 (Thread 0x7f7e17a3a640 (LWP 12910) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1389 (Thread 0x7f7e195a9640 (LWP 12909) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7e1641a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7e1641a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1388 (Thread 0x7f7e1a8b3640 (LWP 12908) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0020cb100, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0020cb100, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0020cb0d8, __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 0x000055e119f9ceb9 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=0x50400205e9d0) 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=0x50400205e9d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7e186a9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f7e186a9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1387 (Thread 0x7f7e1b0b4640 (LWP 12907) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1386 (Thread 0x7f7e2cb80640 (LWP 12906) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1385 (Thread 0x7f7e32092640 (LWP 12905) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1384 (Thread 0x7f7e32bf4640 (LWP 12904) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1383 (Thread 0x7f7e35cca640 (LWP 12903) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1382 (Thread 0x7f7e37104640 (LWP 12902) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1381 (Thread 0x7f7e5a771640 (LWP 12901) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1380 (Thread 0x7f7e5af72640 (LWP 12900) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1379 (Thread 0x7f7e5d0e2640 (LWP 12899) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1378 (Thread 0x7f7da4240640 (LWP 12549) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1377 (Thread 0x7f7dd545d640 (LWP 11984) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1376 (Thread 0x7f7dd5c5e640 (LWP 11983) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1375 (Thread 0x7f7e0a742640 (LWP 11982) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1374 (Thread 0x7f7dd6f68640 (LWP 11981) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1373 (Thread 0x7f7dd8d7b640 (LWP 11980) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1372 (Thread 0x7f7dd957c640 (LWP 11979) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1371 (Thread 0x7f7dd9d7d640 (LWP 11978) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1370 (Thread 0x7f7ddbb90640 (LWP 11977) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1369 (Thread 0x7f7ddce9a640 (LWP 11976) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1368 (Thread 0x7f7dde1a4640 (LWP 11975) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1367 (Thread 0x7f7ddf4ae640 (LWP 11974) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1366 (Thread 0x7f7de07b8640 (LWP 11973) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1365 (Thread 0x7f7de1ac2640 (LWP 11972) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1364 (Thread 0x7f7de30d3640 (LWP 11971) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1363 (Thread 0x7f7de4ee6640 (LWP 11970) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7de1fce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7de1fce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1362 (Thread 0x7f7de56e7640 (LWP 11969) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1361 (Thread 0x7f7de69f1640 (LWP 11968) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7de34dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7de34dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1360 (Thread 0x7f7de7efd640 (LWP 11967) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1359 (Thread 0x7f7de9207640 (LWP 11966) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1358 (Thread 0x7f7dea511640 (LWP 11965) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7de8307060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7de8307060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1357 (Thread 0x7f7dead12640 (LWP 11964) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1356 (Thread 0x7f7dec01c640 (LWP 11963) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7deb11c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7deb11c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1355 (Thread 0x7f7dede2f640 (LWP 11962) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1354 (Thread 0x7f7def139640 (LWP 11961) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1353 (Thread 0x7f7df0443640 (LWP 11960) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1352 (Thread 0x7f7df0c44640 (LWP 11959) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7def543060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7def543060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1351 (Thread 0x7f7df2864640 (LWP 11954) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1350 (Thread 0x7f7df54db640 (LWP 11953) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7df44d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7df44d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1349 (Thread 0x7f7df92b9640 (LWP 11951) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1348 (Thread 0x7f7dfa5c3640 (LWP 11950) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1347 (Thread 0x7f7dfb8cd640 (LWP 11949) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7dfa9cd460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7dfa9cd460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1346 (Thread 0x7f7dfcbd7640 (LWP 11948) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1345 (Thread 0x7f7dfdee1640 (LWP 11947) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1344 (Thread 0x7f7dff1eb640 (LWP 11946) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1343 (Thread 0x7f7e004f5640 (LWP 11945) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1342 (Thread 0x7f7e017ff640 (LWP 11944) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1341 (Thread 0x7f7e02c0b640 (LWP 11943) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1340 (Thread 0x7f7e03f15640 (LWP 11942) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1339 (Thread 0x7f7e0521f640 (LWP 11941) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1338 (Thread 0x7f7e06529640 (LWP 11940) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0020cb100, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0020cb100, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0020cb0d8, __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 0x000055e119f9ceb9 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=0x504002f77dd0) 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=0x504002f77dd0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7e05629060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f7e05629060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1337 (Thread 0x7f7e07833640 (LWP 11939) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1336 (Thread 0x7f80c95b1640 (LWP 11938) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7e07c3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7e07c3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1335 (Thread 0x7f7ec5027640 (LWP 8828) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400429aad0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400429aad0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b000685880) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b000685880) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f7ec3ff6060) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1334 (Thread 0x7f81a7e58640 (LWP 8782) "iou-wrk-10064"): #0 0x0000000000000000 in ?? () Backtrace stopped: Cannot access memory at address 0x0 Thread 1333 (Thread 0x7f7ece381640 (LWP 8774) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504003fea810, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504003fea810, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b0022d4480) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b0022d4480) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f7ecd342760) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1332 (Thread 0x7f8038697640 (LWP 5337) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1331 (Thread 0x7f80bb9a0640 (LWP 5336) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1330 (Thread 0x7f7f136d0640 (LWP 5330) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f127d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f127d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1329 (Thread 0x7f7f149da640 (LWP 5329) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f13ada060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f13ada060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1328 (Thread 0x7f7f167ed640 (LWP 5328) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f14de4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f14de4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1327 (Thread 0x7f7f18600640 (LWP 5327) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1326 (Thread 0x7f803bb09640 (LWP 5326) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f17700060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f17700060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1325 (Thread 0x7f7f18e01640 (LWP 5325) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f16bf7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f16bf7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1324 (Thread 0x7f7f1ac14640 (LWP 5321) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1323 (Thread 0x7f7f1bf1e640 (LWP 5320) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f1920b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f1920b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1322 (Thread 0x7f7f1c71f640 (LWP 5319) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1321 (Thread 0x7f7f1f03b640 (LWP 5318) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f1d632060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f1d632060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1320 (Thread 0x7f7f20345640 (LWP 5317) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1319 (Thread 0x7f7f20b46640 (LWP 5316) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f1cb29060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f1cb29060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1318 (Thread 0x7f7f22959640 (LWP 5314) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f1f445060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f1f445060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1317 (Thread 0x7f7f2315a640 (LWP 5313) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1316 (Thread 0x7f7f24464640 (LWP 5312) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1315 (Thread 0x7f7f24c65640 (LWP 5311) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1314 (Thread 0x7f7f26a78640 (LWP 5310) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f2506f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f2506f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1313 (Thread 0x7f7f29394640 (LWP 5309) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f25b78060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f25b78060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1312 (Thread 0x7f7f2a69e640 (LWP 5308) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f28494060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f28494060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1311 (Thread 0x7f7f2b9a8640 (LWP 5307) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f26e82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f26e82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1310 (Thread 0x7f7f2ccb2640 (LWP 5306) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1309 (Thread 0x7f7f2dfbc640 (LWP 5305) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f2979e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f2979e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1308 (Thread 0x7f7f2e7bd640 (LWP 5304) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1307 (Thread 0x7f7f2fac7640 (LWP 5303) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f2bdb2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f2bdb2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1306 (Thread 0x7f7f318da640 (LWP 5302) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1305 (Thread 0x7f7f320db640 (LWP 5301) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1304 (Thread 0x7f7f33eee640 (LWP 5300) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1303 (Thread 0x7f7f351f8640 (LWP 5299) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f32fee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f32fee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1302 (Thread 0x7f7f359f9640 (LWP 5298) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f324e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f324e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1301 (Thread 0x7f7f36d03640 (LWP 5297) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f342f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f342f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1300 (Thread 0x7f7f38b16640 (LWP 5296) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f35e03060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f35e03060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1299 (Thread 0x7f7f39317640 (LWP 5295) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f3710d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f3710d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1298 (Thread 0x7f7f3b12a640 (LWP 5294) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f37c16060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f37c16060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1297 (Thread 0x7f7f3da46640 (LWP 5291) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0020cb100, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0020cb100, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0020cb0d8, __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 0x000055e119f9ceb9 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=0x50400462d1d0) 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=0x50400462d1d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f39721060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f7f39721060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1296 (Thread 0x7f7f3ed50640 (LWP 5286) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f3cb46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f3cb46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1295 (Thread 0x7f7f3f551640 (LWP 5285) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f3a22a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f3a22a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1294 (Thread 0x7f7f4085b640 (LWP 5283) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1293 (Thread 0x7f7f4266e640 (LWP 5282) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1292 (Thread 0x7f7f42e6f640 (LWP 5280) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f40c65060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f40c65060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1291 (Thread 0x7f7f44c82640 (LWP 5279) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f4176e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f4176e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1290 (Thread 0x7f7f45483640 (LWP 5278) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f43279060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f43279060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1289 (Thread 0x7f7f4678d640 (LWP 5277) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f43d82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f43d82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1288 (Thread 0x7f7f47a97640 (LWP 5276) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f4588d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f4588d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1287 (Thread 0x7f7f48da1640 (LWP 5274) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1286 (Thread 0x7f7f4a0ab640 (LWP 5273) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f47ea1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f47ea1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1285 (Thread 0x7f7f4bbb7640 (LWP 5272) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1284 (Thread 0x7f8037d86640 (LWP 5271) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f4a4b5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f4a4b5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1283 (Thread 0x7f8039a58640 (LWP 5270) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1282 (Thread 0x7f7f4d9ca640 (LWP 5245) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1281 (Thread 0x7f7f4ecd4640 (LWP 5235) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1280 (Thread 0x7f7f50ae7640 (LWP 5234) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f4f0de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f4f0de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1279 (Thread 0x7f7f6edcd640 (LWP 5233) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1278 (Thread 0x7f7f51df1640 (LWP 5231) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1277 (Thread 0x7f7f530fb640 (LWP 5225) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1276 (Thread 0x7f7f54f0e640 (LWP 5224) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f53505060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f53505060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1275 (Thread 0x7f7f56218640 (LWP 5223) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5400e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5400e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1274 (Thread 0x7f7f6e212640 (LWP 5222) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f55318060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f55318060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1273 (Thread 0x7f7f5802b640 (LWP 5214) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f56622060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f56622060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1272 (Thread 0x7f7f59335640 (LWP 5213) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5712b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5712b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1271 (Thread 0x7f7f5b148640 (LWP 5212) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f58435060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f58435060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1270 (Thread 0x7f7f5c452640 (LWP 5211) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5973f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5973f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1269 (Thread 0x7f7f5d75c640 (LWP 5210) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5a248060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5a248060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1268 (Thread 0x7f7f5df5d640 (LWP 5209) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5b552060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5b552060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1267 (Thread 0x7f7f5fd70640 (LWP 5207) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5c85c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5c85c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1266 (Thread 0x7f7f60571640 (LWP 5206) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5e367060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5e367060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1265 (Thread 0x7f7f62384640 (LWP 5205) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f5ee70060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f5ee70060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1264 (Thread 0x7f7f62b85640 (LWP 5204) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f6097b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f6097b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1263 (Thread 0x7f7f64998640 (LWP 5203) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f61484060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f61484060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1262 (Thread 0x7f7f65199640 (LWP 5202) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1261 (Thread 0x7f7f66fac640 (LWP 5201) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f63a98060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f63a98060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1260 (Thread 0x7f7f677ad640 (LWP 5199) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1259 (Thread 0x7f7f68ab7640 (LWP 5198) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f660ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f660ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1258 (Thread 0x7f7f69dc1640 (LWP 5197) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f67bb7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f67bb7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1257 (Thread 0x7f7f6b62c640 (LWP 5196) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1256 (Thread 0x7f7f6be2d640 (LWP 5195) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f6a1cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f6a1cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1255 (Thread 0x7f7f7469a640 (LWP 5129) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f72188060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f72188060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1254 (Thread 0x7f7f759a4640 (LWP 5128) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f72c91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f72c91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1253 (Thread 0x7f7f761a5640 (LWP 5127) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f74aa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f74aa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1252 (Thread 0x7f7f774af640 (LWP 5125) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f765af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f765af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1251 (Thread 0x7f7f7f613640 (LWP 5124) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1250 (Thread 0x7f7f7fe14640 (LWP 5123) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f78ecb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f78ecb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1249 (Thread 0x7f7f80615640 (LWP 5122) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f783c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f783c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1248 (Thread 0x7f7f80e16640 (LWP 5121) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f799d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f799d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1247 (Thread 0x7f7f81617640 (LWP 5120) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1246 (Thread 0x7f7f81e18640 (LWP 5119) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f7afe6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f7afe6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1245 (Thread 0x7f7f82619640 (LWP 5118) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1244 (Thread 0x7f7f82e1a640 (LWP 5117) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f7d101060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f7d101060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1243 (Thread 0x7f7f8361b640 (LWP 5116) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f7e713060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f7e713060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1242 (Thread 0x7f7f83e1c640 (LWP 5115) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f7dc0a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f7dc0a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1241 (Thread 0x7f7f8461d640 (LWP 5114) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f7baef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f7baef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1240 (Thread 0x7f7f89c99640 (LWP 5083) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f8888f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f8888f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1239 (Thread 0x7f7f8c2c7640 (LWP 5082) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f8a6bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f8a6bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1238 (Thread 0x7f7f8e0da640 (LWP 5081) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1237 (Thread 0x7f7f8e8db640 (LWP 5080) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1236 (Thread 0x7f7f906ee640 (LWP 5079) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1235 (Thread 0x7f7f90eef640 (LWP 5078) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f8ece5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f8ece5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1234 (Thread 0x7f7f92d02640 (LWP 5077) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1233 (Thread 0x7f7f9400c640 (LWP 5076) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f912f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f912f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1232 (Thread 0x7f7f9480d640 (LWP 5075) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f91e02060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f91e02060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1231 (Thread 0x7f7f96a24640 (LWP 5074) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f9310c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f9310c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1230 (Thread 0x7f7f97d2e640 (LWP 5073) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1229 (Thread 0x7f7fff8e4640 (LWP 5072) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f95922060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f95922060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1228 (Thread 0x7f7f9852f640 (LWP 5071) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f96e2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f96e2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1227 (Thread 0x7f7f9a342640 (LWP 5070) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f98939060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f98939060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1226 (Thread 0x7f7f9c155640 (LWP 5069) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f99442060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f99442060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1225 (Thread 0x7f7f9d45f640 (LWP 5068) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f9b255060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f9b255060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1224 (Thread 0x7f7f9dc60640 (LWP 5066) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1223 (Thread 0x7f7f9ef6a640 (LWP 5065) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f9c55f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f9c55f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1222 (Thread 0x7f7fa0274640 (LWP 5064) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1221 (Thread 0x7f7fa228b640 (LWP 5063) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7f9f374060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7f9f374060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1220 (Thread 0x7f7fa2d80640 (LWP 5062) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fa138b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fa138b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1219 (Thread 0x7f7fa4595640 (LWP 5061) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fa0780060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fa0780060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1218 (Thread 0x7f7fa5f71640 (LWP 5060) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fa3390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fa3390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1217 (Thread 0x7f7fa7863640 (LWP 5058) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fa5071060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fa5071060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1216 (Thread 0x7f7fa9a73640 (LWP 5057) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fa6500060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fa6500060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1215 (Thread 0x7f7faa274640 (LWP 5056) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fa89fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fa89fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1214 (Thread 0x7f7fac087640 (LWP 5055) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1213 (Thread 0x7f7fac888640 (LWP 5054) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1212 (Thread 0x7f7faec2b640 (LWP 5053) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7faa67e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7faa67e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1211 (Thread 0x7f7faf42c640 (LWP 5052) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7facc92060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7facc92060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1210 (Thread 0x7f7fb0736640 (LWP 5044) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1209 (Thread 0x7f7fb1a40640 (LWP 5040) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7faf836060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7faf836060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1208 (Thread 0x7f7fb2d4a640 (LWP 5039) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1207 (Thread 0x7f7fb4054640 (LWP 5038) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1206 (Thread 0x7f7fb5e67640 (LWP 5037) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fb3154060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fb3154060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1205 (Thread 0x7f7fb7171640 (LWP 5035) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1204 (Thread 0x7f7fb7972640 (LWP 5034) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fb445e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fb445e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1203 (Thread 0x7f7fb8c7c640 (LWP 5032) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fb6271060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fb6271060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1202 (Thread 0x7f7fb9f86640 (LWP 5031) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fb7d7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fb7d7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1201 (Thread 0x7f7fbb290640 (LWP 5030) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1200 (Thread 0x7f803738d640 (LWP 5029) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fba390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fba390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1199 (Thread 0x7f7fbd0a3640 (LWP 5028) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fbc1a3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fbc1a3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1198 (Thread 0x7f7fbe3ad640 (LWP 5027) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fbb69a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fbb69a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1197 (Thread 0x7f7fc01c0640 (LWP 5026) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1196 (Thread 0x7f7fc09c1640 (LWP 5025) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fbe7b7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fbe7b7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1195 (Thread 0x7f7fc1ccb640 (LWP 5024) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fbf2c0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fbf2c0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1194 (Thread 0x7f7fc2fd5640 (LWP 5023) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1193 (Thread 0x7f7fc42df640 (LWP 5022) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fc20d5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fc20d5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1192 (Thread 0x7f7fc4ae0640 (LWP 5021) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1191 (Thread 0x7f7fc73fc640 (LWP 5020) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fc4eea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fc4eea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1190 (Thread 0x7f7fc7bfd640 (LWP 5019) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fc64fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fc64fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1189 (Thread 0x7f7fc83fe640 (LWP 5018) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1188 (Thread 0x7f803244d640 (LWP 5017) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f800242b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f800242b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1187 (Thread 0x7f7fc9708640 (LWP 5015) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fc8808060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fc8808060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1186 (Thread 0x7f7fccb2d640 (LWP 5014) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1185 (Thread 0x7f7fcde37640 (LWP 5013) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1184 (Thread 0x7f7fce638640 (LWP 5012) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fcbc2d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fcbc2d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1183 (Thread 0x7f7fcf942640 (LWP 5011) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fcb124060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fcb124060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1182 (Thread 0x7f7fd0c4c640 (LWP 5010) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1181 (Thread 0x7f7fd144d640 (LWP 5009) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1180 (Thread 0x7f7fd1c4e640 (LWP 5008) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fcfd4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fcfd4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1179 (Thread 0x7f7fd3a61640 (LWP 5006) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fd2058060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fd2058060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1178 (Thread 0x7f8001526640 (LWP 5005) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1177 (Thread 0x7f7fd5874640 (LWP 5004) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fd3e6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fd3e6b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1176 (Thread 0x7f7fd6b7e640 (LWP 5003) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1175 (Thread 0x7f7fd9fa3640 (LWP 5002) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fd5c7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fd5c7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1174 (Thread 0x7f7fda7a4640 (LWP 5001) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fd7a91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fd7a91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1173 (Thread 0x7f7fdbaae640 (LWP 5000) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1172 (Thread 0x7f7fdcdb8640 (LWP 4997) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fd859a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fd859a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1171 (Thread 0x7f7fde0c2640 (LWP 4996) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1170 (Thread 0x7f7fde8c3640 (LWP 4995) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fd90a3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fd90a3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1169 (Thread 0x7f7fe06d6640 (LWP 4994) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fdd1c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fdd1c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1168 (Thread 0x7f7fe2ff2640 (LWP 4993) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1167 (Thread 0x7f7fe42fc640 (LWP 4992) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fdeccd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fdeccd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1166 (Thread 0x7f7fe4afd640 (LWP 4991) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1165 (Thread 0x7f7fe52fe640 (LWP 4990) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1164 (Thread 0x7f7fe7111640 (LWP 4989) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fe5708060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fe5708060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1163 (Thread 0x7f7fe8f24640 (LWP 4988) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fe6211060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fe6211060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1162 (Thread 0x7f7fea22e640 (LWP 4987) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fe751b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fe751b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1161 (Thread 0x7f7feb538640 (LWP 4986) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fe8024060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fe8024060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1160 (Thread 0x7f8001d27640 (LWP 4985) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fe932e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fe932e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1159 (Thread 0x7f7fec842640 (LWP 4984) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fea638060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fea638060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1158 (Thread 0x7f7fed043640 (LWP 4983) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7feb942060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7feb942060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1157 (Thread 0x7f7feee56640 (LWP 4982) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1156 (Thread 0x7f7fef657640 (LWP 4981) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fedf56060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fedf56060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1155 (Thread 0x7f7ff146a640 (LWP 4980) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7fefa61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7fefa61060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1154 (Thread 0x7f7ff2774640 (LWP 4979) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff056a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff056a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1153 (Thread 0x7f7ff4587640 (LWP 4978) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff1874060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff1874060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1152 (Thread 0x7f7ff4d88640 (LWP 4977) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff3687060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff3687060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1151 (Thread 0x7f7ff6092640 (LWP 4976) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff2b7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff2b7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1150 (Thread 0x7f7ff7ea5640 (LWP 4975) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1149 (Thread 0x7f7ff91af640 (LWP 4974) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff6fa5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff6fa5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1148 (Thread 0x7f7ffa4b9640 (LWP 4973) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff649c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff649c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1147 (Thread 0x7f7ffacba640 (LWP 4972) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff82af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff82af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1146 (Thread 0x7f7ffb4bb640 (LWP 4971) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ff95b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ff95b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1145 (Thread 0x7f7ffddd7640 (LWP 4970) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1144 (Thread 0x7f7fff0e1640 (LWP 4969) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ffc3ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ffc3ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1143 (Thread 0x7f800050e640 (LWP 4968) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ffced7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ffced7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1142 (Thread 0x7f8000d0f640 (LWP 4967) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f7ffe1e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f7ffe1e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1141 (Thread 0x7f800493d640 (LWP 4917) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8003a3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8003a3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1140 (Thread 0x7f8005c47640 (LWP 4916) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1139 (Thread 0x7f8007a5a640 (LWP 4915) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1138 (Thread 0x7f800825b640 (LWP 4909) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1137 (Thread 0x7f8009565640 (LWP 4907) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1136 (Thread 0x7f800b378640 (LWP 4906) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8008665060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8008665060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1135 (Thread 0x7f800bb79640 (LWP 4905) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f800a478060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f800a478060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1134 (Thread 0x7f800ce83640 (LWP 4904) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f0020cb100, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f0020cb100, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f0020cb0d8, __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 0x000055e119f9ceb9 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=0x504001488550) 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=0x504001488550) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f800996f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f800996f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1133 (Thread 0x7f800e18d640 (LWP 4903) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f800bf83060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f800bf83060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1132 (Thread 0x7f800f497640 (LWP 4902) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1131 (Thread 0x7f80107a1640 (LWP 4899) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1130 (Thread 0x7f8011aab640 (LWP 4898) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f800e597060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f800e597060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1129 (Thread 0x7f8012db5640 (LWP 4897) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8011eb5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8011eb5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1128 (Thread 0x7f80140bf640 (LWP 4896) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8010bab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8010bab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1127 (Thread 0x7f8015ed2640 (LWP 4894) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1126 (Thread 0x7f80171dc640 (LWP 4892) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80144c9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80144c9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1125 (Thread 0x7f80179dd640 (LWP 4891) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8014fd2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8014fd2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1124 (Thread 0x7f80181de640 (LWP 4890) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1123 (Thread 0x7f801aafa640 (LWP 4889) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1122 (Thread 0x7f801b2fb640 (LWP 4888) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8019bfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8019bfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1121 (Thread 0x7f801d10e640 (LWP 4887) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80190f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80190f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1120 (Thread 0x7f801d90f640 (LWP 4886) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f801b705060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f801b705060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1119 (Thread 0x7f801f722640 (LWP 4885) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1118 (Thread 0x7f801ff23640 (LWP 4884) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f801e822060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f801e822060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1117 (Thread 0x7f8032c4e640 (LWP 4883) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f801dd19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f801dd19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1116 (Thread 0x7f8033a62640 (LWP 4882) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8020e36060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8020e36060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1115 (Thread 0x7f803c50c640 (LWP 4881) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f802032d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f802032d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1114 (Thread 0x7f8036595640 (LWP 4880) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1113 (Thread 0x7f802495a640 (LWP 4869) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1112 (Thread 0x7f8025c64640 (LWP 4868) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8022f51060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8022f51060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1111 (Thread 0x7f8026465640 (LWP 4867) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8023a5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8023a5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1110 (Thread 0x7f802776f640 (LWP 4866) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1109 (Thread 0x7f8029582640 (LWP 4865) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f802686f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f802686f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1108 (Thread 0x7f8029d83640 (LWP 4864) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8028682060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8028682060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1107 (Thread 0x7f802b08d640 (LWP 4862) "IOUringMonitor"): #0 _io_uring_get_cqe (ring=ring@entry=0x514000960e78, cqe_ptr=cqe_ptr@entry=0x7f8027e87080, data=0x7f80278c2820) at ./build_docker/./contrib/liburing/src/queue.c:116 #1 0x000055e125d57e5e in __io_uring_get_cqe (ring=, cqe_ptr=, submit=, wait_nr=, sigmask=) at ./build_docker/./contrib/liburing/src/queue.c:146 #2 0x000055e116e58367 in io_uring_wait_cqe_nr (ring=0x514000960e78, cqe_ptr=0x7f8027e87080, wait_nr=1) at ./contrib/liburing/src/include/liburing.h:1263 #3 io_uring_wait_cqe (ring=0x514000960e78, cqe_ptr=0x7f8027e87080) at ./contrib/liburing/src/include/liburing.h:1336 #4 DB::IOUringReader::monitorRing (this=0x514000960e40) at ./build_docker/./src/Disks/IO/IOUringReader.cpp:220 #5 0x000055e116e5f7fb 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=0x503000a82740) 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=0x503000a82740) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8027b79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8027b79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1106 (Thread 0x7f802c397640 (LWP 4861) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f802a18d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f802a18d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1105 (Thread 0x7f802e1aa640 (LWP 4860) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f802b497060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f802b497060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1104 (Thread 0x7f802f4b4640 (LWP 4859) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1103 (Thread 0x7f80307be640 (LWP 4858) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1102 (Thread 0x7f8031ac8640 (LWP 4857) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f802f8be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f802f8be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1101 (Thread 0x7f8034263640 (LWP 4856) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f802e5b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f802e5b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1100 (Thread 0x7f803556d640 (LWP 4855) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1099 (Thread 0x7f8035d6e640 (LWP 4854) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f803466d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f803466d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1098 (Thread 0x7f803f4a5640 (LWP 4804) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f803da9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f803da9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1097 (Thread 0x7f803fca6640 (LWP 4803) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f803e5a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f803e5a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1096 (Thread 0x7f8041ab9640 (LWP 4802) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80400b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80400b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1095 (Thread 0x7f80422ba640 (LWP 4801) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8040bb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8040bb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1094 (Thread 0x7f80435c4640 (LWP 4800) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1093 (Thread 0x7f80453d7640 (LWP 4799) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1092 (Thread 0x7f8045bd8640 (LWP 4798) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1091 (Thread 0x7f80e40d4640 (LWP 4797) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1090 (Thread 0x7f80484f4640 (LWP 4796) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d7c4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d7c4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d798, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d740, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8046aeb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8046aeb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1089 (Thread 0x7f8048cf5640 (LWP 4795) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80475f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80475f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1088 (Thread 0x7f8049fff640 (LWP 4794) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1087 (Thread 0x7f804b309640 (LWP 4793) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f804a409060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f804a409060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1086 (Thread 0x7f804c613640 (LWP 4792) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1085 (Thread 0x7f804d91d640 (LWP 4791) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f804ca1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f804ca1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1084 (Thread 0x7f804ec27640 (LWP 4790) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1083 (Thread 0x7f804ff31640 (LWP 4789) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f804f031060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f804f031060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1082 (Thread 0x7f805123b640 (LWP 4788) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f805033b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f805033b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1081 (Thread 0x7f805304e640 (LWP 4787) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1080 (Thread 0x7f805384f640 (LWP 4786) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f805214e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f805214e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1079 (Thread 0x7f8055662640 (LWP 4785) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8053c59060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8053c59060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1078 (Thread 0x7f805696c640 (LWP 4784) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1077 (Thread 0x7f805716d640 (LWP 4783) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8055a6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8055a6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1076 (Thread 0x7f8058f80640 (LWP 4782) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8057577060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8057577060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1075 (Thread 0x7f805a28a640 (LWP 4779) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8058080060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8058080060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1074 (Thread 0x7f805b594640 (LWP 4774) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1073 (Thread 0x7f805bd95640 (LWP 4772) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1072 (Thread 0x7f805d89f640 (LWP 4768) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f805c19f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f805c19f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1071 (Thread 0x7f805eba9640 (LWP 4767) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f805dca9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f805dca9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1070 (Thread 0x7f805feb3640 (LWP 4766) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041040, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041040, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f805efb3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f805efb3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1069 (Thread 0x7f80611bd640 (LWP 4765) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80602bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80602bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1068 (Thread 0x7f80624c7640 (LWP 4764) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1067 (Thread 0x7f80637d1640 (LWP 4763) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80628d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80628d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1066 (Thread 0x7f80655e4640 (LWP 4762) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8063bdb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8063bdb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1065 (Thread 0x7f8065de5640 (LWP 4761) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80646e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80646e4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1064 (Thread 0x7f80670ef640 (LWP 4760) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80661ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80661ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1063 (Thread 0x7f80683f9640 (LWP 4759) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80674f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80674f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1062 (Thread 0x7f8069703640 (LWP 4758) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8068803060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8068803060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1061 (Thread 0x7f806aa0d640 (LWP 4757) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1060 (Thread 0x7f806c820640 (LWP 4756) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f806ae17060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f806ae17060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1059 (Thread 0x7f806d021640 (LWP 4755) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1058 (Thread 0x7f806e32b640 (LWP 4754) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f806d42b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f806d42b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1057 (Thread 0x7f807013e640 (LWP 4753) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f806e735060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f806e735060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1056 (Thread 0x7f8071448640 (LWP 4752) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f806f23e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f806f23e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1055 (Thread 0x7f8072752640 (LWP 4751) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8070548060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8070548060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1054 (Thread 0x7f8073a5c640 (LWP 4750) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8072b5c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8072b5c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1053 (Thread 0x7f807425d640 (LWP 4748) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8071852060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8071852060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1052 (Thread 0x7f8076070640 (LWP 4747) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8074667060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8074667060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1051 (Thread 0x7f80e6310640 (LWP 4746) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8075170060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8075170060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1050 (Thread 0x7f807898c640 (LWP 4745) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f807647a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f807647a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1049 (Thread 0x7f807918d640 (LWP 4743) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8077a8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8077a8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1048 (Thread 0x7f807a497640 (LWP 4742) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8076f83060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8076f83060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1047 (Thread 0x7f807b7a1640 (LWP 4741) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8079597060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8079597060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1046 (Thread 0x7f807caab640 (LWP 4740) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f807a8a1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f807a8a1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1045 (Thread 0x7f807d2ac640 (LWP 4739) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f807bbab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f807bbab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1044 (Thread 0x7f807e5b6640 (LWP 4738) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f807d6b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f807d6b6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1043 (Thread 0x7f80803c9640 (LWP 4737) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f807e9c0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f807e9c0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1042 (Thread 0x7f8080bca640 (LWP 4736) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1041 (Thread 0x7f8081ed4640 (LWP 4735) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8080fd4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8080fd4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1040 (Thread 0x7f8083ce7640 (LWP 4734) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80822de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80822de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1039 (Thread 0x7f80844e8640 (LWP 4733) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8082de7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8082de7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1038 (Thread 0x7f80857f2640 (LWP 4732) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80848f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80848f2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1037 (Thread 0x7f8086afc640 (LWP 4731) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8085bfc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8085bfc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1036 (Thread 0x7f8087e06640 (LWP 4730) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8086f06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8086f06060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1035 (Thread 0x7f8089110640 (LWP 4729) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8088210060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8088210060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1034 (Thread 0x7f808a41a640 (LWP 4728) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f808951a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f808951a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1033 (Thread 0x7f808b724640 (LWP 4727) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f808a824060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f808a824060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1032 (Thread 0x7f808ca2e640 (LWP 4726) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f808bb2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f808bb2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1031 (Thread 0x7f808dd38640 (LWP 4725) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f808ce38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f808ce38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1030 (Thread 0x7f808f042640 (LWP 4724) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f808e142060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f808e142060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1029 (Thread 0x7f8090e55640 (LWP 4723) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f808f44c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f808f44c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1028 (Thread 0x7f8091656640 (LWP 4722) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1027 (Thread 0x7f8092960640 (LWP 4720) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1026 (Thread 0x7f80a27af640 (LWP 4719) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1025 (Thread 0x7f8096191640 (LWP 4662) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8094788060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8094788060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1024 (Thread 0x7f809749b640 (LWP 4661) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8095291060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8095291060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1023 (Thread 0x7f80987a5640 (LWP 4660) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1022 (Thread 0x7f8099aaf640 (LWP 4659) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80978a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80978a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1021 (Thread 0x7f809b8c2640 (LWP 4658) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f809a9c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f809a9c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1020 (Thread 0x7f809cbcc640 (LWP 4657) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f809bccc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f809bccc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1019 (Thread 0x7f809d4d0640 (LWP 4656) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8098baf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8098baf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1018 (Thread 0x7f809e0dd640 (LWP 4655) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1017 (Thread 0x7f809fef0640 (LWP 4654) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51900008c600, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51900008c600, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51900008c5d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51900008c580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f809e4e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f809e4e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1016 (Thread 0x7f80a11fa640 (LWP 4653) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f809eff0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f809eff0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1015 (Thread 0x7f80a1afe640 (LWP 4652) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80a02fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80a02fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1014 (Thread 0x7f80a59e8640 (LWP 4650) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80a4ae8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80a4ae8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1013 (Thread 0x7f80b4895640 (LWP 4649) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80a5df2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80a5df2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1012 (Thread 0x7f80a8a19640 (LWP 4636) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80a7010060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80a7010060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1011 (Thread 0x7f80a921a640 (LWP 4635) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80a7b19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80a7b19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1010 (Thread 0x7f80aa524640 (LWP 4634) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80a9624060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80a9624060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1009 (Thread 0x7f80ab82e640 (LWP 4633) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80aa92e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80aa92e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1008 (Thread 0x7f80acb38640 (LWP 4632) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80abc38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80abc38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1007 (Thread 0x7f80ae94b640 (LWP 4631) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80acf42060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80acf42060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1006 (Thread 0x7f80af14c640 (LWP 4630) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80ada4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80ada4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1005 (Thread 0x7f80b0456640 (LWP 4629) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80af556060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80af556060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1004 (Thread 0x7f80b1760640 (LWP 4628) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80b0860060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80b0860060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1003 (Thread 0x7f80b2a6a640 (LWP 4627) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80b1b6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80b1b6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1002 (Thread 0x7f80b3d74640 (LWP 4626) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80b2e74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80b2e74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1001 (Thread 0x7f80b80df640 (LWP 4624) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504001408e10, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504001408e10, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b002998580) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b002998580) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f80b7057f60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1000 (Thread 0x7f80bccaa640 (LWP 4622) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504001a51810, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504001a51810, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b0020c9e80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b0020c9e80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f80bbc62260) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 999 (Thread 0x7f80dc70d640 (LWP 4611) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x5040025d57d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x5040025d57d0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b00074ad80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b00074ad80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f80c0b3ee60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 998 (Thread 0x7f80c751a640 (LWP 4606) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250307b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x000055e1250cab1a in Poco::Event::tryWait (this=0x50b0013d6948, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x511000aecbf0, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x000055e124d39c84 in Poco::Net::TCPServerDispatcher::run (this=0x511000aecbc0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x000055e0f530c65b in asan_thread_start(void*) () #9 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 997 (Thread 0x7f80cae40640 (LWP 4601) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x5040015a3d90, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x5040015a3d90, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b001be0f80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b001be0f80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f80c9829b60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 996 (Thread 0x7f80d392c640 (LWP 4562) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400303b150, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400303b150, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b000155480) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b000155480) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f80d28e8960) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 995 (Thread 0x7f80d6dfd640 (LWP 4560) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 994 (Thread 0x7f80d8c10640 (LWP 4559) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80d7207060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80d7207060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 993 (Thread 0x7f80d9f1a640 (LWP 4558) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80d7d10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80d7d10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 992 (Thread 0x7f80db224640 (LWP 4557) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80da324060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80da324060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 991 (Thread 0x7f80dba25640 (LWP 4556) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80d901a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80d901a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 990 (Thread 0x7f80e353b640 (LWP 4545) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250307b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x000055e1250cab1a in Poco::Event::tryWait (this=0x50b0008de038, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x511000aed370, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x000055e124d39c84 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed340) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x000055e0f530c65b in asan_thread_start(void*) () #9 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 989 (Thread 0x7f80eb057640 (LWP 4534) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250301cd in Poco::EventImpl::waitImpl (this=0x516000870a88) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x000055e125146e85 in Poco::Event::wait (this=0x516000870a88) 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #6 0x000055e0f530c65b in asan_thread_start(void*) () #7 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #8 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 988 (Thread 0x7f80ee3b7640 (LWP 4528) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504003ea9290, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504003ea9290, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b00079e680) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b00079e680) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f80ed2e4560) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 987 (Thread 0x7f80f1fdf640 (LWP 4519) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 986 (Thread 0x7f80f32e9640 (LWP 4516) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80f23e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80f23e9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 985 (Thread 0x7f80f50fd640 (LWP 4515) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 984 (Thread 0x7f80f6f11640 (LWP 4503) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80f6011060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80f6011060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 983 (Thread 0x7f80f87a0640 (LWP 4492) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80f78a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80f78a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 982 (Thread 0x7f80fa02f640 (LWP 4489) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80f912f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80f912f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 981 (Thread 0x7f80fe4e6640 (LWP 4464) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80fd5e6460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80fd5e6460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 980 (Thread 0x7f80ff7f0640 (LWP 4463) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51900008c600, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51900008c600, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51900008c5d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51900008c580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80fe8f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80fe8f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 979 (Thread 0x7f8101603640 (LWP 4462) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8100703060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8100703060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 978 (Thread 0x7f810290d640 (LWP 4461) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f80ffbfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f80ffbfa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 977 (Thread 0x7f810310e640 (LWP 4460) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 976 (Thread 0x7f8104418640 (LWP 4457) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 975 (Thread 0x7f8105722640 (LWP 4456) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8104822060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8104822060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 974 (Thread 0x7f8106a2c640 (LWP 4454) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 973 (Thread 0x7f810883f640 (LWP 4453) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5150000c1d98, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5150000c1d98, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x5150000c1d70, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5150000c1d18, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8106e36060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8106e36060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 972 (Thread 0x7f8109b49640 (LWP 4452) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f810793f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f810793f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 971 (Thread 0x7f810a34a640 (LWP 4451) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8108c49060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8108c49060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 970 (Thread 0x7f810b654640 (LWP 4448) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f810a754060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f810a754060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 969 (Thread 0x7f810c95e640 (LWP 4447) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f810ba5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f810ba5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 968 (Thread 0x7f810dc68640 (LWP 4446) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 967 (Thread 0x7f810ef72640 (LWP 4445) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 966 (Thread 0x7f811027c640 (LWP 4444) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041040, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041040, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f810f37c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f810f37c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 965 (Thread 0x7f8111586640 (LWP 4443) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e002d5a190, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e002d5a190, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e002d5a168, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x5160019ad140) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x503001f21210) 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=0x503001f21210) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8110686060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8110686060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 964 (Thread 0x7f8112890640 (LWP 4442) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 963 (Thread 0x7f8113b9a640 (LWP 4441) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8112c9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8112c9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 962 (Thread 0x7f8114ea4640 (LWP 4440) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8113fa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8113fa4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 961 (Thread 0x7f81161ae640 (LWP 4439) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 960 (Thread 0x7f81174b8640 (LWP 4438) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81165b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81165b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 959 (Thread 0x7f81192cb640 (LWP 4437) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81178c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81178c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 958 (Thread 0x7f8119acc640 (LWP 4436) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81183cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81183cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 957 (Thread 0x7f811add6640 (LWP 4435) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8119ed6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8119ed6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 956 (Thread 0x7f811c0e0640 (LWP 4434) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 955 (Thread 0x7f811d3ea640 (LWP 4433) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f811c4ea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f811c4ea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 954 (Thread 0x7f811fd06640 (LWP 4432) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f811d7f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f811d7f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 953 (Thread 0x7f8121010640 (LWP 4431) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f811e2fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f811e2fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 952 (Thread 0x7f812231a640 (LWP 4430) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8120110060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8120110060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 951 (Thread 0x7f8123624640 (LWP 4429) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f812141a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f812141a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 950 (Thread 0x7f8123e25640 (LWP 4427) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8122724060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8122724060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 949 (Thread 0x7f8126741640 (LWP 4426) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f812422f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f812422f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 948 (Thread 0x7f8127a4b640 (LWP 4425) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 947 (Thread 0x7f812824c640 (LWP 4424) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8125841060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8125841060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 946 (Thread 0x7f8129556640 (LWP 4423) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8126b4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8126b4b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 945 (Thread 0x7f815a342640 (LWP 4422) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8128656060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8128656060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 944 (Thread 0x7f815c378640 (LWP 4421) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8129960060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8129960060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 943 (Thread 0x7f812b369640 (LWP 4329) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 942 (Thread 0x7f812d17c640 (LWP 4327) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f812b773060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f812b773060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 941 (Thread 0x7f812e486640 (LWP 4326) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f812c27c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f812c27c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 940 (Thread 0x7f812f790640 (LWP 4325) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f812d586060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f812d586060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 939 (Thread 0x7f812ff91640 (LWP 4324) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f812e890060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f812e890060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 938 (Thread 0x7f813129b640 (LWP 4323) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f813039b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f813039b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 937 (Thread 0x7f81325a5640 (LWP 4322) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81316a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81316a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 936 (Thread 0x7f81338af640 (LWP 4310) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81329af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81329af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 935 (Thread 0x7f8134bb9640 (LWP 4309) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8133cb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8133cb9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 934 (Thread 0x7f81369cc640 (LWP 4308) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8134fc3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8134fc3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 933 (Thread 0x7f8137cd6640 (LWP 4307) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8135acc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8135acc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 932 (Thread 0x7f81384d7640 (LWP 4306) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8136dd6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8136dd6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 931 (Thread 0x7f81397e1640 (LWP 4304) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81388e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81388e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 930 (Thread 0x7f813aaeb640 (LWP 4302) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8139beb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8139beb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 929 (Thread 0x7f813bdf5640 (LWP 4301) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f813aef5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f813aef5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 928 (Thread 0x7f813d0ff640 (LWP 4300) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f813c1ff060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f813c1ff060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 927 (Thread 0x7f813e409640 (LWP 4299) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f813d509060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f813d509060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 926 (Thread 0x7f813f713640 (LWP 4298) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041040, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041040, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f813e813060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f813e813060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 925 (Thread 0x7f8141526640 (LWP 4294) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 924 (Thread 0x7f8142830640 (LWP 4293) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8140626060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8140626060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 923 (Thread 0x7f8143031640 (LWP 4291) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8141930060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8141930060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 922 (Thread 0x7f814433b640 (LWP 4289) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814343b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814343b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 921 (Thread 0x7f8146c57640 (LWP 4286) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8144745060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8144745060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 920 (Thread 0x7f8147458640 (LWP 4284) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8145d57060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8145d57060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 919 (Thread 0x7f8148762640 (LWP 4283) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814524e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814524e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 918 (Thread 0x7f8148f63640 (LWP 4282) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8147862060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8147862060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 917 (Thread 0x7f814a26d640 (LWP 4281) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814936d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814936d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 916 (Thread 0x7f814b577640 (LWP 4280) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814a677060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814a677060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 915 (Thread 0x7f814c881640 (LWP 4277) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814b981060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814b981060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 914 (Thread 0x7f814db8b640 (LWP 4276) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814cc8b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814cc8b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 913 (Thread 0x7f814f99e640 (LWP 4275) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814df95060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814df95060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 912 (Thread 0x7f8150ca8640 (LWP 4274) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814ea9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814ea9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 911 (Thread 0x7f81514a9640 (LWP 4273) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f814fda8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f814fda8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 910 (Thread 0x7f81527b3640 (LWP 4272) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81518b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81518b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 909 (Thread 0x7f8153abd640 (LWP 4271) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8152bbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8152bbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 908 (Thread 0x7f8154dc7640 (LWP 4270) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8153ec7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8153ec7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 907 (Thread 0x7f81560d1640 (LWP 4269) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81551d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81551d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 906 (Thread 0x7f8157ee4640 (LWP 4267) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81564db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81564db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 905 (Thread 0x7f81586e5640 (LWP 4266) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8156fe4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8156fe4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 904 (Thread 0x7f81599ef640 (LWP 4264) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8158aef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8158aef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 903 (Thread 0x7f815e18b640 (LWP 4232) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f815c782060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f815c782060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 902 (Thread 0x7f815e98c640 (LWP 4231) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f815d28b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f815d28b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 901 (Thread 0x7f815fc96640 (LWP 4230) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f815ed96060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f815ed96060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 900 (Thread 0x7f8160fa0640 (LWP 4229) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81600a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81600a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 899 (Thread 0x7f81622aa640 (LWP 4228) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81613aa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81613aa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 898 (Thread 0x7f81640bd640 (LWP 4227) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81626b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81626b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 897 (Thread 0x7f81653c7640 (LWP 4226) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81631bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81631bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 896 (Thread 0x7f81666d1640 (LWP 4225) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 895 (Thread 0x7f8166ed2640 (LWP 4223) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81657d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81657d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 894 (Thread 0x7f8168ce5640 (LWP 4220) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81672dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81672dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 893 (Thread 0x7f81695e9640 (LWP 4219) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 892 (Thread 0x7f816c903640 (LWP 4215) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f816ba03060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f816ba03060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 891 (Thread 0x7f816dc0d640 (LWP 4214) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f816cd0d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f816cd0d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 890 (Thread 0x7f816ef17640 (LWP 4213) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f816e017060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f816e017060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 889 (Thread 0x7f8170221640 (LWP 4208) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f816f321060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f816f321060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 888 (Thread 0x7f8174175640 (LWP 4183) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 887 (Thread 0x7f817547f640 (LWP 4182) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817457f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817457f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 886 (Thread 0x7f8176789640 (LWP 4170) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8175889060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8175889060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 885 (Thread 0x7f8177a93640 (LWP 4153) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8176b93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8176b93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 884 (Thread 0x7f8178d9d640 (LWP 4150) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8177e9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8177e9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 883 (Thread 0x7f817a0a7640 (LWP 4149) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81791a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81791a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 882 (Thread 0x7f817b3b1640 (LWP 4148) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817a4b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817a4b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 881 (Thread 0x7f817c6bb640 (LWP 4146) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817b7bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817b7bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 880 (Thread 0x7f817d9c5640 (LWP 4145) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817cac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817cac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 879 (Thread 0x7f81802e1640 (LWP 4142) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817ddcf460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817ddcf460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 878 (Thread 0x7f8180ae2640 (LWP 4140) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817f3e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817f3e1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 877 (Thread 0x7f81828f5640 (LWP 4139) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f817e8d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f817e8d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 876 (Thread 0x7f8183bff640 (LWP 4137) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8182cff060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8182cff060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 875 (Thread 0x7f8184400640 (LWP 4136) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8180eec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8180eec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 874 (Thread 0x7f8186213640 (LWP 4135) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f818480a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f818480a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 873 (Thread 0x7f8186a14640 (LWP 4134) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8185313060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8185313060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 872 (Thread 0x7f8187d1e640 (LWP 4130) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8186e1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8186e1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 871 (Thread 0x7f8189028640 (LWP 4128) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8188128060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8188128060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 870 (Thread 0x7f818a332640 (LWP 4127) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8189432060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8189432060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 869 (Thread 0x7f818b63c640 (LWP 4126) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f818a73c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f818a73c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 868 (Thread 0x7f818c946640 (LWP 4125) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f818ba46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f818ba46060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 867 (Thread 0x7f818dc50640 (LWP 4124) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f818cd50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f818cd50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 866 (Thread 0x7f818fa63640 (LWP 4123) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f818e05a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f818e05a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 865 (Thread 0x7f8190d6d640 (LWP 4122) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 864 (Thread 0x7f8192077640 (LWP 4121) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f818fe6d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f818fe6d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 863 (Thread 0x7f8192878640 (LWP 4120) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8191177060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8191177060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 862 (Thread 0x7f8193b82640 (LWP 4119) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8192c82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8192c82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 861 (Thread 0x7f8194e8c640 (LWP 4118) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8193f8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8193f8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 860 (Thread 0x7f8196196640 (LWP 4117) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8195296060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8195296060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 859 (Thread 0x7f81974a0640 (LWP 4116) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81965a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81965a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 858 (Thread 0x7f8199ec0640 (LWP 4114) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504001bf2c10, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504001bf2c10, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b001699f80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b001699f80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f8198d49560) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 857 (Thread 0x7f819e402640 (LWP 4111) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f819d502060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f819d502060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 856 (Thread 0x7f819f70c640 (LWP 4110) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f819e80c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f819e80c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 855 (Thread 0x7f81a151f640 (LWP 4109) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f819fb16060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f819fb16060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 854 (Thread 0x7f81a1d20640 (LWP 4108) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 853 (Thread 0x7f81a302a640 (LWP 4107) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 852 (Thread 0x7f81a453a640 (LWP 4106) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 851 (Thread 0x7f81a5844640 (LWP 4100) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81a4944060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81a4944060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 850 (Thread 0x7f81a6b4e640 (LWP 4099) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e440, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e440, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 849 (Thread 0x7f81a7e58640 (LWP 4098) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 848 (Thread 0x7f81a9162640 (LWP 4097) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51700003034c, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51700003034c, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x517000030320, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5170000302c8, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81a8262060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81a8262060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 847 (Thread 0x7f81aa46c640 (LWP 4096) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81a956c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81a956c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 846 (Thread 0x7f81ab776640 (LWP 4095) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 845 (Thread 0x7f81b08dd640 (LWP 4086) "IntersrvHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250307b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x000055e1250cab1a in Poco::Event::tryWait (this=0x50b0021bee28, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x5110001d17f0, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x000055e124d39c84 in Poco::Net::TCPServerDispatcher::run (this=0x5110001d17c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x000055e0f530c65b in asan_thread_start(void*) () #9 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 844 (Thread 0x7f81b877b640 (LWP 4051) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504000feb0d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504000feb0d0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b000714280) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b000714280) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81b7763e60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 843 (Thread 0x7f81c3063640 (LWP 4039) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504003b0b750, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504003b0b750, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b000fdab80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b000fdab80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81b8fb6560) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 842 (Thread 0x7f81bd432640 (LWP 3998) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81bc532060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81bc532060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 841 (Thread 0x7f81becc1640 (LWP 3995) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504002799750, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504002799750, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b002f2f680) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b002f2f680) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81bdca4b60) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 840 (Thread 0x7f81bffcb640 (LWP 3989) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x5040033bc5d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x5040033bc5d0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b002ab8a80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b002ab8a80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81bef98060) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 839 (Thread 0x7f82ac22f640 (LWP 3912) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x5040041febd0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x5040041febd0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b000c07280) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b000c07280) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81c3358160) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 838 (Thread 0x7f81c597f640 (LWP 3903) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81c4a7f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81c4a7f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 837 (Thread 0x7f81c6c89640 (LWP 3902) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81c5d89060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81c5d89060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 836 (Thread 0x7f81c8a9c640 (LWP 3901) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 835 (Thread 0x7f81c929d640 (LWP 3900) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 834 (Thread 0x7f81ca5a7640 (LWP 3899) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81c96a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81c96a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 833 (Thread 0x7f81cb8b1640 (LWP 3898) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 832 (Thread 0x7f81cd6c4640 (LWP 3897) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81cbcbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81cbcbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 831 (Thread 0x7f81cdec5640 (LWP 3896) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81cc7c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81cc7c4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 830 (Thread 0x7f81cf1cf640 (LWP 3895) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81ce2cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81ce2cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 829 (Thread 0x7f81d04d9640 (LWP 3894) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 828 (Thread 0x7f81d17e3640 (LWP 3893) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81d08e3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81d08e3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 827 (Thread 0x7f81e68db640 (LWP 3884) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504000feb2d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504000feb2d0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b0005ff380) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b0005ff380) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81d2dc1560) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 826 (Thread 0x7f81f32ae640 (LWP 3883) "TCPHandler"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504000fe08d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504000fe08d0, timeout=..., mode=5) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e107a35a64 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 0x000055e11d2262b6 in DB::TCPHandler::runImpl (this=0x51b000616d80) at ./build_docker/./src/Server/TCPHandler.cpp:322 #7 0x000055e11d26be71 in DB::TCPHandler::run (this=0x51b000616d80) at ./build_docker/./src/Server/TCPHandler.cpp:2329 #8 0x000055e124d391af in Poco::Net::TCPServerConnection::start (this=0x7f81d38dd760) at ./build_docker/./base/poco/Net/src/TCPServerConnection.cpp:43 #9 0x000055e124d39e57 in Poco::Net::TCPServerDispatcher::run (this=0x511000aed0c0) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:115 #10 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #11 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #12 0x000055e0f530c65b in asan_thread_start(void*) () #13 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #14 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 825 (Thread 0x7f81d5f01640 (LWP 3828) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81d5001060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81d5001060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 824 (Thread 0x7f81d720b640 (LWP 3827) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81d630b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81d630b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 823 (Thread 0x7f81d8b27640 (LWP 3826) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400117c450, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400117c450, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a369c8, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 822 (Thread 0x7f81d9f34640 (LWP 3825) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400117bed0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400117bed0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a36848, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 821 (Thread 0x7f81db23e640 (LWP 3824) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400117aa50, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400117aa50, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a366c8, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 820 (Thread 0x7f81dc851640 (LWP 3823) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50e00069b720, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50e00069b720, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a35948, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 819 (Thread 0x7f81ddb5b640 (LWP 3822) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504001151ed0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504001151ed0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a357c8, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 818 (Thread 0x7f81dfa71640 (LWP 3821) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x504001151910, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x504001151910, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a354c8, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 817 (Thread 0x7f81e0e7e640 (LWP 3820) "DDLWorkerClnr"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250301cd in Poco::EventImpl::waitImpl (this=0x50c0007ffb58) at ./base/poco/Foundation/src/Event_POSIX.cpp:94 #3 0x000055e116e94ff3 in Poco::Event::wait (this=0x50c0007ffbb4, this@entry=0x5030001a3560) at ./base/poco/Foundation/include/Poco/Event.h:92 #4 DB::DDLWorker::runCleanupThread (this=0x51700029c880) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1189 #5 0x000055e116edbe49 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81deb71060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f81deb71060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #17 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 816 (Thread 0x7f81e2188640 (LWP 3819) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50e00069b8e0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50e00069b8e0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a35348, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 815 (Thread 0x7f81e2989640 (LWP 3818) "DDLWorker"): #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x000055e12bef1f28 in clock_nanosleep (clk=, flags=, req=, rem=) at ./build_docker/./base/glibc-compatibility/musl/clock_nanosleep.c:21 #2 0x000055e124c29064 in sleepForNanoseconds (nanoseconds=) at ./build_docker/./base/base/sleep.cpp:48 #3 sleepForMicroseconds (microseconds=) at ./build_docker/./base/base/sleep.cpp:54 #4 sleepForMilliseconds (milliseconds=) at ./build_docker/./base/base/sleep.cpp:59 #5 sleepForSeconds (seconds=5) at ./build_docker/./base/base/sleep.cpp:64 #6 0x000055e116ed49f6 in DB::DDLWorker::initializeMainThread (this=0x51700029c880) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1106 #7 0x000055e116e9016c in DB::DDLWorker::runMainThread (this=) at ./build_docker/./src/Interpreters/DDLWorker.cpp:1141 #8 0x000055e116edbe49 in std::__1::__invoke[abi:v15000](void (DB::DDLWorker::*&)(), DB::DDLWorker*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #9 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 #10 std::__1::apply[abi:v15000]&>(void (DB::DDLWorker::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::DDLWorker::*&&)(), DB::DDLWorker*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #12 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81dff7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #13 std::__1::function::operator()() const (this=0x7f81dff7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #14 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #15 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #16 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #17 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #18 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #19 0x000055e0f530c65b in asan_thread_start(void*) () #20 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #21 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 814 (Thread 0x7f81e3c93640 (LWP 3817) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x5040011502d0, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x5040011502d0, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x512000a351c8, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 813 (Thread 0x7f81e4f9d640 (LWP 3816) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 812 (Thread 0x7f81e7eee640 (LWP 3815) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81e6fee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81e6fee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 811 (Thread 0x7f81e91f8640 (LWP 3814) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81e82f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81e82f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 810 (Thread 0x7f81ea708640 (LWP 3813) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81e9808060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81e9808060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 809 (Thread 0x7f81ec21d640 (LWP 3812) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81eb31d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81eb31d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 808 (Thread 0x7f81ef670640 (LWP 3811) "ExterLdrReload"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x50c0002054d0, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e117c7bef1 in std::__1::condition_variable::wait_for > (this=0x50c0002054d0, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x50c0002054d0, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x50c0002054d0, __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=0x50c0002054d0, __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=0x50c0002054d0, __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 0x000055e117c7b3ee in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x50c000205480) at ./build_docker/./src/Interpreters/ExternalLoader.cpp:1258 #10 0x000055e117c81769 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81ee66d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f81ee66d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 807 (Thread 0x7f81f0c83640 (LWP 3810) "ConfigReloader"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250307b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x000055e11e816f0b in Poco::Event::tryWait (this=0x50c0000cf8f0, this@entry=0xa240001fbe8, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 DB::ConfigReloader::run (this=0x5120000fde40) at ./build_docker/./src/Common/Config/ConfigReloader.cpp:81 #5 0x000055e11e819789 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81efd83060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f81efd83060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #17 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 806 (Thread 0x7f81f1f8d640 (LWP 3809) "ConfigReloader"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250307b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x000055e11e816f0b in Poco::Event::tryWait (this=0x50c000010430, this@entry=0xa2400010c48, milliseconds=2000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 DB::ConfigReloader::run (this=0x512000086140) at ./build_docker/./src/Common/Config/ConfigReloader.cpp:81 #5 0x000055e11e819789 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f108d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #10 std::__1::function::operator()() const (this=0x7f81f108d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #11 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #12 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #17 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #18 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 805 (Thread 0x7f821d85b640 (LWP 3808) "AsyncMetrics"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffc5e670b10, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079c676b in std::__1::condition_variable::wait_until > > (this=0x7ffc5e670b10, __lk=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:415 #5 std::__1::condition_variable::wait_until >, DB::AsynchronousMetrics::run()::$_0>(std::__1::unique_lock&, std::__1::chrono::time_point > > const&, DB::AsynchronousMetrics::run()::$_0) (this=0x7ffc5e670b10, __lk=..., __pred=..., __t=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #6 DB::AsynchronousMetrics::run (this=0x7ffc5e670aa0) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:357 #7 0x000055e1079c8c9b in DB::AsynchronousMetrics::start()::$_0::operator()() const (this=) at ./build_docker/./src/Common/AsynchronousMetrics.cpp:280 #8 std::__1::__invoke[abi:v15000](DB::AsynchronousMetrics::start()::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #9 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 #10 std::__1::apply[abi:v15000]&>(DB::AsynchronousMetrics::start()::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #11 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}::operator()() (this=0x503000f8ffe0) at ./src/Common/ThreadPool.h:223 #12 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 #13 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 #14 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl(DB::AsynchronousMetrics::start()::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000f8ffe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #15 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 #16 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f2397060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7f81f2397060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #19 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #24 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #25 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 804 (Thread 0x7f81f45b8640 (LWP 3807) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f36b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81f36b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 803 (Thread 0x7f81f58c2640 (LWP 3806) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f49c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81f49c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 802 (Thread 0x7f81f6bcc640 (LWP 3805) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f5ccc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81f5ccc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 801 (Thread 0x7f81f7ed6640 (LWP 3804) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f6fd6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81f6fd6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 800 (Thread 0x7f81f91e0640 (LWP 3803) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f82e0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81f82e0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 799 (Thread 0x7f81fa4ea640 (LWP 3802) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81f95ea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81f95ea060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 798 (Thread 0x7f81fb7f4640 (LWP 3801) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81fa8f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81fa8f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 797 (Thread 0x7f81fcafe640 (LWP 3800) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81fbbfe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81fbbfe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 796 (Thread 0x7f81fde08640 (LWP 3799) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81fcf08060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81fcf08060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 795 (Thread 0x7f81ff112640 (LWP 3798) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81fe212060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81fe212060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 794 (Thread 0x7f820041c640 (LWP 3797) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f81ff51c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f81ff51c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 793 (Thread 0x7f8201726640 (LWP 3796) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8200826060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8200826060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 792 (Thread 0x7f8202a30640 (LWP 3795) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8201b30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8201b30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 791 (Thread 0x7f8203d3a640 (LWP 3794) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8202e3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8202e3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 790 (Thread 0x7f8205044640 (LWP 3793) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8204144060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8204144060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 789 (Thread 0x7f820634e640 (LWP 3792) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f820544e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f820544e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 788 (Thread 0x7f8207658640 (LWP 3791) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8206758060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8206758060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 787 (Thread 0x7f821e66e640 (LWP 3790) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8207a62060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8207a62060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 786 (Thread 0x7f8209f8c640 (LWP 3789) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 785 (Thread 0x7f820bd9f640 (LWP 3788) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 784 (Thread 0x7f820d0a9640 (LWP 3787) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 783 (Thread 0x7f820e3b3640 (LWP 3786) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d644, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d644, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f820c1a9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f820c1a9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 782 (Thread 0x7f820ebb4640 (LWP 3785) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f820d4b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f820d4b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 781 (Thread 0x7f820febe640 (LWP 3784) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 780 (Thread 0x7f82111c8640 (LWP 3783) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 779 (Thread 0x7f82124d2640 (LWP 3782) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82115d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82115d2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 778 (Thread 0x7f82137dc640 (LWP 3781) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 777 (Thread 0x7f82155ef640 (LWP 3780) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 776 (Thread 0x7f8215df0640 (LWP 3779) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82146ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82146ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 775 (Thread 0x7f82170fa640 (LWP 3778) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51900008c600, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51900008c600, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51900008c5d8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51900008c580, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82161fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82161fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 774 (Thread 0x7f8218404640 (LWP 3777) "ThreadPool"): #0 0x00007f86b171f7f8 in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b1724677 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12be8cc0b 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 0x000055e119a97394 in std::__1::this_thread::sleep_for > (__d=...) at ./contrib/llvm-project/libcxx/include/thread:383 #5 DB::TransactionLog::runUpdatingThread (this=0x515000893318) at ./build_docker/./src/Interpreters/TransactionLog.cpp:241 #6 0x000055e119ab52a9 in std::__1::__invoke[abi:v15000](void (DB::TransactionLog::*&)(), DB::TransactionLog*&) (__f=, __a0=) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:359 #7 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 #8 std::__1::apply[abi:v15000]&>(void (DB::TransactionLog::*&)(), std::__1::tuple&) (__f=, __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #9 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl(void (DB::TransactionLog::*&&)(), DB::TransactionLog*&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #10 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8217504060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #11 std::__1::function::operator()() const (this=0x7f8217504060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #12 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #13 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #14 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #15 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #16 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #17 0x000055e0f530c65b in asan_thread_start(void*) () #18 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #19 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 773 (Thread 0x7f821970e640 (LWP 3776) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f821880e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f821880e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 772 (Thread 0x7f821b521640 (LWP 3775) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8219b18060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8219b18060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 771 (Thread 0x7f821bd22640 (LWP 3774) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 770 (Thread 0x7f821d02c640 (LWP 3773) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 769 (Thread 0x7f8220a93640 (LWP 3771) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f821fb93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f821fb93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 768 (Thread 0x7f8221d9d640 (LWP 3770) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8220e9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8220e9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 767 (Thread 0x7f82230a7640 (LWP 3769) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82221a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82221a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 766 (Thread 0x7f82243b1640 (LWP 3768) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82234b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82234b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 765 (Thread 0x7f82256bb640 (LWP 3767) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82247bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82247bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 764 (Thread 0x7f82269c5640 (LWP 3766) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8225ac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8225ac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 763 (Thread 0x7f8227ccf640 (LWP 3765) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8226dcf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8226dcf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 762 (Thread 0x7f8228fd9640 (LWP 3764) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82280d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82280d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 761 (Thread 0x7f822a2e3640 (LWP 3763) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82293e3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f82293e3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 760 (Thread 0x7f822b5ed640 (LWP 3762) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 759 (Thread 0x7f822c8f7640 (LWP 3761) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 758 (Thread 0x7f822dc01640 (LWP 3760) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200001d640, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200001d640, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x51200001d618, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x51200001d5c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f822cd01060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f822cd01060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 757 (Thread 0x7f822ef0b640 (LWP 3759) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041040, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041040, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f822e00b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f822e00b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 756 (Thread 0x7f8230215640 (LWP 3758) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f822f315060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f822f315060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 755 (Thread 0x7f823151f640 (LWP 3757) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 754 (Thread 0x7f8232829640 (LWP 3756) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8231929060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8231929060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 753 (Thread 0x7f8233b33640 (LWP 3755) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8232c33060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8232c33060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 752 (Thread 0x7f8234e3d640 (LWP 3754) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8233f3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8233f3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 751 (Thread 0x7f8236147640 (LWP 3753) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51200002e444, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51200002e444, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e10789b2c4 in std::__1::condition_variable::wait::worker(std::__1::__list_iterator)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl::worker(std::__1::__list_iterator)::{lambda()#1}) (this=0x51200002e418, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #9 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #10 0x000055e0f530c65b in asan_thread_start(void*) () #11 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #12 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 750 (Thread 0x7f8237451640 (LWP 3749) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8236551060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8236551060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 749 (Thread 0x7f85c1952640 (LWP 3748) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000041044, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000041044, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000041018, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000040fc0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f823785b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f823785b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 748 (Thread 0x7f85c76b0640 (LWP 3747) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000ee8fc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000ee8fc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000ee8f98, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x512000ee8f40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85bf515060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f85bf515060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 747 (Thread 0x7f8239264640 (LWP 3744) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7f82381cc670, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e119956f3a in std::__1::condition_variable::wait_until > > (this=0x7f82381cc670, __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 0x000055e119955fe5 in DB::MetricLog::metricThreadFunction (this=) at ./build_docker/./src/Interpreters/MetricLog.cpp:123 #7 0x000055e1199569bb 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=0x503000187360) 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=0x503000187360) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8238364060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #17 std::__1::function::operator()() const (this=0x7f8238364060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #18 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #19 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #24 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #25 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 746 (Thread 0x7f823d33d640 (LWP 3738) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000023ad8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107987244 in std::__1::condition_variable::wait_for > (this=0x512000023ad8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000023ad8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000023ad8, __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=0x512000023ad8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107935023 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=0x512000023b00, __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 0x000055e1198c5457 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e10797c9d0 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=0x503000184150) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f823b92c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f823b92c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 745 (Thread 0x7f823e760640 (LWP 3737) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000746c58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107982fa4 in std::__1::condition_variable::wait_for > (this=0x512000746c58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000746c58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000746c58, __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=0x512000746c58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e1079201c3 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=0x512000746c80, __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 0x000055e1197dad97 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e10796feb0 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=0x503000181f00) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f823c43d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f823c43d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 744 (Thread 0x7f823f072640 (LWP 3736) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000689c58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079839e4 in std::__1::condition_variable::wait_for > (this=0x512000689c58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000689c58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000689c58, __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=0x512000689c58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e1079235e3 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=0x512000689c80, __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 0x000055e1197fee17 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107971eb0 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=0x5030001841e0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f823d860060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f823d860060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 743 (Thread 0x7f8240ea3640 (LWP 3735) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200078ce58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107987764 in std::__1::condition_variable::wait_for > (this=0x51200078ce58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200078ce58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200078ce58, __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=0x51200078ce58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107936a03 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=0x51200078ce80, __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 0x000055e1198d7457 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e10797d9d0 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=0x503000182860) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f823ff95060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f823ff95060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 742 (Thread 0x7f82417b5640 (LWP 3734) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120007a01d8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079886c4 in std::__1::condition_variable::wait_for > (this=0x5120007a01d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120007a01d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120007a01d8, __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=0x5120007a01d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e10793b7a3 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=0x5120007a0204, __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 0x000055e11990d477 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107980850 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=0x503000182320) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f823f484060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f823f484060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 741 (Thread 0x7f82435e6640 (LWP 3733) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000667a58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107985dc4 in std::__1::condition_variable::wait_for > (this=0x512000667a58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000667a58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000667a58, __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=0x512000667a58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e10792ea43 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=0x512000667a80, __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 0x000055e11987d517 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107978eb0 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=0x5030001844b0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8241bd5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f8241bd5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 740 (Thread 0x7f8243df5640 (LWP 3732) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000642258, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107984e64 in std::__1::condition_variable::wait_for > (this=0x512000642258, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000642258, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000642258, __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=0x512000642258, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107929d03 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=0x512000642280, __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 0x000055e119847377 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107975eb0 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=0x503000184420) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82426e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82426e6060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 739 (Thread 0x7f8245624640 (LWP 3731) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8244724060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8244724060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 738 (Thread 0x7f8246a47640 (LWP 3730) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8245b47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8245b47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 737 (Thread 0x7f8248173640 (LWP 3729) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8246f6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8246f6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 736 (Thread 0x7f824989f640 (LWP 3728) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8248585060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f8248585060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 735 (Thread 0x7f824b0ce640 (LWP 3727) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f824a1ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f824a1ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 734 (Thread 0x7f824c3ee640 (LWP 3726) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039544, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039544, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f824b4ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f824b4ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 733 (Thread 0x7f824d70e640 (LWP 3725) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f824c80e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f824c80e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 732 (Thread 0x7f824f246640 (LWP 3724) "ExterLdrReload"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x50c00011d210, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e117c7bef1 in std::__1::condition_variable::wait_for > (this=0x50c00011d210, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x50c00011d210, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x50c00011d210, __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=0x50c00011d210, __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=0x50c00011d210, __lk=..., __d=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 0x000055e117c7b3ee in DB::ExternalLoader::PeriodicUpdater::doPeriodicUpdates (this=0x50c00011d1c0) at ./build_docker/./src/Interpreters/ExternalLoader.cpp:1258 #10 0x000055e117c81769 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f824e346060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f824e346060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 731 (Thread 0x7f825157b640 (LWP 3718) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200077db58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079858a4 in std::__1::condition_variable::wait_for > (this=0x51200077db58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200077db58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200077db58, __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=0x51200077db58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e10792d063 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=0x51200077db80, __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 0x000055e11986b4f7 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107977eb0 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=0x503000183f10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f824fb6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f824fb6a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 730 (Thread 0x7f825289b640 (LWP 3717) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200076a358, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107986804 in std::__1::condition_variable::wait_for > (this=0x51200076a358, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200076a358, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200076a358, __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=0x51200076a358, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107931c63 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=0x51200076a380, __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 0x000055e1198a1457 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e10797ae30 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=0x503000183700) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825067b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825067b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 729 (Thread 0x7f82546cc640 (LWP 3716) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120007aba58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107988be4 in std::__1::condition_variable::wait_for > (this=0x5120007aba58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120007aba58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120007aba58, __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=0x5120007aba58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e10793d1c3 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=0x5120007aba84, __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 0x000055e11991f477 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107981850 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=0x5030001824a0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825199b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825199b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 728 (Thread 0x7f8254edb640 (LWP 3715) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200073c8d8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107983f04 in std::__1::condition_variable::wait_for > (this=0x51200073c8d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200073c8d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200073c8d8, __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=0x51200073c8d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107924f83 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=0x51200073c900, __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 0x000055e119810f57 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107972eb0 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=0x503000183520) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8252cad060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f8252cad060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 727 (Thread 0x7f82561fb640 (LWP 3714) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000737958, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107987c84 in std::__1::condition_variable::wait_for > (this=0x512000737958, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000737958, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000737958, __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=0x512000737958, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e1079383e3 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=0x512000737980, __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 0x000055e1198e9457 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e10797e9d0 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=0x5030001852f0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82537cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82537cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 726 (Thread 0x7f8256a2d640 (LWP 3713) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120007569d8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107985384 in std::__1::condition_variable::wait_for > (this=0x5120007569d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120007569d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120007569d8, __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=0x5120007569d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e10792b6c3 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=0x512000756a04, __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 0x000055e1198594f7 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107976eb0 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=0x5030001825f0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82552fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82552fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 725 (Thread 0x7f8257d4d640 (LWP 3712) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000783858, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079862e4 in std::__1::condition_variable::wait_for > (this=0x512000783858, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000783858, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000783858, __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=0x512000783858, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e1079303ac 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=0x512000783884, __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 0x000055e11988f4f7 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107979e30 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=0x5030001832b0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8256e4d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f8256e4d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 724 (Thread 0x7f825906d640 (LWP 3711) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000192b58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107984944 in std::__1::condition_variable::wait_for > (this=0x512000192b58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000192b58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000192b58, __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=0x512000192b58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107928323 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=0x512000192b80, __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 0x000055e119835217 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107974eb0 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=0x503000182920) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825816d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825816d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 723 (Thread 0x7f825a38d640 (LWP 3710) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000790bd8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107986d24 in std::__1::condition_variable::wait_for > (this=0x512000790bd8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000790bd8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000790bd8, __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=0x512000790bd8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107933643 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=0x512000790c00, __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 0x000055e1198b3457 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e10797be30 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=0x5030001823e0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825948d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825948d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 722 (Thread 0x7f825b6ae640 (LWP 3709) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51200065d9d8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107984424 in std::__1::condition_variable::wait_for > (this=0x51200065d9d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51200065d9d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51200065d9d8, __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=0x51200065d9d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107926943 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=0x51200065da00, __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 0x000055e119823097 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107973eb0 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=0x503000182a10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825a7ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825a7ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 721 (Thread 0x7f825c9ce640 (LWP 3708) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5120007b72d8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e107989104 in std::__1::condition_variable::wait_for > (this=0x5120007b72d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5120007b72d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5120007b72d8, __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=0x5120007b72d8, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e10793eba3 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=0x5120007b7300, __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 0x000055e119931477 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107982850 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=0x503000187420) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825bace060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825bace060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 720 (Thread 0x7f825dcee640 (LWP 3707) "SystemLogFlush"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x512000673d58, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079834c4 in std::__1::condition_variable::wait_for > (this=0x512000673d58, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x512000673d58, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x512000673d58, __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=0x512000673d58, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e107921c43 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=0x512000673d84, __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 0x000055e1197ece37 in DB::SystemLog::savingThreadFunction (this=) at ./build_docker/./src/Interpreters/SystemLog.cpp:458 #11 0x000055e107970eb0 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=0x503000181fc0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825cdee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f825cdee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 719 (Thread 0x7f825f00e640 (LWP 3706) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004baf8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004baf8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004baf8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004baf8, __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=0x51e00004baf8, __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=0x51e00004baf8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3f50) 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=0x5040009f3f50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825e10e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f825e10e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 718 (Thread 0x7f826032e640 (LWP 3705) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004ba48, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004ba48, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004ba48, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004ba48, __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=0x51e00004ba48, __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=0x51e00004ba48, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3e90) 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=0x5040009f3e90) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f825f42e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f825f42e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 717 (Thread 0x7f826164e640 (LWP 3704) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b998, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b998, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b998, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b998, __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=0x51e00004b998, __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=0x51e00004b998, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3dd0) 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=0x5040009f3dd0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826074e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826074e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 716 (Thread 0x7f826296e640 (LWP 3703) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b8e8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b8e8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b8e8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b8e8, __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=0x51e00004b8e8, __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=0x51e00004b8e8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3d10) 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=0x5040009f3d10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8261a6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f8261a6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 715 (Thread 0x7f8263c8e640 (LWP 3702) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b838, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b838, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b838, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b838, __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=0x51e00004b838, __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=0x51e00004b838, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3c50) 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=0x5040009f3c50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8262d8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f8262d8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 714 (Thread 0x7f8264fae640 (LWP 3701) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b788, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b788, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b788, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b788, __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=0x51e00004b788, __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=0x51e00004b788, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3b90) 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=0x5040009f3b90) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82640ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f82640ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 713 (Thread 0x7f82662ce640 (LWP 3700) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b6d8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b6d8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b6d8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b6d8, __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=0x51e00004b6d8, __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=0x51e00004b6d8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3ad0) 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=0x5040009f3ad0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82653ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f82653ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 712 (Thread 0x7f82675ee640 (LWP 3699) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b628, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b628, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b628, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b628, __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=0x51e00004b628, __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=0x51e00004b628, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3a10) 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=0x5040009f3a10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82666ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f82666ee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 711 (Thread 0x7f826890e640 (LWP 3698) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b578, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b578, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b578, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b578, __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=0x51e00004b578, __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=0x51e00004b578, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3950) 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=0x5040009f3950) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8267a0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f8267a0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 710 (Thread 0x7f8269c2e640 (LWP 3697) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b4c8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b4c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b4c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b4c8, __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=0x51e00004b4c8, __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=0x51e00004b4c8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3890) 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=0x5040009f3890) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8268d2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f8268d2e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 709 (Thread 0x7f826af4e640 (LWP 3696) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b418, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b418, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b418, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b418, __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=0x51e00004b418, __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=0x51e00004b418, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f37d0) 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=0x5040009f37d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826a04e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826a04e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 708 (Thread 0x7f826c26e640 (LWP 3695) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b368, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b368, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b368, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b368, __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=0x51e00004b368, __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=0x51e00004b368, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3710) 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=0x5040009f3710) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826b36e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826b36e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 707 (Thread 0x7f826d58e640 (LWP 3694) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b2b8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b2b8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b2b8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b2b8, __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=0x51e00004b2b8, __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=0x51e00004b2b8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3650) 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=0x5040009f3650) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826c68e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826c68e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 706 (Thread 0x7f826e8ae640 (LWP 3693) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b208, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b208, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b208, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b208, __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=0x51e00004b208, __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=0x51e00004b208, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3590) 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=0x5040009f3590) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826d9ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826d9ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 705 (Thread 0x7f826fbce640 (LWP 3692) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b158, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b158, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b158, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b158, __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=0x51e00004b158, __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=0x51e00004b158, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f34d0) 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=0x5040009f34d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826ecce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826ecce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 704 (Thread 0x7f8270eee640 (LWP 3691) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51e00004b0a8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e116c186f0 in std::__1::condition_variable::wait_for > (this=0x51e00004b0a8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51e00004b0a8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51e00004b0a8, __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=0x51e00004b0a8, __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=0x51e00004b0a8, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::AsynchronousInsertQueue::processBatchDeadlines (this=0x5150000c1c98, shard_num=) at ./build_docker/./src/Interpreters/AsynchronousInsertQueue.cpp:606 #10 0x000055e116c2a262 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=0x5040009f3410) 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=0x5040009f3410) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f826ffee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #20 std::__1::function::operator()() const (this=0x7f826ffee060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #21 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #22 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #27 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #28 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 703 (Thread 0x7f827220e640 (LWP 3690) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827130ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827130ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827130e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827130e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 702 (Thread 0x7f827352e640 (LWP 3689) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827262ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827262ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827262e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827262e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 701 (Thread 0x7f827484e640 (LWP 3688) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827394ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827394ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827394e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827394e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 700 (Thread 0x7f8275b6e640 (LWP 3687) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8274c6ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8274c6ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8274c6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8274c6e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 699 (Thread 0x7f8276e8e640 (LWP 3686) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8275f8ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8275f8ec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8275f8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8275f8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 698 (Thread 0x7f82781ae640 (LWP 3685) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82772aec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82772aec60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82772ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82772ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 697 (Thread 0x7f82794cf640 (LWP 3684) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fbc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fbc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82785cfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82785cfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82785cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82785cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 696 (Thread 0x7f827a7ef640 (LWP 3683) "Common"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000146fb8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000146fb8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000146f90, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x512000146ed8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82798efc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82798efc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000147040, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82798ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82798ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 695 (Thread 0x7f827bb0f640 (LWP 3682) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827ac0fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827ac0fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827ac0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827ac0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 694 (Thread 0x7f827ce2f640 (LWP 3681) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827bf2fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827bf2fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827bf2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827bf2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 693 (Thread 0x7f827e14f640 (LWP 3680) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827d24fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827d24fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827d24f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827d24f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 692 (Thread 0x7f827f46f640 (LWP 3679) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827e56fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827e56fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827e56f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827e56f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 691 (Thread 0x7f828078f640 (LWP 3678) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827f88fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f827f88fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f827f88f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f827f88f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 690 (Thread 0x7f8281aaf640 (LWP 3677) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8280bafc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8280bafc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8280baf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8280baf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 689 (Thread 0x7f8282dcf640 (LWP 3676) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8281ecfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8281ecfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8281ecf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8281ecf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 688 (Thread 0x7f82840ef640 (LWP 3675) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82831efc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82831efc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82831ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82831ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 687 (Thread 0x7f828540f640 (LWP 3674) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828450fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828450fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828450f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828450f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 686 (Thread 0x7f828672f640 (LWP 3673) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828582fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828582fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828582f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828582f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 685 (Thread 0x7f8287a4f640 (LWP 3672) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8286b4fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8286b4fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8286b4f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8286b4f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 684 (Thread 0x7f8288d6f640 (LWP 3671) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8287e6fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8287e6fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8287e6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8287e6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 683 (Thread 0x7f828a08f640 (LWP 3670) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828918fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828918fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828918f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828918f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 682 (Thread 0x7f828b3af640 (LWP 3669) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828a4afc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828a4afc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828a4af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828a4af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 681 (Thread 0x7f828c6cf640 (LWP 3668) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828b7cfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828b7cfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828b7cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828b7cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 680 (Thread 0x7f828d9ef640 (LWP 3667) "Fetch"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001454bc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001454bc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000145490, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001453d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828caefc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828caefc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000145540, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828caef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828caef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 679 (Thread 0x7f828ed0f640 (LWP 3666) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828de0fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828de0fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828de0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828de0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 678 (Thread 0x7f829002f640 (LWP 3665) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828f12fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f828f12fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f828f12f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f828f12f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 677 (Thread 0x7f829134f640 (LWP 3664) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829044fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829044fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829044f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829044f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 676 (Thread 0x7f829266f640 (LWP 3663) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829176fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829176fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829176f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829176f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 675 (Thread 0x7f829398f640 (LWP 3662) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8292a8fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8292a8fc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8292a8f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8292a8f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 674 (Thread 0x7f8294caf640 (LWP 3661) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8293dafc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8293dafc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8293daf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8293daf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 673 (Thread 0x7f8295fcf640 (LWP 3660) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82950cfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82950cfc60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82950cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82950cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 672 (Thread 0x7f82972f0640 (LWP 3659) "Move"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5120001445b8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5120001445b8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0b27da in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000144590, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001444d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82963f0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82963f0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000144640, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82963f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82963f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 671 (Thread 0x7f8298610640 (LWP 3658) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8297710c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8297710c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8297710060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8297710060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 670 (Thread 0x7f8299930640 (LWP 3657) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8298a30c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8298a30c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8298a30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8298a30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 669 (Thread 0x7f829ac50640 (LWP 3656) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142acc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142acc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8299d50c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f8299d50c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8299d50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f8299d50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 668 (Thread 0x7f829bf70640 (LWP 3655) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829b070c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829b070c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829b070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829b070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 667 (Thread 0x7f829d290640 (LWP 3654) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829c390c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829c390c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829c390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829c390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 666 (Thread 0x7f829e5b0640 (LWP 3653) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829d6b0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829d6b0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829d6b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829d6b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 665 (Thread 0x7f829f8d0640 (LWP 3652) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829e9d0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829e9d0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829e9d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829e9d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 664 (Thread 0x7f82a0bf0640 (LWP 3651) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829fcf0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f829fcf0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f829fcf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f829fcf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 663 (Thread 0x7f82a1f10640 (LWP 3650) "MergeMutate"): #0 0x000055e12bee33f9 in __cxxabiv1::readEncodedPointer (data=data@entry=0x7f82a0ef4460, encoding=encoding@entry=1 '\001', base=base@entry=0) at ./build_docker/./contrib/llvm-project/libcxxabi/src/cxa_personality.cpp:264 #1 0x000055e12bee201b in __cxxabiv1::scan_eh_tab (results=..., actions=, native_exception=, unwind_exception=, context=) at ./build_docker/./contrib/llvm-project/libcxxabi/src/cxa_personality.cpp:694 #2 0x000055e12bee188a in __gxx_personality_v0 (version=, actions=, exceptionClass=, unwind_exception=, context=) at ./build_docker/./contrib/llvm-project/libcxxabi/src/cxa_personality.cpp:958 #3 0x000055e12beef39d in unwind_phase1 (uc=0x7f82a1f06e48, cursor=0x7f82a1f06d40, exception_object=0x515004b861e0) at ./build_docker/./contrib/libunwind/src/UnwindLevel1.c:137 #4 _Unwind_RaiseException (exception_object=0x515004b861e0) at ./build_docker/./contrib/libunwind/src/UnwindLevel1.c:413 #5 0x000055e12bee00a3 in __cxa_throw (thrown_object=, tinfo=0x55e12bf04420 , dest=) at ./build_docker/./contrib/llvm-project/libcxxabi/src/cxa_exception.cpp:279 #6 0x000055e1076ef47c in MemoryTracker::allocImpl (this=, size=1057281, throw_if_memory_exceeded=, query_tracker=, _sample_probability=) at ./build_docker/./src/Common/MemoryTracker.cpp:340 #7 0x000055e1076eee14 in MemoryTracker::allocImpl (this=0x55e12dfa23c0 , size=1057281, throw_if_memory_exceeded=, query_tracker=, _sample_probability=0) at ./build_docker/./src/Common/MemoryTracker.cpp:398 #8 0x000055e1076eee14 in MemoryTracker::allocImpl (this=0x515006418e80, size=1057281, throw_if_memory_exceeded=, query_tracker=, _sample_probability=0) at ./build_docker/./src/Common/MemoryTracker.cpp:398 #9 0x000055e1076eee14 in MemoryTracker::allocImpl (this=0x7f82a1010878, size=1057281, throw_if_memory_exceeded=, query_tracker=, _sample_probability=-1) at ./build_docker/./src/Common/MemoryTracker.cpp:398 #10 0x000055e1075f58dd in CurrentMemoryTracker::allocImpl (size=, throw_if_memory_exceeded=true) at ./build_docker/./src/Common/CurrentMemoryTracker.cpp:58 #11 CurrentMemoryTracker::alloc (size=) at ./build_docker/./src/Common/CurrentMemoryTracker.cpp:90 #12 0x000055e1075f0c60 in Allocator::alloc (this=, size=, alignment=) at ./build_docker/./src/Common/Allocator.cpp:114 #13 0x000055e1077c5120 in DB::Memory >::alloc (this=, new_size=1048576) at ./src/IO/BufferWithOwnMemory.h:130 #14 0x000055e10781fc20 in DB::Memory >::Memory (this=0x5170051a2c40, size_=1048576, alignment_=0) at ./src/IO/BufferWithOwnMemory.h:49 #15 DB::BufferWithOwnMemory::BufferWithOwnMemory (this=0x5170051a2c00, size=1048576, existing_memory=0x0, alignment=0) at ./src/IO/BufferWithOwnMemory.h:157 #16 DB::WriteBufferFromFileBase::WriteBufferFromFileBase (this=0x5170051a2c00, buf_size=1048576, existing_memory=0x0, alignment=0) at ./build_docker/./src/IO/WriteBufferFromFileBase.cpp:7 #17 0x000055e1156caf37 in DB::WriteBufferFromS3::WriteBufferFromS3(std::__1::shared_ptr, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, unsigned long, DB::S3Settings::RequestSettings const&, std::__1::shared_ptr, std::__1::optional, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::basic_string, std::__1::allocator > > > > >, std::__1::function (std::__1::function&&, Priority)>, DB::WriteSettings const&) (this=0x5170051a2c00, client_ptr_=..., bucket_=..., key_=..., buf_size_=1048576, request_settings_=..., blob_log_=..., object_metadata_=..., schedule_=..., write_settings_=...) at ./build_docker/./src/IO/WriteBufferFromS3.cpp:99 #18 0x000055e116a03479 in std::__1::make_unique[abi:v15000], std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, unsigned long&, DB::S3Settings::RequestSettings const&, std::__1::shared_ptr, std::__1::optional, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::basic_string, std::__1::allocator > > > > >&, std::__1::function (std::__1::function&&, Priority)>, DB::WriteSettings&>(std::__1::shared_ptr&&, std::__1::basic_string, std::__1::allocator > const&, std::__1::basic_string, std::__1::allocator > const&, unsigned long&, DB::S3Settings::RequestSettings const&, std::__1::shared_ptr&&, std::__1::optional, std::__1::allocator >, std::__1::basic_string, std::__1::allocator >, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, std::__1::basic_string, std::__1::allocator > > > > >&, std::__1::function (std::__1::function&&, Priority)>&&, DB::WriteSettings&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714 #19 0x000055e1169ee6fe in DB::S3ObjectStorage::writeObject (this=, object=..., mode=, attributes=..., buf_size=1048576, write_settings=...) at ./build_docker/./src/Disks/ObjectStorages/S3/S3ObjectStorage.cpp:259 #20 0x000055e11698f7c1 in DB::CachedObjectStorage::writeObject (this=0x513000039718, object=..., mode=, attributes=..., buf_size=, write_settings=...) at ./build_docker/./src/Disks/ObjectStorages/Cached/CachedObjectStorage.cpp:86 #21 0x000055e11691d508 in DB::DiskObjectStorageTransaction::writeFile (this=, path=..., buf_size=, mode=, settings=..., autocommit=) at ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorageTransaction.cpp:767 #22 0x000055e1169051b0 in DB::DiskObjectStorage::writeFile (this=0x517000030298, path=..., buf_size=, mode=, settings=...) at ./build_docker/./src/Disks/ObjectStorages/DiskObjectStorage.cpp:560 #23 0x000055e11be4cfa7 in DB::DataPartStorageOnDiskFull::writeFile (this=, name=..., buf_size=, mode=, settings=...) at ./build_docker/./src/Storages/MergeTree/DataPartStorageOnDiskFull.cpp:141 #24 0x000055e11c355ba0 in DB::IDataPartStorage::writeFile (this=0x7f82a0ef4460, name=..., buf_size=1048576, settings=...) at ./src/Storages/MergeTree/IDataPartStorage.h:290 #25 DB::MergeTreeDataPartWriterOnDisk::initPrimaryIndex (this=0x519014704980) at ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:240 #26 0x000055e11c35500b in DB::MergeTreeDataPartWriterOnDisk::MergeTreeDataPartWriterOnDisk (this=0x519014704980, data_part_=..., columns_list_=..., metadata_snapshot_=..., indices_to_recalc_=..., stats_to_recalc_=..., marks_file_extension_=..., default_codec_=..., settings_=..., index_granularity_=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterOnDisk.cpp:170 #27 0x000055e11c33be0d in DB::MergeTreeDataPartWriterCompact::MergeTreeDataPartWriterCompact (this=0x519014704980, data_part_=..., columns_list_=..., metadata_snapshot_=..., indices_to_recalc_=..., stats_to_recalc=..., marks_file_extension_=..., default_codec_=..., settings_=..., index_granularity_=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartWriterCompact.cpp:22 #28 0x000055e11c3156fb in std::__1::make_unique[abi:v15000], DB::NamesAndTypesList&, std::__1::shared_ptr const&, std::__1::vector, std::__1::allocator > > const&, std::__1::vector, std::__1::allocator > > const&, std::__1::basic_string, std::__1::allocator >, std::__1::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&>(std::__1::shared_ptr&&, DB::NamesAndTypesList&, std::__1::shared_ptr const&, std::__1::vector, std::__1::allocator > > const&, std::__1::vector, std::__1::allocator > > const&, std::__1::basic_string, std::__1::allocator >&&, std::__1::shared_ptr const&, DB::MergeTreeWriterSettings const&, DB::MergeTreeIndexGranularity const&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714 #29 DB::MergeTreeDataPartCompact::getWriter (this=, columns_list=..., metadata_snapshot=..., indices_to_recalc=..., stats_to_recalc_=..., default_codec_=..., writer_settings=..., computed_index_granularity=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeDataPartCompact.cpp:67 #30 0x000055e11c778252 in DB::MergedBlockOutputStream::MergedBlockOutputStream (this=0x511003078b18, data_part=..., metadata_snapshot_=..., columns_list_=..., skip_indices=..., statistics=..., default_codec_=..., txn=..., reset_columns_=, blocks_are_granules_size=, write_settings_=..., computed_index_granularity=...) at ./build_docker/./src/Storages/MergeTree/MergedBlockOutputStream.cpp:52 #31 0x000055e11c0883ba in std::__1::construct_at[abi:v15000]&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >, std::__1::vector, std::__1::allocator > >, std::__1::shared_ptr&, std::__1::shared_ptr&, bool, bool&, DB::WriteSettings, DB::MergedBlockOutputStream*>(DB::MergedBlockOutputStream*, std::__1::shared_ptr&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >&&, std::__1::vector, std::__1::allocator > >&&, std::__1::shared_ptr&, std::__1::shared_ptr&, bool&&, bool&, DB::WriteSettings&&) (__location=, __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/construct_at.h:35 #32 0x000055e11c062a7a in std::__1::allocator_traits >::construct[abi:v15000]&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >, std::__1::vector, std::__1::allocator > >, std::__1::shared_ptr&, std::__1::shared_ptr&, bool, bool&, DB::WriteSettings, void, void>(std::__1::allocator&, DB::MergedBlockOutputStream*, std::__1::shared_ptr&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >&&, std::__1::vector, std::__1::allocator > >&&, std::__1::shared_ptr&, std::__1::shared_ptr&, bool&&, bool&, DB::WriteSettings&&) (__p=0x511003078b18, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=, __args=) at ./contrib/llvm-project/libcxx/include/__memory/allocator_traits.h:298 #33 std::__1::__shared_ptr_emplace >::__shared_ptr_emplace[abi:v15000]&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >, std::__1::vector, std::__1::allocator > >, std::__1::shared_ptr&, std::__1::shared_ptr&, bool, bool&, DB::WriteSettings>(std::__1::shared_ptr&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >&&, std::__1::vector, std::__1::allocator > >&&, std::__1::shared_ptr&, std::__1::shared_ptr&, bool&&, bool&, DB::WriteSettings&&) (this=0x511003078b00, __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:292 #34 std::__1::allocate_shared[abi:v15000], std::__1::shared_ptr&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >, std::__1::vector, std::__1::allocator > >, std::__1::shared_ptr&, std::__1::shared_ptr&, bool, bool&, DB::WriteSettings, void>(std::__1::allocator const&, std::__1::shared_ptr&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >&&, std::__1::vector, std::__1::allocator > >&&, std::__1::shared_ptr&, std::__1::shared_ptr&, bool&&, bool&, DB::WriteSettings&&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __a=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:953 #35 std::__1::make_shared[abi:v15000]&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >, std::__1::vector, std::__1::allocator > >, std::__1::shared_ptr&, std::__1::shared_ptr&, bool, bool&, DB::WriteSettings, void>(std::__1::shared_ptr&, std::__1::shared_ptr&, DB::NamesAndTypesList&, std::__1::vector, std::__1::allocator > >&&, std::__1::vector, std::__1::allocator > >&&, std::__1::shared_ptr&, std::__1::shared_ptr&, bool&&, bool&, DB::WriteSettings&&) (__args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=..., __args=...) at ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:962 #36 DB::MergeTask::ExecuteAndFinalizeHorizontalPart::prepare (this=) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:376 #37 0x000055e11c072267 in DB::MergeTask::ExecuteAndFinalizeHorizontalPart::execute (this=) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:438 #38 0x000055e11c08105a in DB::MergeTask::execute (this=0x5080009cddb8) at ./build_docker/./src/Storages/MergeTree/MergeTask.cpp:889 #39 0x000055e11cbf8d67 in DB::MergePlainMergeTreeTask::executeStep (this=0x514005539e58) at ./build_docker/./src/Storages/MergeTree/MergePlainMergeTreeTask.cpp:57 #40 0x000055e11c0b96b6 in DB::MergeTreeBackgroundExecutor::routine (this=, item=...) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:282 #41 0x000055e11c0bb939 in DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:348 #42 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a1010c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #43 std::__1::function::operator()() const (this=0x7f82a1010c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #44 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #45 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #46 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #47 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #48 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #49 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #50 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a1010060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #51 std::__1::function::operator()() const (this=0x7f82a1010060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #52 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #53 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #54 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #55 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #56 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #57 0x000055e0f530c65b in asan_thread_start(void*) () #58 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #59 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 662 (Thread 0x7f82a3230640 (LWP 3649) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a2330c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a2330c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a2330060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a2330060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 661 (Thread 0x7f82a4550640 (LWP 3648) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a3650c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a3650c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a3650060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a3650060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 660 (Thread 0x7f82a5870640 (LWP 3647) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142acc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142acc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a4970c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a4970c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a4970060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a4970060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 659 (Thread 0x7f82a6b90640 (LWP 3646) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a5c90c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a5c90c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a5c90060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a5c90060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 658 (Thread 0x7f82a7eb0640 (LWP 3645) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a6fb0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a6fb0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a6fb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a6fb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 657 (Thread 0x7f82a91d0640 (LWP 3644) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142ac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142ac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a82d0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a82d0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a82d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a82d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 656 (Thread 0x7f82aa4f0640 (LWP 3643) "MergeMutate"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000142acc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000142acc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11c0bb80b in std::__1::condition_variable::wait::threadFunction()::{lambda()#1}>(std::__1::unique_lock&, DB::MergeTreeBackgroundExecutor::threadFunction()::{lambda()#1}) (this=0x512000142aa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::MergeTreeBackgroundExecutor::threadFunction (this=0x5120001429d8) at ./build_docker/./src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:339 #6 0x000055e1078a28bb in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a95f0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #7 std::__1::function::operator()() const (this=0x7f82a95f0c60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #8 ThreadPoolImpl >::worker (this=0x512000142b40, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #9 0x000055e1078ab453 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82a95f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82a95f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 655 (Thread 0x7f82ab810640 (LWP 3642) "CgrpMemUsgObsr"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x7ffc5e6769c8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e1079e8b0a in std::__1::condition_variable::wait_for > (this=0x7ffc5e6769c8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x7ffc5e6769c8, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x7ffc5e6769c8, __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=0x7ffc5e6769c8, __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=0x7ffc5e6769c8, __lk=..., __d=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 DB::CgroupsMemoryUsageObserver::runThread (this=0x7ffc5e676860) at ./build_docker/./src/Common/CgroupsMemoryUsageObserver.cpp:288 #10 0x000055e1079ef209 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82aa910060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82aa910060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 654 (Thread 0x7f82ad541640 (LWP 3641) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400097dc90, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400097dc90, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x5120000fd9c8, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 653 (Thread 0x7f82ae861640 (LWP 3640) "clickhouse-serv"): #0 0x00007f86b1752bcf in poll () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f52b3a66 in __interceptor_poll () #2 0x000055e124d27024 in Poco::Net::SocketImpl::pollImpl (this=0x50400097d590, remainingTime=..., mode=) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:436 #3 0x000055e124d275f4 in Poco::Net::SocketImpl::poll (this=0x50400097d590, timeout=..., mode=1) at ./build_docker/./base/poco/Net/src/SocketImpl.cpp:504 #4 0x000055e124d388f8 in Poco::Net::Socket::poll (this=0x5120000fd848, 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 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #7 0x000055e0f530c65b in asan_thread_start(void*) () #8 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #9 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 652 (Thread 0x7f82afb81640 (LWP 3639) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51a000047ce0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51a000047ce0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11e517586 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=0x51a000047cb8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue >::popImpl (this=0x51a000047c30, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x000055e11e4f06ec in ConcurrentBoundedQueue >::pop (this=0x51a000047c30, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::KeeperDispatcher::clusterUpdateWithReconfigDisabledThread (this=0x51a000047a98) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:819 #8 0x000055e11e4fe95b 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=0x503000cd8970) 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=0x503000cd8970) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82aec81060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82aec81060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 651 (Thread 0x7f82b0ea1640 (LWP 3638) "ThreadPool"): #0 0x00007f86b171f7f8 in clock_nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b1724677 in nanosleep () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12be8cc0b 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 0x000055e11e4ed744 in std::__1::this_thread::sleep_for > (__d=...) at ./contrib/llvm-project/libcxx/include/thread:383 #5 DB::KeeperDispatcher::sessionCleanerTask (this=0x51a000047a98) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:677 #6 0x000055e11e4fde9b 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=0x503000cd88b0) 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=0x503000cd88b0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82affa1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82affa1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 650 (Thread 0x7f82b2fdb640 (LWP 3632) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5080000db9fc, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5080000db9fc, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e124af2759 in nuraft::EventAwaiter::wait_us (this=0x5080000db9a0, time_us=0) at ./contrib/NuRaft/include/libnuraft/event_awaiter.hxx:64 #5 nuraft::EventAwaiter::wait (this=0x5080000db9a0) 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 0x000055e124a6d4e3 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 0x000055e0f530c65b in asan_thread_start(void*) () #14 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 649 (Thread 0x7f82b37ea640 (LWP 3631) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e124a7c582 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 0x000055e11e56d991 in DB::KeeperServer::KeeperRaftServer::commit_in_bg (this=0x51c00000e098) at ./build_docker/./src/Coordination/KeeperServer.cpp:260 #7 0x000055e124a6d4e3 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 0x000055e0f530c65b in asan_thread_start(void*) () #14 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #15 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 648 (Thread 0x7f82bf109640 (LWP 3630) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 647 (Thread 0x7f82bf919640 (LWP 3629) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 646 (Thread 0x7f82c0128640 (LWP 3628) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 645 (Thread 0x7f82c0937640 (LWP 3627) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 644 (Thread 0x7f82c1146640 (LWP 3626) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 643 (Thread 0x7f82c1955640 (LWP 3625) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 642 (Thread 0x7f82c2164640 (LWP 3624) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 641 (Thread 0x7f82c2973640 (LWP 3623) "clickhouse-serv"): #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x000055e12bef2212 in epoll_pwait (fd=47, ev=0x7f82bccee820, cnt=128, to=-1, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=47, ev=0x7f82bccee820, cnt=128, to=-1) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 #3 0x000055e1248f9a31 in boost::asio::detail::epoll_reactor::run (this=, usec=, ops=...) at ./contrib/boost/boost/asio/detail/impl/epoll_reactor.ipp:521 #4 0x000055e1248fe0cf in boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:477 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 640 (Thread 0x7f82c3182640 (LWP 3622) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 639 (Thread 0x7f82c3991640 (LWP 3621) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 638 (Thread 0x7f82c41a0640 (LWP 3620) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 637 (Thread 0x7f82c49af640 (LWP 3619) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 636 (Thread 0x7f82c51be640 (LWP 3618) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 635 (Thread 0x7f82c59cd640 (LWP 3617) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 634 (Thread 0x7f82c61dc640 (LWP 3616) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 633 (Thread 0x7f82c69eb640 (LWP 3615) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1248fe441 in boost::asio::detail::posix_event::wait (this=0x5110001d0cf0, lock=...) at ./contrib/boost/boost/asio/detail/posix_event.hpp:119 #3 boost::asio::detail::conditionally_enabled_event::wait (this=0x5110001d0ce8, lock=...) at ./contrib/boost/boost/asio/detail/conditionally_enabled_event.hpp:97 #4 boost::asio::detail::scheduler::do_run_one (this=0x5110001d0c80, lock=..., this_thread=..., ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:502 #5 0x000055e1248fd624 in boost::asio::detail::scheduler::run (this=0x5110001d0c80, ec=...) at ./contrib/boost/boost/asio/detail/impl/scheduler.ipp:210 #6 0x000055e1248ead58 in boost::asio::io_context::run (this=0x518000286080) at ./contrib/boost/boost/asio/impl/io_context.ipp:64 #7 nuraft::asio_service_impl::worker_entry (this=0x518000286080) at ./build_docker/./contrib/NuRaft/src/asio_service.cxx:1807 #8 0x000055e124915fc3 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 0x000055e0f530c65b in asan_thread_start(void*) () #15 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #16 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 632 (Thread 0x7f82c7e0e640 (LWP 3610) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51b000075350, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51b000075350, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11e5f64b6 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 0x000055e11e5b2adb 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 0x000055e11e5cc17b 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=0x503000cbd760) 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=0x503000cbd760) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82c6f0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82c6f0e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 631 (Thread 0x7f82c912e640 (LWP 3609) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e11e5f76a6 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 0x000055e11e5b413f 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 0x000055e11e5cbc1b 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=0x503000cbd6a0) 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=0x503000cbd6a0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82c822e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82c822e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 630 (Thread 0x7f82ca44e640 (LWP 3608) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e11e5fd516 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 0x000055e11e5c5b6e 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 0x000055e11e5cb6bb 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=0x503000cbd5e0) 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=0x503000cbd5e0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82c954e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82c954e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 629 (Thread 0x7f82cb76e640 (LWP 3607) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e11e5eaf27 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 0x000055e11e5748c0 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 0x000055e11e5cb15b 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=0x503000cbd370) 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=0x503000cbd370) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82ca86e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82ca86e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 628 (Thread 0x7f82cca8e640 (LWP 3605) "KeeperS3SnpT"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51a000047ed8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51a000047ed8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11e6a74b6 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=0x51a000047eb0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue::popImpl (this=0x51a000047e28, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x000055e11e6a1a00 in ConcurrentBoundedQueue::pop (this=0x51a000047e28, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::KeeperSnapshotManagerS3::snapshotS3Thread (this=0x51a000047e28) at ./build_docker/./src/Coordination/KeeperSnapshotManagerS3.cpp:265 #8 0x000055e11e6a53bb 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=0x503000cbc0e0) 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=0x503000cbc0e0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82cbb8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82cbb8e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 627 (Thread 0x7f82cddae640 (LWP 3604) "KeeperSnpT"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x51a000047c18, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x51a000047c18, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11e50c416 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=0x51a000047bf0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ConcurrentBoundedQueue::popImpl (this=0x51a000047b68, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:82 #6 0x000055e11e4da1c5 in ConcurrentBoundedQueue::pop (this=0x51a000047b68, x=...) at ./src/Common/ConcurrentBoundedQueue.h:155 #7 DB::KeeperDispatcher::snapshotThread (this=0x51a000047a98) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:325 #8 0x000055e11e4fccdb 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=0x503000cbbff0) 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=0x503000cbbff0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82cceae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #18 std::__1::function::operator()() const (this=0x7f82cceae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #19 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #20 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #25 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #26 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 626 (Thread 0x7f82cfbdf640 (LWP 3603) "KeeperRspT"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x51a000047b28, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e11e50bd52 in std::__1::condition_variable::wait_for > (this=0x51a000047b28, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x51a000047b28, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x51a000047b28, __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=0x51a000047b28, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e11e50b488 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=0x51a000047b28, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 ConcurrentBoundedQueue::popImpl (this=0x51a000047aa0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #10 0x000055e11e4d8d79 in ConcurrentBoundedQueue::tryPop (this=0x51a000047aa0, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #11 DB::KeeperDispatcher::responseThread (this=0x51a000047a98) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:301 #12 0x000055e11e4fc77b 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=0x503000cb8f30) 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=0x503000cb8f30) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82ce1ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #22 std::__1::function::operator()() const (this=0x7f82ce1ce060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #23 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #24 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #29 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #30 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 625 (Thread 0x7f82d03ee640 (LWP 3602) "KeeperReqT"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5110001bdd48, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e11e50a4b2 in std::__1::condition_variable::wait_for > (this=0x5110001bdd48, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:457 #5 std::__1::condition_variable::__do_timed_wait (this=0x5110001bdd48, __lk=..., __tp=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:512 #6 std::__1::condition_variable::wait_until > > (this=0x5110001bdd48, __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=0x5110001bdd48, __lk=..., __t=..., __pred=__pred@entry=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:427 #8 0x000055e11e509c4c 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=0x5110001bdd48, __lk=..., __pred=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:471 #9 ConcurrentBoundedQueue::popImpl (this=0x5110001bdcc0, x=..., timeout_milliseconds=...) at ./src/Common/ConcurrentBoundedQueue.h:75 #10 0x000055e11e4d2028 in ConcurrentBoundedQueue::tryPop (this=0x5110001bdd70, this@entry=0x0, x=..., milliseconds=18446744073709551100) at ./src/Common/ConcurrentBoundedQueue.h:161 #11 DB::KeeperDispatcher::requestThread (this=0x51a000047a98) at ./build_docker/./src/Coordination/KeeperDispatcher.cpp:132 #12 0x000055e11e4fc21b 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=0x503000cb8e70) 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=0x503000cb8e70) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82cecdf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #22 std::__1::function::operator()() const (this=0x7f82cecdf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #23 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #24 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #29 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #30 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 624 (Thread 0x7f82d38f7640 (LWP 3591) "BgDistSchPool/D"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000082010, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000082010, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11573725d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 #5 0x000055e1157384fb 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=0x503000a00cc0) 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=0x503000a00cc0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d29f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82d29f7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 623 (Thread 0x7f82d4c17640 (LWP 3590) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00c00) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00c00) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d3d17060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82d3d17060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 622 (Thread 0x7f82d5f38640 (LWP 3589) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00b40) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00b40) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d5038060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82d5038060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 621 (Thread 0x7f82d7258640 (LWP 3588) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00a80) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00a80) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d6358060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82d6358060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 620 (Thread 0x7f82d8578640 (LWP 3587) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a009c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a009c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d7678060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82d7678060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 619 (Thread 0x7f82d9898640 (LWP 3586) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00780) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00780) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d8998060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82d8998060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 618 (Thread 0x7f82db6c9640 (LWP 3585) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00900) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00900) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82d9cb8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82d9cb8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 617 (Thread 0x7f82dd4fa640 (LWP 3584) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00840) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00840) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82da7c9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82da7c9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 616 (Thread 0x7f82ddd09640 (LWP 3583) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a006c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a006c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82dbaf1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82dbaf1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 615 (Thread 0x7f82df029640 (LWP 3582) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00600) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00600) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82dc5fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82dc5fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 614 (Thread 0x7f82df838640 (LWP 3581) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00540) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00540) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82de129060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82de129060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 613 (Thread 0x7f82e0b58640 (LWP 3580) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00480) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00480) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82dfc58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82dfc58060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 612 (Thread 0x7f82e1e78640 (LWP 3579) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a003c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a003c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e0f78060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e0f78060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 611 (Thread 0x7f82e3198640 (LWP 3578) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00300) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00300) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e2298060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e2298060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 610 (Thread 0x7f82e44b8640 (LWP 3577) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00240) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00240) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e35b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e35b8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 609 (Thread 0x7f82e57d8640 (LWP 3576) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a00180) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a00180) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e48d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e48d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 608 (Thread 0x7f82e6af8640 (LWP 3575) "BgDistSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081f40) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000a000c0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000a000c0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e5bf8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e5bf8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 607 (Thread 0x7f82e7e18640 (LWP 3574) "BgMBSchPool/D"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081c90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081c90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11573725d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 #5 0x000055e1157384fb 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=0x5030009cefe0) 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=0x5030009cefe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e6f18060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f82e6f18060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 606 (Thread 0x7f82e9138640 (LWP 3573) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cef20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cef20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e8238060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e8238060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 605 (Thread 0x7f82ea458640 (LWP 3572) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cee60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cee60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82e9558060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82e9558060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 604 (Thread 0x7f82eb778640 (LWP 3571) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ceda0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ceda0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82ea878060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82ea878060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 603 (Thread 0x7f82eca98640 (LWP 3570) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cece0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cece0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82ebb98060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82ebb98060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 602 (Thread 0x7f82eddb8640 (LWP 3569) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cec20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cec20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82eceb8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82eceb8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 601 (Thread 0x7f82ef0d8640 (LWP 3568) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ceb60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ceb60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82ee1d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82ee1d8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 600 (Thread 0x7f82f03f8640 (LWP 3567) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ceaa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ceaa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82ef4f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82ef4f8060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 599 (Thread 0x7f82f1718640 (LWP 3566) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce9e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce9e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f0818060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f0818060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 598 (Thread 0x7f82f2a38640 (LWP 3565) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce920) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f1b38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f1b38060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 597 (Thread 0x7f82f3d59640 (LWP 3564) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce860) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f2e59060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f2e59060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 596 (Thread 0x7f82f5079640 (LWP 3563) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce7a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce7a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f4179060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f4179060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 595 (Thread 0x7f82f6399640 (LWP 3562) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce6e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce6e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f5499060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f5499060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 594 (Thread 0x7f82f76b9640 (LWP 3561) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f67b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f67b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 593 (Thread 0x7f82f89d9640 (LWP 3560) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f7ad9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f7ad9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 592 (Thread 0x7f82f9cf9640 (LWP 3559) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce4a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce4a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82f8df9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82f8df9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 591 (Thread 0x7f82fb019640 (LWP 3558) "BgMBSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081bf0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081bf0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081bc8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081bc0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce3e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce3e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82fa119060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82fa119060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 590 (Thread 0x7f82fc339640 (LWP 3557) "BgSchPool/D"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd504f6 in std::__1::__libcpp_condvar_timedwait[abi:v15000](pthread_cond_t*, pthread_mutex_t*, timespec*) (__cv=0x5130000818e8, __m=0x189, __ts=0x7f86b16cb117) 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 0x000055e115737548 in std::__1::condition_variable::wait_for > (this=0x5130000818e8, __lk=..., __d=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:454 #5 DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:342 #6 0x000055e1157384fb 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=0x5030009ce2f0) 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=0x5030009ce2f0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82fb439060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82fb439060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 589 (Thread 0x7f82fd659640 (LWP 3556) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82fc759060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82fc759060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 588 (Thread 0x7f82fe979640 (LWP 3555) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82fda79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82fda79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 587 (Thread 0x7f82ffc99640 (LWP 3554) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009ce0b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009ce0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f82fed99060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f82fed99060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 586 (Thread 0x7f8300fb9640 (LWP 3553) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cdff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cdff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83000b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83000b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 585 (Thread 0x7f83022d9640 (LWP 3552) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cdf30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cdf30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83013d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83013d9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 584 (Thread 0x7f83035f9640 (LWP 3551) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cde70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cde70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83026f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83026f9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 583 (Thread 0x7f8304919640 (LWP 3550) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cddb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cddb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8303a19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8303a19060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 582 (Thread 0x7f8305c39640 (LWP 3549) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cdcf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cdcf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8304d39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8304d39060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 581 (Thread 0x7f8306f59640 (LWP 3548) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cdc30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cdc30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8306059060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8306059060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 580 (Thread 0x7f8308279640 (LWP 3547) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cdb70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cdb70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8307379060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8307379060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 579 (Thread 0x7f8309599640 (LWP 3546) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cdab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cdab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8308699060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8308699060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 578 (Thread 0x7f830a8b9640 (LWP 3545) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cd9f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cd9f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83099b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83099b9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 577 (Thread 0x7f830bbd9640 (LWP 3544) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cd930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cd930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f830acd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f830acd9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 576 (Thread 0x7f830cef9640 (LWP 3543) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009cd870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009cd870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f830bff9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f830bff9060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 575 (Thread 0x7f830e219640 (LWP 3542) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d7b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d7b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f830d319060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f830d319060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 574 (Thread 0x7f830f539640 (LWP 3541) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d6f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d6f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f830e639060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f830e639060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 573 (Thread 0x7f8310859640 (LWP 3540) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f830f959060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f830f959060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 572 (Thread 0x7f8311b7a640 (LWP 3539) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8310c7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8310c7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 571 (Thread 0x7f8312e9a640 (LWP 3538) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d4b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8311f9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8311f9a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 570 (Thread 0x7f83141c2640 (LWP 3537) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d3f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d3f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83132ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83132ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 569 (Thread 0x7f83154da640 (LWP 3536) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83145cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83145cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 568 (Thread 0x7f83167fa640 (LWP 3535) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83158fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83158fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 567 (Thread 0x7f8317b1a640 (LWP 3534) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d1b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d1b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8316c1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8316c1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 566 (Thread 0x7f8318e3a640 (LWP 3533) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d0f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d0f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8317f3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8317f3a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 565 (Thread 0x7f831a15a640 (LWP 3532) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099d030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099d030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f831925a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f831925a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 564 (Thread 0x7f831b47a640 (LWP 3531) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099cf70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099cf70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f831a57a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f831a57a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 563 (Thread 0x7f831c79a640 (LWP 3530) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099ceb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099ceb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f831b89a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f831b89a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 562 (Thread 0x7f831daba640 (LWP 3529) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099cdf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099cdf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f831cbba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f831cbba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 561 (Thread 0x7f831edda640 (LWP 3528) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099cd30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099cd30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f831deda060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f831deda060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 560 (Thread 0x7f83200fa640 (LWP 3527) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099cc70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099cc70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f831f1fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f831f1fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 559 (Thread 0x7f832141a640 (LWP 3526) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099cbb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099cbb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832051a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832051a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 558 (Thread 0x7f832273a640 (LWP 3525) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099caf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099caf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832183a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832183a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 557 (Thread 0x7f8323a5a640 (LWP 3524) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099ca30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099ca30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8322b5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8322b5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 556 (Thread 0x7f8324d7a640 (LWP 3523) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8323e7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8323e7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 555 (Thread 0x7f8326bab640 (LWP 3522) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c8b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c8b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832519a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832519a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 554 (Thread 0x7f8327ecb640 (LWP 3521) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c7f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c7f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8325cab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8325cab060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 553 (Thread 0x7f83291eb640 (LWP 3520) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83282eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83282eb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 552 (Thread 0x7f83299fa640 (LWP 3519) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8326fcb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8326fcb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 551 (Thread 0x7f832ad1a640 (LWP 3518) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c5b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c5b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8329e1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8329e1a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 550 (Thread 0x7f832c03a640 (LWP 3517) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c4f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c4f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832b13a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832b13a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 549 (Thread 0x7f832d35a640 (LWP 3516) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832c45a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832c45a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 548 (Thread 0x7f832f18b640 (LWP 3515) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832d77a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832d77a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 547 (Thread 0x7f8330fbd640 (LWP 3514) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832e28b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832e28b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 546 (Thread 0x7f83322dd640 (LWP 3513) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c1f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c1f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f832f5ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f832f5ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 545 (Thread 0x7f83335fd640 (LWP 3512) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c2b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c2b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83300bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83300bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 544 (Thread 0x7f8333e0c640 (LWP 3511) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096bfb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096bfb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83326fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83326fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 543 (Thread 0x7f833461b640 (LWP 3510) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300099c070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300099c070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83313dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83313dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 542 (Thread 0x7f833593b640 (LWP 3509) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096bef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096bef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8334a3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8334a3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 541 (Thread 0x7f8336c5b640 (LWP 3508) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096be30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096be30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8335d5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8335d5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 540 (Thread 0x7f8337f7b640 (LWP 3507) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096bd70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096bd70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833707b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833707b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 539 (Thread 0x7f833929b640 (LWP 3506) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096bcb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096bcb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833839b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833839b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 538 (Thread 0x7f833a5bb640 (LWP 3505) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096bbf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096bbf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83396bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83396bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 537 (Thread 0x7f833b8db640 (LWP 3504) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096bb30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096bb30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833a9db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833a9db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 536 (Thread 0x7f833cbfb640 (LWP 3503) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096ba70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096ba70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833bcfb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833bcfb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 535 (Thread 0x7f833df1b640 (LWP 3502) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b9b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b9b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833d01b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833d01b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 534 (Thread 0x7f833f23b640 (LWP 3501) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b8f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b8f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833e33b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833e33b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 533 (Thread 0x7f834055b640 (LWP 3500) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f833f65b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f833f65b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 532 (Thread 0x7f834187b640 (LWP 3499) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834097b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834097b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 531 (Thread 0x7f8342b9b640 (LWP 3498) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b6b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b6b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8341c9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8341c9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 530 (Thread 0x7f8343ebb640 (LWP 3497) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b5f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b5f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8342fbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8342fbb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 529 (Thread 0x7f83451db640 (LWP 3496) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83442db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83442db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 528 (Thread 0x7f83464fb640 (LWP 3495) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b470) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83455fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83455fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 527 (Thread 0x7f834781b640 (LWP 3494) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b3b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b3b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834691b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834691b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 526 (Thread 0x7f8348b3b640 (LWP 3493) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b2f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b2f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8347c3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8347c3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 525 (Thread 0x7f8349e5b640 (LWP 3492) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8348f5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8348f5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 524 (Thread 0x7f834b17b640 (LWP 3491) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834a27b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834a27b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 523 (Thread 0x7f834c4a3640 (LWP 3490) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096b0b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096b0b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834b59b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834b59b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 522 (Thread 0x7f834eddd640 (LWP 3489) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096aff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096aff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834d3cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834d3cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 521 (Thread 0x7f83500fd640 (LWP 3488) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096adb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096adb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834c8ad060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834c8ad060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 520 (Thread 0x7f835141d640 (LWP 3487) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096af30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096af30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834dedd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834dedd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 519 (Thread 0x7f8351c2c640 (LWP 3486) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096ae70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096ae70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f834f1fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f834f1fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 518 (Thread 0x7f8352f4c640 (LWP 3485) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096acf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096acf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835051d460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835051d460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 517 (Thread 0x7f835375b640 (LWP 3484) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096ac30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096ac30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835204c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835204c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 516 (Thread 0x7f8354a7b640 (LWP 3483) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096ab70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096ab70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8353b7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8353b7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 515 (Thread 0x7f8355d9b640 (LWP 3482) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096aab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096aab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8354e9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8354e9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 514 (Thread 0x7f83570bb640 (LWP 3481) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096a9f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096a9f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83561bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83561bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 513 (Thread 0x7f83583db640 (LWP 3480) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096a930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096a930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83574db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83574db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 512 (Thread 0x7f83596fb640 (LWP 3479) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300096a870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300096a870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83587fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83587fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 511 (Thread 0x7f835aa1b640 (LWP 3478) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a7b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a7b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8359b1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8359b1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 510 (Thread 0x7f835bd3b640 (LWP 3477) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a6f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a6f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835ae3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835ae3b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 509 (Thread 0x7f835d05d640 (LWP 3476) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835c15d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835c15d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 508 (Thread 0x7f835e37d640 (LWP 3475) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835d47d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835d47d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 507 (Thread 0x7f835f69d640 (LWP 3474) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a4b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a4b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835e79d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835e79d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 506 (Thread 0x7f83609bd640 (LWP 3473) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a3f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a3f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f835fabd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f835fabd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 505 (Thread 0x7f8361cdd640 (LWP 3472) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8360ddd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8360ddd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 504 (Thread 0x7f8362ffd640 (LWP 3471) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83620fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83620fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 503 (Thread 0x7f836431d640 (LWP 3470) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a1b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a1b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836341d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836341d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 502 (Thread 0x7f836563d640 (LWP 3469) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a0f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a0f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836473d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836473d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 501 (Thread 0x7f836695d640 (LWP 3468) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300093a030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300093a030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8365a5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8365a5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 500 (Thread 0x7f8367c7d640 (LWP 3467) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939f70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8366d7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8366d7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 499 (Thread 0x7f8368f9d640 (LWP 3466) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939eb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939eb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836809d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836809d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 498 (Thread 0x7f836a2bd640 (LWP 3465) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939df0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83693bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83693bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 497 (Thread 0x7f836b5de640 (LWP 3464) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939d30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939d30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836a6de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836a6de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 496 (Thread 0x7f836c8fe640 (LWP 3463) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939c70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836b9fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836b9fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 495 (Thread 0x7f836dc1e640 (LWP 3462) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939bb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836cd1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836cd1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 494 (Thread 0x7f836ef3e640 (LWP 3461) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939af0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836e03e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836e03e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 493 (Thread 0x7f837025e640 (LWP 3460) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939a30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f836f35e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f836f35e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 492 (Thread 0x7f837157e640 (LWP 3459) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837067e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837067e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 491 (Thread 0x7f837289e640 (LWP 3458) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009398b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009398b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837199e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837199e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 490 (Thread 0x7f8373bbe640 (LWP 3457) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009397f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009397f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8372cbe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8372cbe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 489 (Thread 0x7f8374ede640 (LWP 3456) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8373fde060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8373fde060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 488 (Thread 0x7f83761fe640 (LWP 3455) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83752fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83752fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 487 (Thread 0x7f837751e640 (LWP 3454) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009395b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009395b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837661e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837661e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 486 (Thread 0x7f8379347640 (LWP 3453) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009394f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009394f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837793e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837793e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 485 (Thread 0x7f837a66f640 (LWP 3452) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8379767060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8379767060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 484 (Thread 0x7f837b987640 (LWP 3451) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837aa79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837aa79060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 483 (Thread 0x7f837cca7640 (LWP 3450) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009392b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009392b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837bda7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837bda7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 482 (Thread 0x7f837dfc7640 (LWP 3449) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009391f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009391f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837d0c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837d0c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 481 (Thread 0x7f837f2e7640 (LWP 3448) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837e3e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837e3e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 480 (Thread 0x7f8380607640 (LWP 3447) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000939070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000939070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f837f707060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f837f707060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 479 (Thread 0x7f8381927640 (LWP 3446) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908fb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908fb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8380a27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8380a27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 478 (Thread 0x7f8382c47640 (LWP 3445) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908ef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908ef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8381d47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8381d47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 477 (Thread 0x7f8383f67640 (LWP 3444) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908e30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8383067060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8383067060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 476 (Thread 0x7f8385287640 (LWP 3443) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908d70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908d70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8384387060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8384387060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 475 (Thread 0x7f83865a7640 (LWP 3442) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908cb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908cb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83856a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83856a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 474 (Thread 0x7f83878c7640 (LWP 3441) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908bf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908bf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83869c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83869c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 473 (Thread 0x7f8388be7640 (LWP 3440) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908b30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908b30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8387ce7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8387ce7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 472 (Thread 0x7f8389f07640 (LWP 3439) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908a70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908a70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8389007060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8389007060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 471 (Thread 0x7f838b227640 (LWP 3438) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009089b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009089b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f838a327060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f838a327060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 470 (Thread 0x7f838c547640 (LWP 3437) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009088f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009088f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f838b647060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f838b647060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 469 (Thread 0x7f838d867640 (LWP 3436) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f838c967060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f838c967060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 468 (Thread 0x7f838eb87640 (LWP 3435) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f838dc87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f838dc87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 467 (Thread 0x7f838fea7640 (LWP 3434) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009086b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009086b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f838efa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f838efa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 466 (Thread 0x7f83911c7640 (LWP 3433) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009085f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009085f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83902c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83902c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 465 (Thread 0x7f83924e7640 (LWP 3432) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83915e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83915e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 464 (Thread 0x7f8393807640 (LWP 3431) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908470) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8392907060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8392907060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 463 (Thread 0x7f8394b27640 (LWP 3430) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009083b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009083b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8393c27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8393c27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 462 (Thread 0x7f8395e47640 (LWP 3429) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009082f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009082f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8394f47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8394f47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 461 (Thread 0x7f8397167640 (LWP 3428) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8396267060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8396267060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 460 (Thread 0x7f8398487640 (LWP 3427) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000908170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000908170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8397587060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8397587060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 459 (Thread 0x7f83997a7640 (LWP 3426) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009080b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009080b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83988a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83988a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 458 (Thread 0x7f839aac7640 (LWP 3425) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907ff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907ff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8399bc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8399bc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 457 (Thread 0x7f839bde7640 (LWP 3424) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907f30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907f30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f839aee7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f839aee7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 456 (Thread 0x7f839d107640 (LWP 3423) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907e70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907e70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f839c207060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f839c207060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 455 (Thread 0x7f839e427640 (LWP 3422) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907db0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907db0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f839d527060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f839d527060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 454 (Thread 0x7f839f747640 (LWP 3421) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907cf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907cf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f839e847060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f839e847060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 453 (Thread 0x7f83a0a67640 (LWP 3420) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907c30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907c30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f839fb67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f839fb67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 452 (Thread 0x7f83a1d87640 (LWP 3419) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907b70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907b70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a0e87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a0e87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 451 (Thread 0x7f83a30a7640 (LWP 3418) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907ab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907ab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a21a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a21a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 450 (Thread 0x7f83a43c7640 (LWP 3417) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030009079f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030009079f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a34c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a34c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 449 (Thread 0x7f83a56e7640 (LWP 3416) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a47e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a47e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 448 (Thread 0x7f83a6a07640 (LWP 3415) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000907870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000907870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a5b07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a5b07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 447 (Thread 0x7f83a7d27640 (LWP 3414) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d77b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d77b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a6e27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a6e27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 446 (Thread 0x7f83a9047640 (LWP 3413) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d76f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d76f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a8147060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a8147060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 445 (Thread 0x7f83aa367640 (LWP 3412) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d7630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d7630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83a9467060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83a9467060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 444 (Thread 0x7f83ab687640 (LWP 3411) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d7570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d7570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83aa787060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83aa787060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 443 (Thread 0x7f83ac9a7640 (LWP 3410) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d74b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d74b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83abaa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83abaa7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 442 (Thread 0x7f83adcc7640 (LWP 3409) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d73f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d73f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83acdc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83acdc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 441 (Thread 0x7f83aefe7640 (LWP 3408) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d7330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d7330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ae0e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ae0e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 440 (Thread 0x7f83b0307640 (LWP 3407) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d7270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d7270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83af407060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83af407060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 439 (Thread 0x7f83b1627640 (LWP 3406) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d71b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d71b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b0727060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b0727060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 438 (Thread 0x7f83b2947640 (LWP 3405) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d70f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d70f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b1a47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b1a47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 437 (Thread 0x7f83b3c67640 (LWP 3404) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d7030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d7030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b2d67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b2d67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 436 (Thread 0x7f83b4f87640 (LWP 3403) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6f70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b4087060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b4087060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 435 (Thread 0x7f83b62a7640 (LWP 3402) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6eb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6eb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b53a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b53a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 434 (Thread 0x7f83b75c7640 (LWP 3401) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6df0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b66c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b66c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 433 (Thread 0x7f83b88e7640 (LWP 3400) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6d30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6d30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b79e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b79e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 432 (Thread 0x7f83b9c07640 (LWP 3399) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6c70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83b8d07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83b8d07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 431 (Thread 0x7f83baf27640 (LWP 3398) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6bb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ba027060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ba027060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 430 (Thread 0x7f83bc247640 (LWP 3397) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6af0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83bb347060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83bb347060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 429 (Thread 0x7f83bd567640 (LWP 3396) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6a30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83bc667060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83bc667060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 428 (Thread 0x7f83be887640 (LWP 3395) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83bd987060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83bd987060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 427 (Thread 0x7f83bfba7640 (LWP 3394) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d68b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d68b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83beca7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83beca7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 426 (Thread 0x7f83c0ec7640 (LWP 3393) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d67f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d67f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83bffc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83bffc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 425 (Thread 0x7f83c21e7640 (LWP 3392) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c12e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c12e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 424 (Thread 0x7f83c3507640 (LWP 3391) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c2607060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c2607060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 423 (Thread 0x7f83c4827640 (LWP 3390) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d65b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d65b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c3927060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c3927060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 422 (Thread 0x7f83c5b47640 (LWP 3389) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d64f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d64f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c4c47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c4c47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 421 (Thread 0x7f83c6e67640 (LWP 3388) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c5f67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c5f67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 420 (Thread 0x7f83c8187640 (LWP 3387) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c7287060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c7287060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 419 (Thread 0x7f83c94a7640 (LWP 3386) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d62b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d62b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c85a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c85a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 418 (Thread 0x7f83ca7c7640 (LWP 3385) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d61f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d61f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83c98c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83c98c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 417 (Thread 0x7f83cbae7640 (LWP 3384) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83cabe7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83cabe7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 416 (Thread 0x7f83cce07640 (LWP 3383) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008d6070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008d6070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83cbf07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83cbf07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 415 (Thread 0x7f83ce127640 (LWP 3382) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5fb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5fb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83cd227060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83cd227060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 414 (Thread 0x7f83cf447640 (LWP 3381) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5ef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5ef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ce547060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ce547060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 413 (Thread 0x7f83d0767640 (LWP 3380) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5e30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83cf867060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83cf867060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 412 (Thread 0x7f83d1a87640 (LWP 3379) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5d70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5d70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d0b87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d0b87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 411 (Thread 0x7f83d2da7640 (LWP 3378) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5cb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5cb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d1ea7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d1ea7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 410 (Thread 0x7f83d40c7640 (LWP 3377) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5bf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5bf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d31c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d31c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 409 (Thread 0x7f83d53e7640 (LWP 3376) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5b30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5b30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d44e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d44e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 408 (Thread 0x7f83d6707640 (LWP 3375) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5a70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5a70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d5807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d5807060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 407 (Thread 0x7f83d7a27640 (LWP 3374) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a59b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a59b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d6b27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d6b27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 406 (Thread 0x7f83d8d47640 (LWP 3373) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a58f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a58f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d7e47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d7e47060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 405 (Thread 0x7f83da067640 (LWP 3372) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83d9167060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83d9167060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 404 (Thread 0x7f83db387640 (LWP 3371) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83da487060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83da487060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 403 (Thread 0x7f83dc6a7640 (LWP 3370) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a56b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a56b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83db7a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83db7a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 402 (Thread 0x7f83dd9c7640 (LWP 3369) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a55f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a55f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83dcac7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83dcac7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 401 (Thread 0x7f83dece7640 (LWP 3368) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ddde7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ddde7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 400 (Thread 0x7f83e0007640 (LWP 3367) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5470) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83df107060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83df107060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 399 (Thread 0x7f83e1327640 (LWP 3366) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a53b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a53b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e0427060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e0427060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 398 (Thread 0x7f83e2647640 (LWP 3365) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a52f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a52f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e1747060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e1747060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 397 (Thread 0x7f83e3967640 (LWP 3364) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e2a67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e2a67060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 396 (Thread 0x7f83e4c87640 (LWP 3363) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a5170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a5170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e3d87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e3d87060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 395 (Thread 0x7f83e5fa7640 (LWP 3362) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a50b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a50b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e50a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e50a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 394 (Thread 0x7f83e72c7640 (LWP 3361) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4ff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4ff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e63c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e63c7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 393 (Thread 0x7f83e85e7640 (LWP 3360) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4f30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4f30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e76e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e76e7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 392 (Thread 0x7f83e9907640 (LWP 3359) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4e70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4e70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e8a07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e8a07060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 391 (Thread 0x7f83eac27640 (LWP 3358) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4db0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4db0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83e9d27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83e9d27060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 390 (Thread 0x7f83ebf47640 (LWP 3357) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4cf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4cf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83eb047060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83eb047060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 389 (Thread 0x7f83ed267640 (LWP 3356) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4c30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4c30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ec367060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ec367060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 388 (Thread 0x7f83ee587640 (LWP 3355) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4b70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4b70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ed687060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ed687060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 387 (Thread 0x7f83ef8a7640 (LWP 3354) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4ab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4ab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ee9a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ee9a7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 386 (Thread 0x7f83f0bc7640 (LWP 3353) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a49f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a49f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83efcc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83efcc7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 385 (Thread 0x7f83f1ee7640 (LWP 3352) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f0fe7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f0fe7060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 384 (Thread 0x7f83f3207640 (LWP 3351) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008a4870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008a4870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f2307060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f2307060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 383 (Thread 0x7f83f4527640 (LWP 3350) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008747b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008747b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f3627060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f3627060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 382 (Thread 0x7f83f584f640 (LWP 3349) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008746f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008746f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f4947060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f4947060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 381 (Thread 0x7f83f6b6f640 (LWP 3348) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000874630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000874630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f5c6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f5c6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 380 (Thread 0x7f83f7e8f640 (LWP 3347) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000874570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000874570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f6f8f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f6f8f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 379 (Thread 0x7f83f91af640 (LWP 3346) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008744b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008744b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f82af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f82af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 378 (Thread 0x7f83fa4cf640 (LWP 3345) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008743f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008743f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83f95cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83f95cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 377 (Thread 0x7f83fb7ef640 (LWP 3344) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000874330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000874330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83fa8ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83fa8ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 376 (Thread 0x7f83fcb0f640 (LWP 3343) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000874270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000874270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83fbc0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83fbc0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 375 (Thread 0x7f83fde2f640 (LWP 3342) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008741b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008741b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83fcf2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83fcf2f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 374 (Thread 0x7f83ff14f640 (LWP 3341) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008740f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008740f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83fe241060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83fe241060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 373 (Thread 0x7f840046f640 (LWP 3340) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000874030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000874030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f83ff56f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f83ff56f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 372 (Thread 0x7f8401790640 (LWP 3339) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873f70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8400890060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8400890060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 371 (Thread 0x7f8402ab0640 (LWP 3338) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873eb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873eb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8401bb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8401bb0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 370 (Thread 0x7f8403dd0640 (LWP 3337) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873df0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8402ed0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8402ed0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 369 (Thread 0x7f84050f0640 (LWP 3336) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873d30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873d30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84041f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84041f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 368 (Thread 0x7f8406410640 (LWP 3335) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873c70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8405510060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8405510060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 367 (Thread 0x7f8407730640 (LWP 3334) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873bb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8406830060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8406830060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 366 (Thread 0x7f8408a50640 (LWP 3333) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873af0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8407b50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8407b50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 365 (Thread 0x7f8409d70640 (LWP 3332) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873a30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8408e70060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8408e70060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 364 (Thread 0x7f840bba1640 (LWP 3331) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f840a190060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f840a190060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 363 (Thread 0x7f840c3b0640 (LWP 3330) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008738b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008738b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f840aca1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f840aca1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 362 (Thread 0x7f840d6d0640 (LWP 3329) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008737f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008737f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f840c7d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f840c7d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 361 (Thread 0x7f840e9f0640 (LWP 3328) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f840daf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f840daf0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 360 (Thread 0x7f840fd10640 (LWP 3327) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f840ee10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f840ee10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 359 (Thread 0x7f8411030640 (LWP 3326) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008735b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008735b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8410130060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8410130060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 358 (Thread 0x7f8412350640 (LWP 3325) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008734f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008734f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8411450060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8411450060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 357 (Thread 0x7f8413670640 (LWP 3324) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8412770060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8412770060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 356 (Thread 0x7f8414990640 (LWP 3323) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8413a90060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8413a90060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 355 (Thread 0x7f8415cb0640 (LWP 3322) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008732b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008732b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8414db0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8414db0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 354 (Thread 0x7f8416fd0640 (LWP 3321) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008731f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008731f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84160d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84160d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 353 (Thread 0x7f84182f0640 (LWP 3320) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84173f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84173f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 352 (Thread 0x7f8419610640 (LWP 3319) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000873070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000873070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8418710060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8418710060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 351 (Thread 0x7f841a930640 (LWP 3318) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842fb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842fb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8419a30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8419a30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 350 (Thread 0x7f841bc50640 (LWP 3317) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842ef0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842ef0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f841ad50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f841ad50060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 349 (Thread 0x7f841cf70640 (LWP 3316) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842e30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842e30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f841c070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f841c070060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 348 (Thread 0x7f841e290640 (LWP 3315) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842d70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842d70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f841d390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f841d390060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 347 (Thread 0x7f841f5b1640 (LWP 3314) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842cb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842cb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f841e6b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f841e6b1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 346 (Thread 0x7f84208d1640 (LWP 3313) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842bf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842bf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f841f9d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f841f9d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 345 (Thread 0x7f8421bf1640 (LWP 3312) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842b30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842b30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8420cf1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8420cf1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 344 (Thread 0x7f8422f11640 (LWP 3311) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842a70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842a70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8422011060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8422011060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 343 (Thread 0x7f8424231640 (LWP 3310) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008429b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008429b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8423331060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8423331060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 342 (Thread 0x7f8425551640 (LWP 3309) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008428f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008428f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8424651060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8424651060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 341 (Thread 0x7f8426871640 (LWP 3308) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842830) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842830) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8425971060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8425971060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 340 (Thread 0x7f8427b91640 (LWP 3307) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842770) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842770) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8426c91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8426c91060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 339 (Thread 0x7f8428eb1640 (LWP 3306) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008426b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008426b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8427fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8427fb1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 338 (Thread 0x7f842a1d1640 (LWP 3305) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008425f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008425f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84292d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84292d1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 337 (Thread 0x7f842b4f1640 (LWP 3304) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842530) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842530) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f842a5f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f842a5f1060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 336 (Thread 0x7f842d31a640 (LWP 3303) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842470) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842470) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f842b911060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f842b911060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 335 (Thread 0x7f842e63a640 (LWP 3302) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008423b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008423b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f842d73a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f842d73a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 334 (Thread 0x7f842f962640 (LWP 3301) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008422f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008422f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f842ea5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f842ea5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 333 (Thread 0x7f8430c7a640 (LWP 3300) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842230) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842230) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f842fd7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f842fd7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 332 (Thread 0x7f8431f9a640 (LWP 3299) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000842170) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000842170) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843109a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843109a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 331 (Thread 0x7f84332ba640 (LWP 3298) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008420b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008420b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84323ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84323ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 330 (Thread 0x7f84345da640 (LWP 3297) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841ff0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841ff0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84336da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84336da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 329 (Thread 0x7f843640b640 (LWP 3296) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841f30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841f30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84349fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84349fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 328 (Thread 0x7f8436c1a640 (LWP 3295) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841e70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841e70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843550b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843550b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 327 (Thread 0x7f8437f3a640 (LWP 3294) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841db0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841db0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843703a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843703a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 326 (Thread 0x7f843925a640 (LWP 3293) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841cf0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841cf0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843835a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843835a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 325 (Thread 0x7f843a57a640 (LWP 3292) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841c30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841c30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843967a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843967a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 324 (Thread 0x7f843b89a640 (LWP 3291) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841b70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841b70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843a99a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843a99a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 323 (Thread 0x7f843d6cb640 (LWP 3290) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841ab0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841ab0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843bcba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843bcba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 322 (Thread 0x7f843dedb640 (LWP 3289) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008419f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008419f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843c7cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843c7cb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 321 (Thread 0x7f843f1fb640 (LWP 3288) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841930) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841930) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843e2fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843e2fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 320 (Thread 0x7f844051b640 (LWP 3287) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000841870) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000841870) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f843f61b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f843f61b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 319 (Thread 0x7f844183b640 (LWP 3286) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008117b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008117b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844093b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844093b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 318 (Thread 0x7f8442b5b640 (LWP 3285) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008116f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008116f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8441c5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8441c5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 317 (Thread 0x7f8443e7b640 (LWP 3284) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000811630) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000811630) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8442f7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8442f7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 316 (Thread 0x7f844519b640 (LWP 3283) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000811570) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000811570) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844429b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844429b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 315 (Thread 0x7f84464bb640 (LWP 3282) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008114b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008114b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84455bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84455bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 314 (Thread 0x7f84477db640 (LWP 3281) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008113f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008113f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84468db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84468db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 313 (Thread 0x7f8448afb640 (LWP 3280) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000811330) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000811330) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8447bfb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8447bfb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 312 (Thread 0x7f8449e1b640 (LWP 3279) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000811270) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000811270) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8448f1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8448f1b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 311 (Thread 0x7f844b13b640 (LWP 3278) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008111b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008111b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844a23b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844a23b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 310 (Thread 0x7f844c45b640 (LWP 3277) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008110f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008110f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844b55b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844b55b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 309 (Thread 0x7f844d77b640 (LWP 3276) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000811030) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000811030) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844c87b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844c87b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 308 (Thread 0x7f844ea9b640 (LWP 3275) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810f70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810f70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844db9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844db9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 307 (Thread 0x7f844fdbb640 (LWP 3274) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810eb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810eb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f844eebb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f844eebb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 306 (Thread 0x7f84510db640 (LWP 3273) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810df0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810df0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84501db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84501db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 305 (Thread 0x7f84523fb640 (LWP 3272) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810d30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810d30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84514fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84514fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 304 (Thread 0x7f845422c640 (LWP 3271) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810c70) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810c70) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845281b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845281b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 303 (Thread 0x7f8454a3b640 (LWP 3270) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810bb0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810bb0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845332c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845332c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 302 (Thread 0x7f8455d5b640 (LWP 3269) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810af0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810af0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8454e5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8454e5b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 301 (Thread 0x7f845707b640 (LWP 3268) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810a30) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810a30) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845617b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845617b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 300 (Thread 0x7f845839b640 (LWP 3267) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810970) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810970) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845749b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845749b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 299 (Thread 0x7f84596bb640 (LWP 3266) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008108b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008108b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84587bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84587bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 298 (Thread 0x7f845a9db640 (LWP 3265) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008107f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008107f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8459adb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8459adb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 297 (Thread 0x7f845bcfc640 (LWP 3264) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810730) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810730) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845adfc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845adfc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 296 (Thread 0x7f845d01c640 (LWP 3263) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810670) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810670) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845c11c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845c11c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 295 (Thread 0x7f845e33c640 (LWP 3262) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008105b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008105b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845d43c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845d43c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 294 (Thread 0x7f845f65c640 (LWP 3261) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008104f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008104f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845e75c460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845e75c460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 293 (Thread 0x7f846097c640 (LWP 3260) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810430) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810430) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f845fa7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f845fa7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 292 (Thread 0x7f8461c9c640 (LWP 3259) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810370) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810370) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8460d9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8460d9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 291 (Thread 0x7f8462fbc640 (LWP 3258) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008102b0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008102b0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84620bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84620bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 290 (Thread 0x7f84642dc640 (LWP 3257) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030008101f0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030008101f0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84633dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84633dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 289 (Thread 0x7f84655fc640 (LWP 3256) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810130) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810130) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84646fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84646fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 288 (Thread 0x7f846691c640 (LWP 3255) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000810070) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000810070) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8465a1c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8465a1c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 287 (Thread 0x7f8467c3c640 (LWP 3254) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bffa0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bffa0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8466d3c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8466d3c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 286 (Thread 0x7f8468f5c640 (LWP 3253) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfee0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfee0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846805c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846805c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 285 (Thread 0x7f846a27c640 (LWP 3252) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfe20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfe20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846937c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846937c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 284 (Thread 0x7f846b59c640 (LWP 3251) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfd60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfd60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846a69c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846a69c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 283 (Thread 0x7f846c8bc640 (LWP 3250) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfca0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfca0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846b9bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846b9bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 282 (Thread 0x7f846dbdc640 (LWP 3249) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfbe0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfbe0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846ccdc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846ccdc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 281 (Thread 0x7f846eefc640 (LWP 3248) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfb20) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfb20) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846dffc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846dffc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 280 (Thread 0x7f847021c640 (LWP 3247) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bfa60) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bfa60) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f846f31c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f846f31c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 279 (Thread 0x7f847153c640 (LWP 3246) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bf9a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bf9a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847063c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847063c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 278 (Thread 0x7f847285c640 (LWP 3245) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bf8e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bf8e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847195c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847195c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 277 (Thread 0x7f8473b7c640 (LWP 3244) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007bf820) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007bf820) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8472c7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8472c7c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 276 (Thread 0x7f8474e9c640 (LWP 3243) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dff50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dff50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8473f9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8473f9c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 275 (Thread 0x7f84761bc640 (LWP 3242) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfe90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfe90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84752bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84752bc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 274 (Thread 0x7f84774dc640 (LWP 3241) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfdd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfdd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84765dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84765dc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 273 (Thread 0x7f84787fc640 (LWP 3240) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfd10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfd10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84778fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84778fc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 272 (Thread 0x7f8479b1d640 (LWP 3239) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfc50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfc50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8478c1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8478c1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 271 (Thread 0x7f847ae3d640 (LWP 3238) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfb90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfb90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8479f3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8479f3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 270 (Thread 0x7f847c15d640 (LWP 3237) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfad0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847b25d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847b25d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 269 (Thread 0x7f847df8e640 (LWP 3236) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007dfa10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007dfa10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847c56f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847c56f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 268 (Thread 0x7f847f2ae640 (LWP 3235) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df950) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847d08e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847d08e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 267 (Thread 0x7f847fabd640 (LWP 3234) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df890) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847e3ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847e3ae060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 266 (Thread 0x7f8480ddd640 (LWP 3233) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df7d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df7d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f847fedd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f847fedd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 265 (Thread 0x7f84820fd640 (LWP 3232) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df710) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84811fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84811fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 264 (Thread 0x7f848341d640 (LWP 3231) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df650) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848251d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848251d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 263 (Thread 0x7f848473d640 (LWP 3230) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df590) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848383d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848383d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 262 (Thread 0x7f8485a5d640 (LWP 3229) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df4d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df4d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8484b5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8484b5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 261 (Thread 0x7f8486d7d640 (LWP 3228) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df410) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8485e7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8485e7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 260 (Thread 0x7f848809d640 (LWP 3227) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df350) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848719d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848719d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 259 (Thread 0x7f84893bd640 (LWP 3226) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84884bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84884bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 258 (Thread 0x7f848a6dd640 (LWP 3225) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df1d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df1d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84897dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84897dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 257 (Thread 0x7f848b9fd640 (LWP 3224) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df110) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848aafd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848aafd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 256 (Thread 0x7f848cd1d640 (LWP 3223) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007df050) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007df050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848be1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848be1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 255 (Thread 0x7f848e03d640 (LWP 3222) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aef90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aef90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848d13d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848d13d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 254 (Thread 0x7f848f35d640 (LWP 3221) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aeed0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aeed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848e45d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848e45d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 253 (Thread 0x7f849067d640 (LWP 3220) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aee10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aee10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f848f77d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f848f77d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 252 (Thread 0x7f849199d640 (LWP 3219) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aed50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aed50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8490a9d460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8490a9d460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 251 (Thread 0x7f8492cbd640 (LWP 3218) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aec90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aec90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8491dbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8491dbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 250 (Thread 0x7f8493fdd640 (LWP 3217) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aebd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aebd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84930dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84930dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 249 (Thread 0x7f84952fd640 (LWP 3216) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aeb10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aeb10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84943ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84943ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 248 (Thread 0x7f849661d640 (LWP 3215) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007aea50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007aea50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849571d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849571d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 247 (Thread 0x7f849793e640 (LWP 3214) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae990) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8496a3e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8496a3e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 246 (Thread 0x7f8498c5e640 (LWP 3213) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae8d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8497d5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8497d5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 245 (Thread 0x7f8499f7e640 (LWP 3212) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae810) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849907e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849907e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 244 (Thread 0x7f849b29e640 (LWP 3211) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae750) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849a39e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849a39e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 243 (Thread 0x7f849c5be640 (LWP 3210) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae690) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae690) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849b6be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849b6be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 242 (Thread 0x7f849d8de640 (LWP 3209) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae5d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae5d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849c9de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849c9de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 241 (Thread 0x7f849ebfe640 (LWP 3208) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae510) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849dcfe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849dcfe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 240 (Thread 0x7f849ff1e640 (LWP 3207) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae450) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f849f01e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f849f01e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 239 (Thread 0x7f84a123e640 (LWP 3206) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae390) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a033e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a033e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 238 (Thread 0x7f84a255e640 (LWP 3205) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae2d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae2d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a165e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a165e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 237 (Thread 0x7f84a387e640 (LWP 3204) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae210) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae210) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a297e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a297e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 236 (Thread 0x7f84a4b9e640 (LWP 3203) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae150) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a3c9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a3c9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 235 (Thread 0x7f84a5ebe640 (LWP 3202) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ae090) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ae090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a4fbe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a4fbe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 234 (Thread 0x7f84a71de640 (LWP 3201) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007adfd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007adfd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a62de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a62de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 233 (Thread 0x7f84a84fe640 (LWP 3200) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007adf10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007adf10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a75fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a75fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 232 (Thread 0x7f84a981e640 (LWP 3199) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ade50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ade50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a891e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a891e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 231 (Thread 0x7f84aab3e640 (LWP 3198) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007add90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007add90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84a9c3e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84a9c3e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 230 (Thread 0x7f84abe5e640 (LWP 3197) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007adcd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007adcd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84aaf5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84aaf5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 229 (Thread 0x7f84ad17e640 (LWP 3196) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007adc10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007adc10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ac27e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ac27e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 228 (Thread 0x7f84ae49e640 (LWP 3195) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007adb50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007adb50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ad59e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ad59e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 227 (Thread 0x7f84af7be640 (LWP 3194) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ada90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ada90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ae8be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ae8be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 226 (Thread 0x7f84b0ade640 (LWP 3193) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ad9d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ad9d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84afbde060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84afbde060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 225 (Thread 0x7f84b1dfe640 (LWP 3192) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ad910) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ad910) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b0efe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b0efe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 224 (Thread 0x7f84b311e640 (LWP 3191) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007ad850) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007ad850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b221e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b221e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 223 (Thread 0x7f84b443e640 (LWP 3190) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d790) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b353e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b353e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 222 (Thread 0x7f84b575e640 (LWP 3189) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d6d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d6d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b485e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b485e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 221 (Thread 0x7f84b6a7e640 (LWP 3188) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d610) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b5b7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b5b7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 220 (Thread 0x7f84b7d9e640 (LWP 3187) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d550) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b6e9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b6e9e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 219 (Thread 0x7f84b90be640 (LWP 3186) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d490) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b81be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b81be060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 218 (Thread 0x7f84ba3e6640 (LWP 3185) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d3d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d3d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84b94de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84b94de060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 217 (Thread 0x7f84bb6fe640 (LWP 3184) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d310) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ba7f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ba7f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 216 (Thread 0x7f84bca1e640 (LWP 3183) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d250) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84bbb1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84bbb1e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 215 (Thread 0x7f84be84f640 (LWP 3182) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d190) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84bce3e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84bce3e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 214 (Thread 0x7f84bfb6f640 (LWP 3181) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d010) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84bd94f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84bd94f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 213 (Thread 0x7f84c037e640 (LWP 3180) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077cf50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077cf50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84bec6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84bec6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 212 (Thread 0x7f84c169e640 (LWP 3179) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077ce90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077ce90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c079e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c079e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 211 (Thread 0x7f84c29be640 (LWP 3178) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077cdd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077cdd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c1abe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c1abe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 210 (Thread 0x7f84c3ce6640 (LWP 3177) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077cd10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077cd10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c2dde060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c2dde060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 209 (Thread 0x7f84c4ffe640 (LWP 3176) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077cc50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077cc50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c40fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c40fe060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 208 (Thread 0x7f84c631e640 (LWP 3175) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077cb90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077cb90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c541e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c541e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 207 (Thread 0x7f84c763e640 (LWP 3174) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077ca10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077ca10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c673e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c673e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 206 (Thread 0x7f84c895e640 (LWP 3173) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077cad0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077cad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c7a5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c7a5e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 205 (Thread 0x7f84cb2a0640 (LWP 3172) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077d0d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077d0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c988f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c988f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 204 (Thread 0x7f84cbaaf640 (LWP 3171) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c890) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ca3a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ca3a0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 203 (Thread 0x7f84ccdcf640 (LWP 3170) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c7d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c7d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84cbecf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84cbecf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 202 (Thread 0x7f84ce0ef640 (LWP 3169) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c710) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84cd1ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84cd1ef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 201 (Thread 0x7f84cf40f640 (LWP 3168) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c650) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ce50f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ce50f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 200 (Thread 0x7f84d072f640 (LWP 3167) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c4d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c4d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84cf82f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84cf82f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 199 (Thread 0x7f84d1a4f640 (LWP 3166) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c590) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d0b4f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d0b4f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 198 (Thread 0x7f84d2d6f640 (LWP 3165) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c410) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d1e6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d1e6f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 197 (Thread 0x7f84d408f640 (LWP 3164) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c350) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d318f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d318f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 196 (Thread 0x7f84d53af640 (LWP 3163) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d44af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d44af060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 195 (Thread 0x7f84d66cf640 (LWP 3162) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c1d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c1d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d57cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d57cf060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 194 (Thread 0x7f84d79ef640 (LWP 3161) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c110) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d6aef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d6aef060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 193 (Thread 0x7f84d8d0f640 (LWP 3160) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c050) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d7e0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d7e0f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 192 (Thread 0x7f84da02f640 (LWP 3159) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074bf90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074bf90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84d912f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84d912f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 191 (Thread 0x7f84db34f640 (LWP 3158) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074be10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074be10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84da44f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84da44f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 190 (Thread 0x7f84dd184640 (LWP 3157) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074bed0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074bed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84db76f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84db76f060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 189 (Thread 0x7f84de4a4640 (LWP 3156) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074bd50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074bd50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84dc280060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84dc280060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 188 (Thread 0x7f84decb3640 (LWP 3155) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074bc90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074bc90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84dd5a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84dd5a4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 187 (Thread 0x7f84dffd3640 (LWP 3154) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074bbd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074bbd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84df0d3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84df0d3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 186 (Thread 0x7f84e1e04640 (LWP 3153) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074bb10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074bb10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e03f3460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e03f3460) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 185 (Thread 0x7f84e2613640 (LWP 3152) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074ba50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074ba50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e0f04060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e0f04060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 184 (Thread 0x7f84e3933640 (LWP 3151) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b990) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e2a33060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e2a33060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 183 (Thread 0x7f84e4c53640 (LWP 3150) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b8d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b8d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e3d53060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e3d53060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 182 (Thread 0x7f84e5f73640 (LWP 3149) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b810) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e5073060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e5073060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 181 (Thread 0x7f84e7293640 (LWP 3148) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b750) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e6393060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e6393060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 180 (Thread 0x7f84e85b3640 (LWP 3147) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b690) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b690) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e76b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e76b3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 179 (Thread 0x7f84e98d3640 (LWP 3146) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b5d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b5d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e89d3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e89d3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 178 (Thread 0x7f84eabf3640 (LWP 3145) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b510) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84e9cf3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84e9cf3060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 177 (Thread 0x7f84ebf13640 (LWP 3144) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b450) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84eb013060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84eb013060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 176 (Thread 0x7f84ed233640 (LWP 3143) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b390) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ec333060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ec333060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 175 (Thread 0x7f84ee553640 (LWP 3142) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b2d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b2d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ed653060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ed653060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 174 (Thread 0x7f84ef873640 (LWP 3141) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b210) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b210) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ee973060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ee973060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 173 (Thread 0x7f84f0b93640 (LWP 3140) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b150) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84efc93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84efc93060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 172 (Thread 0x7f84f1eb4640 (LWP 3139) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074b090) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074b090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f0fb4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f0fb4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 171 (Thread 0x7f84f31d4640 (LWP 3138) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074afd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074afd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f22d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f22d4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 170 (Thread 0x7f84f44f4640 (LWP 3137) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074af10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074af10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f35f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f35f4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 169 (Thread 0x7f84f5814640 (LWP 3136) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074ae50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074ae50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f4914060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f4914060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 168 (Thread 0x7f84f6b34640 (LWP 3135) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074ad90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074ad90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f5c34060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f5c34060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 167 (Thread 0x7f84f7e54640 (LWP 3134) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074acd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074acd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f6f54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f6f54060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 166 (Thread 0x7f84f9174640 (LWP 3133) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074ac10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074ac10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f8274060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f8274060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 165 (Thread 0x7f84fa494640 (LWP 3132) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074ab50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074ab50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84f9594060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84f9594060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 164 (Thread 0x7f84fb7b4640 (LWP 3131) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074aa90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074aa90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84fa8b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84fa8b4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 163 (Thread 0x7f84fcad4640 (LWP 3130) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074a9d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074a9d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84fbbd4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84fbbd4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 162 (Thread 0x7f84fddf4640 (LWP 3129) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074a910) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074a910) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84fcef4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84fcef4060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 161 (Thread 0x7f84ff114640 (LWP 3128) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300074a850) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300074a850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84fe214060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84fe214060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 160 (Thread 0x7f8500434640 (LWP 3127) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a790) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84ff534060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84ff534060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 159 (Thread 0x7f8501754640 (LWP 3126) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a6d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a6d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8500854060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8500854060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 158 (Thread 0x7f850357d640 (LWP 3125) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a610) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8501b74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8501b74060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 157 (Thread 0x7f850489d640 (LWP 3124) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a550) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850399d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850399d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 156 (Thread 0x7f8505bbd640 (LWP 3123) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a490) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8504cbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8504cbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 155 (Thread 0x7f8506edd640 (LWP 3122) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a3d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a3d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8505fdd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8505fdd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 154 (Thread 0x7f85081fd640 (LWP 3121) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a310) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85072fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85072fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 153 (Thread 0x7f850951d640 (LWP 3120) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a250) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850861d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850861d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 152 (Thread 0x7f850a83d640 (LWP 3119) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a190) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850993d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850993d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 151 (Thread 0x7f850bb5d640 (LWP 3118) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a0d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a0d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850ac5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850ac5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 150 (Thread 0x7f850ce7d640 (LWP 3117) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300071a010) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300071a010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850bf7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850bf7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 149 (Thread 0x7f850e19d640 (LWP 3116) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719f50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850d29d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850d29d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 148 (Thread 0x7f850f4bd640 (LWP 3115) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719e90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850e5bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850e5bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 147 (Thread 0x7f85107dd640 (LWP 3114) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719dd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719dd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f850f8dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f850f8dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 146 (Thread 0x7f8511afd640 (LWP 3113) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719d10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8510bfd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8510bfd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 145 (Thread 0x7f8512e1d640 (LWP 3112) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719c50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8511f1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8511f1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 144 (Thread 0x7f851413d640 (LWP 3111) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719b90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719b90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851323d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851323d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 143 (Thread 0x7f851545d640 (LWP 3110) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719ad0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851455d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851455d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 142 (Thread 0x7f851677d640 (LWP 3109) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719a10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719a10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851587d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851587d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 141 (Thread 0x7f8517a9d640 (LWP 3108) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719950) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8516b9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8516b9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 140 (Thread 0x7f8518dbd640 (LWP 3107) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719890) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719890) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8517ebd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8517ebd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 139 (Thread 0x7f851a0dd640 (LWP 3106) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007197d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007197d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85191dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85191dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 138 (Thread 0x7f851b3fd640 (LWP 3105) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719710) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719710) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851a4fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851a4fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 137 (Thread 0x7f851c71d640 (LWP 3104) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719650) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719650) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851b81d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851b81d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 136 (Thread 0x7f851da3d640 (LWP 3103) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719590) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719590) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851cb3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851cb3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 135 (Thread 0x7f851ed5d640 (LWP 3102) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081870, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081870, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007194d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007194d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851de5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851de5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 134 (Thread 0x7f852007d640 (LWP 3101) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719410) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719410) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f851f17d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f851f17d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 133 (Thread 0x7f852139d640 (LWP 3100) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719350) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719350) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852049d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852049d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 132 (Thread 0x7f85226bd640 (LWP 3099) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719290) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719290) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85217bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85217bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 131 (Thread 0x7f85239dd640 (LWP 3098) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030007191d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030007191d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8522add060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8522add060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 130 (Thread 0x7f8524cfd640 (LWP 3097) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719110) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719110) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8523dfd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8523dfd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 129 (Thread 0x7f852601d640 (LWP 3096) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x503000719050) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x503000719050) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852511d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852511d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 128 (Thread 0x7f852733d640 (LWP 3095) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8f90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8f90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852643d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852643d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 127 (Thread 0x7f852865d640 (LWP 3094) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8ed0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8ed0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852775d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852775d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 126 (Thread 0x7f852997d640 (LWP 3093) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8e10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8e10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8528a7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8528a7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 125 (Thread 0x7f852ac9d640 (LWP 3092) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8d50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8d50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8529d9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8529d9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 124 (Thread 0x7f852bfbd640 (LWP 3091) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8c90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8c90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852b0bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852b0bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 123 (Thread 0x7f852d2dd640 (LWP 3090) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8bd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8bd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852c3dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852c3dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 122 (Thread 0x7f852e5fd640 (LWP 3089) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8b10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8b10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852d6fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852d6fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 121 (Thread 0x7f852f91d640 (LWP 3088) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8a50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8a50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852ea1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852ea1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 120 (Thread 0x7f8530c3d640 (LWP 3087) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8990) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8990) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f852fd3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f852fd3d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 119 (Thread 0x7f8531f5d640 (LWP 3086) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e88d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e88d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853105d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853105d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 118 (Thread 0x7f853327d640 (LWP 3085) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8810) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8810) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853237d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853237d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 117 (Thread 0x7f853459d640 (LWP 3084) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8750) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8750) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853369d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853369d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 116 (Thread 0x7f85358bd640 (LWP 3083) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8690) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8690) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85349bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85349bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 115 (Thread 0x7f8536bdd640 (LWP 3082) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e85d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e85d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8535cdd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8535cdd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 114 (Thread 0x7f8537efd640 (LWP 3081) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8510) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8510) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8536ffd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8536ffd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 113 (Thread 0x7f853921d640 (LWP 3080) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8450) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8450) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853831d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853831d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 112 (Thread 0x7f853a53d640 (LWP 3079) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8390) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8390) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853963d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853963d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 111 (Thread 0x7f853b85d640 (LWP 3078) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e82d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e82d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853a95d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853a95d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 110 (Thread 0x7f853cb7d640 (LWP 3077) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8210) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8210) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853bc7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853bc7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 109 (Thread 0x7f853de9d640 (LWP 3076) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8150) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8150) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853cf9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853cf9d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 108 (Thread 0x7f853f1c5640 (LWP 3075) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e8090) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e8090) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853e2bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853e2bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 107 (Thread 0x7f85404dd640 (LWP 3074) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7fd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7fd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f853f5dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f853f5dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 106 (Thread 0x7f85417fd640 (LWP 3073) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7f10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7f10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85408fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85408fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 105 (Thread 0x7f854362e640 (LWP 3072) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7e50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7e50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8541c1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8541c1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 104 (Thread 0x7f8543e3d640 (LWP 3071) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7d90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7d90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854272e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854272e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 103 (Thread 0x7f854515d640 (LWP 3070) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7cd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7cd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854425d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854425d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 102 (Thread 0x7f854647d640 (LWP 3069) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7c10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7c10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854557d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854557d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 101 (Thread 0x7f854779d640 (LWP 3068) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7b50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7b50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854689d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854689d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 100 (Thread 0x7f8548abd640 (LWP 3067) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7a90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7a90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8547bbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8547bbd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 99 (Thread 0x7f8549ddd640 (LWP 3066) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e79d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e79d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8548edd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8548edd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 98 (Thread 0x7f854b0fd640 (LWP 3065) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7910) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7910) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854a1fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854a1fd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 97 (Thread 0x7f854c41d640 (LWP 3064) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006e7850) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006e7850) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854b51d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854b51d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 96 (Thread 0x7f854d73d640 (LWP 3063) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7790) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7790) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854c83d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854c83d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 95 (Thread 0x7f854ea5d640 (LWP 3062) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b76d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b76d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854db5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854db5d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 94 (Thread 0x7f854fd7d640 (LWP 3061) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7610) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7610) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f854ee7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f854ee7d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 93 (Thread 0x7f855109d640 (LWP 3060) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7550) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7550) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855019d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855019d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 92 (Thread 0x7f85523bd640 (LWP 3059) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7490) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7490) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85514bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85514bd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 91 (Thread 0x7f85536dd640 (LWP 3058) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b73d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b73d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85527dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85527dd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 90 (Thread 0x7f85549fd640 (LWP 3057) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7310) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7310) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8553afd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8553afd060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 89 (Thread 0x7f8555d1d640 (LWP 3056) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7250) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7250) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8554e1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8554e1d060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 88 (Thread 0x7f855652c640 (LWP 3055) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x50300077c950) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x50300077c950) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f84c8d7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f84c8d7e060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 87 (Thread 0x7f855784c640 (LWP 3054) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7190) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7190) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855694c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855694c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 86 (Thread 0x7f8558b6c640 (LWP 3053) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b70d0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b70d0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8557c6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8557c6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 85 (Thread 0x7f8559e8c640 (LWP 3052) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b7010) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b7010) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8558f8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8558f8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 84 (Thread 0x7f855b1ac640 (LWP 3051) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6f50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6f50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855a2ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855a2ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 83 (Thread 0x7f855c4cc640 (LWP 3050) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6e90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6e90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855b5cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855b5cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 82 (Thread 0x7f855d7ec640 (LWP 3049) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6dd0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6dd0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855c8ec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855c8ec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 81 (Thread 0x7f855eb0c640 (LWP 3048) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6d10) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6d10) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855dc0c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855dc0c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 80 (Thread 0x7f855fe2c640 (LWP 3047) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6c50) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6c50) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f855ef2c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f855ef2c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 79 (Thread 0x7f856114c640 (LWP 3046) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6b90) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6b90) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856024c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856024c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 78 (Thread 0x7f856246c640 (LWP 3045) "BgSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081874, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081874, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x513000081848, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x513000081840) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6ad0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6ad0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856156c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856156c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 77 (Thread 0x7f856378c640 (LWP 3044) "BgBufSchPool/D"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x513000081594, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x513000081594, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e11573725d in DB::BackgroundSchedulePool::delayExecutionThreadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:334 #5 0x000055e1157384fb 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=0x5030006b69e0) 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=0x5030006b69e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #13 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856288c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #15 std::__1::function::operator()() const (this=0x7f856288c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #16 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #17 0x000055e1078a6b4d 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 0x000055e0f530c65b in asan_thread_start(void*) () #22 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #23 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 76 (Thread 0x7f8564aac640 (LWP 3043) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6920) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6920) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8563bac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8563bac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 75 (Thread 0x7f8565dcc640 (LWP 3042) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6860) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6860) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8564ecc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8564ecc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 74 (Thread 0x7f85670ec640 (LWP 3041) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b67a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b67a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85661ec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85661ec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 73 (Thread 0x7f856840c640 (LWP 3040) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b66e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b66e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856750c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856750c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 72 (Thread 0x7f856972c640 (LWP 3039) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6620) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6620) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856882c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856882c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 71 (Thread 0x7f856aa4c640 (LWP 3038) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6560) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6560) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8569b4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8569b4c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 70 (Thread 0x7f856bd6c640 (LWP 3037) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b64a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b64a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856ae6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856ae6c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 69 (Thread 0x7f856d08c640 (LWP 3036) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b63e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b63e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856c18c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856c18c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 68 (Thread 0x7f856e3ac640 (LWP 3035) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6320) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6320) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856d4ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856d4ac060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 67 (Thread 0x7f856f6cc640 (LWP 3034) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6260) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6260) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856e7cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856e7cc060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 66 (Thread 0x7f85709ec640 (LWP 3033) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b61a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b61a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f856faec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f856faec060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 65 (Thread 0x7f8571d0c640 (LWP 3032) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b60e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b60e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8570e0c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8570e0c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 64 (Thread 0x7f857302c640 (LWP 3031) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b6020) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b6020) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857212c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857212c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 63 (Thread 0x7f857434c640 (LWP 3030) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b1760) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b1760) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857344c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857344c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 62 (Thread 0x7f857566c640 (LWP 3029) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b16a0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b16a0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857476c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857476c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 61 (Thread 0x7f857698c640 (LWP 3028) "BgBufSchPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x5130000814f4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x5130000814f4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e115736673 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::BackgroundSchedulePool::threadFunction()::$_0) (this=0x5130000814c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::BackgroundSchedulePool::threadFunction (this=0x5130000814c0) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:291 #6 0x000055e115737f9b in DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0::operator()() const (this=) at ./build_docker/./src/Core/BackgroundSchedulePool.cpp:170 #7 std::__1::__invoke[abi:v15000], StrongTypedef, char const*)::$_0&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000], StrongTypedef, char const*)::$_0&, std::__1::tuple<>&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}::operator()() (this=0x5030006b15e0) at ./src/Common/ThreadPool.h:223 #11 std::__1::__invoke[abi:v15000]::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #12 std::__1::__invoke_void_return_wrapper::__call::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&>(ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}&) (__args=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:479 #13 std::__1::__function::__default_alloc_func::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()>::operator()[abi:v15000]() (this=0x5030006b15e0) at ./contrib/llvm-project/libcxx/include/__functional/function.h:235 #14 std::__1::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl, StrongTypedef, char const*)::$_0>(DB::BackgroundSchedulePool::BackgroundSchedulePool(unsigned long, StrongTypedef, StrongTypedef, char const*)::$_0&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=) at ./contrib/llvm-project/libcxx/include/__functional/function.h:716 #15 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8575a8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8575a8c060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 60 (Thread 0x7f85790b0640 (LWP 3017) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e00075ccd0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e00075ccd0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e00075cca8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000074840) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030004362a0) 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=0x5030004362a0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85781b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85781b0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 59 (Thread 0x7f857a3d0640 (LWP 3016) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000034b80, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000034b80, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000034b58, __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 0x000055e119f9ceb9 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=0x504000282e50) 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=0x504000282e50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85794d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85794d0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 58 (Thread 0x7f857b6f0640 (LWP 3015) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000034b80, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000034b80, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000034b58, __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 0x000055e119f9ceb9 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=0x504000282d50) 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=0x504000282d50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857a7f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857a7f0060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 57 (Thread 0x7f857ca10640 (LWP 3014) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000034b80, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000034b80, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000034b58, __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 0x000055e119f9ceb9 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=0x504000282c50) 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=0x504000282c50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857bb10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857bb10060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 56 (Thread 0x7f857dd30640 (LWP 3013) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000034b80, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000034b80, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000034b58, __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 0x000055e119f9ceb9 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=0x504000282b50) 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=0x504000282b50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857ce30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857ce30060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 55 (Thread 0x7f857f050640 (LWP 3012) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000034b80, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000034b80, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000034b58, __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 0x000055e119f9ceb9 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=0x504000282a50) 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=0x504000282a50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857e150060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857e150060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 54 (Thread 0x7f8580a85640 (LWP 3011) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e00075a030, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e00075a030, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e00075a008, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000072740) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003e84e0) 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=0x5030003e84e0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f857fb85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f857fb85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 53 (Thread 0x7f8581da5640 (LWP 3010) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cfc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cfc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cf98, __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 0x000055e119f9ceb9 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=0x50400024d450) 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=0x50400024d450) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8580ea5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8580ea5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 52 (Thread 0x7f85830c5640 (LWP 3009) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cfc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cfc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cf98, __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 0x000055e119f9ceb9 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=0x50400024d350) 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=0x50400024d350) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85821c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85821c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 51 (Thread 0x7f85843e5640 (LWP 3008) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cfc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cfc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cf98, __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 0x000055e119f9ceb9 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=0x50400024d250) 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=0x50400024d250) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85834e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85834e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 50 (Thread 0x7f8585705640 (LWP 3007) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cfc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cfc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cf98, __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 0x000055e119f9ceb9 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=0x50400024d150) 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=0x50400024d150) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8584805060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8584805060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 49 (Thread 0x7f8586a25640 (LWP 3006) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cfc0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cfc0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cf98, __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 0x000055e119f9ceb9 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=0x50400024d050) 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=0x50400024d050) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8585b25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8585b25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 48 (Thread 0x7f8588856640 (LWP 3005) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000759f50, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000759f50, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000759f28, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000072440) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003e7fd0) 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=0x5030003e7fd0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8586e45060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8586e45060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 47 (Thread 0x7f8589065640 (LWP 3004) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cc00, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cc00, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cbd8, __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 0x000055e119f9ceb9 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=0x50400024c650) 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=0x50400024c650) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8587956060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8587956060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 46 (Thread 0x7f858a385640 (LWP 3003) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cc00, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cc00, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cbd8, __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 0x000055e119f9ceb9 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=0x50400024c550) 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=0x50400024c550) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8589485060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8589485060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 45 (Thread 0x7f858b6a5640 (LWP 3002) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cc00, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cc00, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cbd8, __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 0x000055e119f9ceb9 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=0x50400024c450) 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=0x50400024c450) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f858a7a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f858a7a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 44 (Thread 0x7f858c9c5640 (LWP 3001) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cc00, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cc00, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cbd8, __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 0x000055e119f9ceb9 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=0x50400024c350) 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=0x50400024c350) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f858bac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f858bac5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 43 (Thread 0x7f858dce5640 (LWP 3000) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cc00, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cc00, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cbd8, __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 0x000055e119f9ceb9 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=0x50400024c250) 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=0x50400024c250) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f858cde5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f858cde5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 42 (Thread 0x7f858f005640 (LWP 2999) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000759e70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000759e70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000759e48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000072140) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003e7ac0) 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=0x5030003e7ac0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f858e105060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f858e105060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 41 (Thread 0x7f8590325640 (LWP 2998) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cb10, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cb10, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cae8, __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 0x000055e119f9ceb9 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=0x5040002337d0) 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=0x5040002337d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f858f425060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f858f425060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 40 (Thread 0x7f8591645640 (LWP 2997) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cb10, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cb10, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cae8, __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 0x000055e119f9ceb9 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=0x5040002336d0) 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=0x5040002336d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8590745060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8590745060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 39 (Thread 0x7f8592965640 (LWP 2996) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cb10, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cb10, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cae8, __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 0x000055e119f9ceb9 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=0x5040002335d0) 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=0x5040002335d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8591a65060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8591a65060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 38 (Thread 0x7f8593c85640 (LWP 2995) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cb10, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cb10, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cae8, __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 0x000055e119f9ceb9 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=0x5040002334d0) 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=0x5040002334d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8592d85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8592d85060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 37 (Thread 0x7f8594fa5640 (LWP 2994) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002cb10, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002cb10, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002cae8, __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 0x000055e119f9ceb9 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=0x5040002333d0) 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=0x5040002333d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85940a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85940a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 36 (Thread 0x7f85962c5640 (LWP 2993) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000759d90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000759d90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000759d68, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000071e40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003d5dc0) 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=0x5030003d5dc0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85953c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85953c5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 35 (Thread 0x7f85975e5640 (LWP 2992) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002ca20, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002ca20, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c9f8, __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 0x000055e119f9ceb9 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=0x504000232910) 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=0x504000232910) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85966e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85966e5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 34 (Thread 0x7f8598905640 (LWP 2991) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002ca20, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002ca20, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c9f8, __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 0x000055e119f9ceb9 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=0x504000232810) 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=0x504000232810) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8597a05060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8597a05060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 33 (Thread 0x7f8599c25640 (LWP 2990) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002ca20, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002ca20, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c9f8, __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 0x000055e119f9ceb9 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=0x504000232710) 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=0x504000232710) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f8598d25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f8598d25060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 32 (Thread 0x7f859af45640 (LWP 2989) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002ca20, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002ca20, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c9f8, __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 0x000055e119f9ceb9 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=0x504000232610) 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=0x504000232610) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f859a045060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f859a045060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 31 (Thread 0x7f859c265640 (LWP 2988) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002ca20, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002ca20, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c9f8, __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 0x000055e119f9ceb9 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=0x504000232510) 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=0x504000232510) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f859b365060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f859b365060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 30 (Thread 0x7f859d585640 (LWP 2987) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000759cb0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000759cb0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000759c88, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000071b40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003d58b0) 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=0x5030003d58b0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f859c685060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f859c685060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 29 (Thread 0x7f859e8a5640 (LWP 2986) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e119f864e3 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 0x000055e119f9ceb9 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=0x504000225ad0) 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=0x504000225ad0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f859d9a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f859d9a5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 28 (Thread 0x7f859fbc5640 (LWP 2985) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e119f864e3 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 0x000055e119f9ceb9 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=0x5040002259d0) 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=0x5040002259d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f859ecc5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f859ecc5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 27 (Thread 0x7f85a0ee5640 (LWP 2984) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e119f864e3 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 0x000055e119f9ceb9 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=0x5040002258d0) 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=0x5040002258d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f859ffe5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f859ffe5060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 26 (Thread 0x7f85a2205640 (LWP 2983) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e119f864e3 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 0x000055e119f9ceb9 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=0x5040002257d0) 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=0x5040002257d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a1305060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a1305060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 25 (Thread 0x7f85a3525640 (LWP 2982) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a 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 0x000055e119f864e3 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 0x000055e119f9ceb9 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=0x5040002256d0) 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=0x5040002256d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a2625060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a2625060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 24 (Thread 0x7f85a553b640 (LWP 2976) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0007593f0, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0007593f0, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0007593c8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600006fd40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003c8c50) 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=0x5030003c8c50) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a463b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a463b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 23 (Thread 0x7f85a685b640 (LWP 2975) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e000759310, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e000759310, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0007592e8, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600006fa40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030003c8920) 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=0x5030003c8920) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a595b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a595b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 22 (Thread 0x7f85a7b7b640 (LWP 2974) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c1b4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c1b4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c188, __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 0x000055e119f9ceb9 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=0x504000211990) 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=0x504000211990) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a6c7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a6c7b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 21 (Thread 0x7f85a8e9b640 (LWP 2973) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c1b4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c1b4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c188, __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 0x000055e119f9ceb9 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=0x504000211890) 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=0x504000211890) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a7f9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a7f9b060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 20 (Thread 0x7f85aa1bb640 (LWP 2972) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c1b4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c1b4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c188, __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 0x000055e119f9ceb9 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=0x504000211790) 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=0x504000211790) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85a92bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85a92bb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 19 (Thread 0x7f85ab4db640 (LWP 2971) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c1b4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c1b4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c188, __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 0x000055e119f9ceb9 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=0x504000211690) 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=0x504000211690) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85aa5db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85aa5db060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 18 (Thread 0x7f85ac7fb640 (LWP 2970) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00002c1b4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00002c1b4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00002c188, __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 0x000055e119f9ceb9 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=0x504000211590) 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=0x504000211590) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85ab8fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85ab8fb060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 17 (Thread 0x7f85ae842640 (LWP 2969) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0007223b4, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0007223b4, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e000722388, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x51600006be40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x503000353c80) 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=0x503000353c80) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85ad942060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85ad942060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 16 (Thread 0x7f85afb62640 (LWP 2968) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000e750, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000e750, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000e728, __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 0x000055e119f9ceb9 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=0x5040001c5cd0) 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=0x5040001c5cd0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85aec62060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85aec62060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 15 (Thread 0x7f85b0e82640 (LWP 2967) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000e750, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000e750, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000e728, __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 0x000055e119f9ceb9 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=0x5040001c5bd0) 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=0x5040001c5bd0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85aff82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85aff82060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 14 (Thread 0x7f85b21a2640 (LWP 2966) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000e750, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000e750, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000e728, __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 0x000055e119f9ceb9 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=0x5040001c5ad0) 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=0x5040001c5ad0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85b12a2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85b12a2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 13 (Thread 0x7f85b34c2640 (LWP 2965) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000e750, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000e750, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000e728, __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 0x000055e119f9ceb9 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=0x5040001c59d0) 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=0x5040001c59d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85b25c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85b25c2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 12 (Thread 0x7f85b47e2640 (LWP 2964) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f00000e750, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f00000e750, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f00000e728, __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 0x000055e119f9ceb9 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=0x5040001c58d0) 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=0x5040001c58d0) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85b38e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85b38e2060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 11 (Thread 0x7f85b6011640 (LWP 2963) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x512000039540, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x512000039540, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e1078a30ed in std::__1::condition_variable::wait >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}>(std::__1::unique_lock&, ThreadPoolImpl >::worker(std::__1::__list_iterator, void*>)::{lambda()#1}) (this=0x512000039518, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 ThreadPoolImpl >::worker (this=0x5120000394c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:414 #6 0x000055e1078ab453 in ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #7 std::__1::__invoke[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #8 std::__1::__apply_tuple_impl[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1789 #9 std::__1::apply[abi:v15000] >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ./contrib/llvm-project/libcxx/include/tuple:1798 #10 ThreadFromGlobalPoolImpl::ThreadFromGlobalPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl >::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=) at ./src/Common/ThreadPool.h:223 #11 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85b5111060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #12 std::__1::function::operator()() const (this=0x7f85b5111060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #13 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #14 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #15 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #16 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #17 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #18 0x000055e0f530c65b in asan_thread_start(void*) () #19 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #20 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 10 (Thread 0x7f85b7537640 (LWP 2962) "clickhouse-serv"): #0 __syscall () at ./build_docker/./base/glibc-compatibility/musl/x86_64/syscall.s:14 #1 0x000055e12bef2212 in epoll_pwait (fd=32, ev=0x7f85b752fbc0, cnt=100, to=100000, sigs=0x0) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:27 #2 epoll_wait (fd=32, ev=0x7f85b752fbc0, cnt=100, to=100000) at ./build_docker/./base/glibc-compatibility/musl/epoll.c:36 #3 0x000055e12596414a in aws_event_loop_thread () #4 0x000055e125950856 in thread_fn () #5 0x000055e0f530c65b in asan_thread_start(void*) () #6 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #7 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 9 (Thread 0x7f85b895a640 (LWP 2961) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50e0006c9f70, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50e0006c9f70, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f8451c in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::cleanupThreadFunc()::$_0) (this=0x50e0006c9f48, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 DB::CacheMetadata::cleanupThreadFunc (this=0x516000022c40) at ./build_docker/./src/Interpreters/Cache/Metadata.cpp:484 #6 0x000055e119f9d65b 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=0x5030002a2f20) 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=0x5030002a2f20) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85b7a5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85b7a5a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 8 (Thread 0x7f85b9c7a640 (LWP 2960) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000006b90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000006b90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006b68, __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 0x000055e119f9ceb9 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=0x5040000e7e10) 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=0x5040000e7e10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85b8d7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85b8d7a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 7 (Thread 0x7f85baf9a640 (LWP 2959) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000006b90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000006b90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006b68, __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 0x000055e119f9ceb9 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=0x5040000e7d10) 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=0x5040000e7d10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85ba09a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85ba09a060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 6 (Thread 0x7f85bc2ba640 (LWP 2958) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000006b90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000006b90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006b68, __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 0x000055e119f9ceb9 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=0x5040000e7c10) 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=0x5040000e7c10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85bb3ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85bb3ba060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 5 (Thread 0x7f85bd5da640 (LWP 2957) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000006b90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000006b90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006b68, __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 0x000055e119f9ceb9 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=0x5040000e7b10) 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=0x5040000e7b10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85bc6da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85bc6da060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 4 (Thread 0x7f85be8fa640 (LWP 2956) "ThreadPool"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x50f000006b90, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x50f000006b90, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e119f864e3 in std::__1::condition_variable::wait(std::__1::unique_lock&, DB::CacheMetadata::downloadThreadFunc(bool const&)::$_0) (this=0x50f000006b68, __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 0x000055e119f9ceb9 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=0x5040000e7a10) 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=0x5040000e7a10) 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 0x000055e10789aa8d in std::__1::__function::__policy_func::operator()[abi:v15000]() const (this=0x7f85bd9fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:848 #16 std::__1::function::operator()() const (this=0x7f85bd9fa060) at ./contrib/llvm-project/libcxx/include/__functional/function.h:1187 #17 ThreadPoolImpl::worker (this=0x51200002e3c0, thread_it=...) at ./build_docker/./src/Common/ThreadPool.cpp:455 #18 0x000055e1078a6b4d in ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}::operator()() const (this=) at ./build_docker/./src/Common/ThreadPool.cpp:217 #19 std::__1::__invoke[abi:v15000]::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}&&) (__f=...) at ./contrib/llvm-project/libcxx/include/__functional/invoke.h:394 #20 std::__1::__thread_execute[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>(std::__1::tuple >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ./contrib/llvm-project/libcxx/include/thread:284 #21 std::__1::__thread_proxy[abi:v15000] >, ThreadPoolImpl::scheduleImpl(std::__1::function, Priority, std::__1::optional, bool)::{lambda()#2}> >(void*) (__vp=) at ./contrib/llvm-project/libcxx/include/thread:295 #22 0x000055e0f530c65b in asan_thread_start(void*) () #23 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #24 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 3 (Thread 0x7f85c52b6640 (LWP 2945) "TCPHandler"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cde9b in pthread_cond_timedwait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e1250307b6 in Poco::EventImpl::waitImpl (this=, milliseconds=) at ./base/poco/Foundation/src/Event_POSIX.cpp:145 #3 0x000055e1250cab1a in Poco::Event::tryWait (this=0x50b000b6d078, milliseconds=10000) at ./base/poco/Foundation/include/Poco/Event.h:105 #4 Poco::NotificationQueue::waitDequeueNotification (this=0x5110001d1570, milliseconds=) at ./build_docker/./base/poco/Foundation/src/NotificationQueue.cpp:114 #5 0x000055e124d39c84 in Poco::Net::TCPServerDispatcher::run (this=0x5110001d1540) at ./build_docker/./base/poco/Net/src/TCPServerDispatcher.cpp:104 #6 0x000055e125146ddc in Poco::PooledThread::run (this=) at ./build_docker/./base/poco/Foundation/src/ThreadPool.cpp:188 #7 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x000055e0f530c65b in asan_thread_start(void*) () #9 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 2 (Thread 0x7f86ad533640 (LWP 2944) "clickhouse-serv"): #0 0x00007f86b174e81c in read () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x000055e0f528e7cf in __interceptor_read () #2 0x000055e1077c5e95 in DB::ReadBufferFromFileDescriptor::readImpl (this=, to=, min_bytes=1, max_bytes=536, offset=) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:75 #3 0x000055e1077c68a5 in DB::ReadBufferFromFileDescriptor::nextImpl (this=0x7f85c896e300) at ./build_docker/./src/IO/ReadBufferFromFileDescriptor.cpp:124 #4 0x000055e0f607310b in DB::ReadBuffer::next() () #5 0x000055e107e836c5 in DB::ReadBuffer::eof (this=0x7f85c896e300) at ./src/IO/ReadBuffer.h:106 #6 SignalListener::run (this=) at ./build_docker/./src/Daemon/BaseDaemon.cpp:225 #7 0x000055e12513fdc8 in Poco::ThreadImpl::runnableEntry (pThread=) at ./base/poco/Foundation/src/Thread_POSIX.cpp:335 #8 0x000055e0f530c65b in asan_thread_start(void*) () #9 0x00007f86b16ceac3 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #10 0x00007f86b1760850 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 Thread 1 (Thread 0x7f86b154a300 (LWP 2943) "clickhouse-serv"): #0 0x00007f86b16cb117 in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f86b16cda41 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6 #2 0x000055e12bd5033a in std::__1::__libcpp_condvar_wait[abi:v15000](pthread_cond_t*, pthread_mutex_t*) (__cv=0x7f86afc2dac8, __m=0x189) at ./contrib/llvm-project/libcxx/include/__threading_support:335 #3 std::__1::condition_variable::wait (this=0x7f86afc2dac8, lk=...) at ./build_docker/./contrib/llvm-project/libcxx/src/condition_variable.cpp:46 #4 0x000055e107e7d8eb in std::__1::condition_variable::wait(std::__1::unique_lock&, BaseDaemon::waitForTerminationRequest()::$_0) (this=0x7f86afc2daa0, __lk=..., __pred=...) at ./contrib/llvm-project/libcxx/include/__mutex_base:398 #5 BaseDaemon::waitForTerminationRequest (this=) at ./build_docker/./src/Daemon/BaseDaemon.cpp:1137 #6 0x000055e107b3e2c8 in DB::Server::main (this=) at ./build_docker/./programs/server/Server.cpp:2152 #7 0x000055e124d736bf in Poco::Util::Application::run (this=0x7f86afc2d820) at ./build_docker/./base/poco/Util/src/Application.cpp:315 #8 0x000055e107b0a9c4 in DB::Server::run (this=0x7f86afc2d820) at ./build_docker/./programs/server/Server.cpp:418 #9 0x000055e124db7fe9 in Poco::Util::ServerApplication::run (this=, argc=, argv=) at ./build_docker/./base/poco/Util/src/ServerApplication.cpp:131 #10 0x000055e107b029da in mainEntryClickHouseServer (argc=, argv=) at ./build_docker/./programs/server/Server.cpp:224 #11 0x000055e0f534660b in main (argc_=, argv_=) at ./build_docker/./programs/main.cpp:498 [Inferior 1 (process 2943) 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 ++ head -n 100 /test_output/hung_check.log ++ escaped ++ 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=2943 + clickhouse stop --max-tries 90 --do-not-kill /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Sent terminate signal to process with pid 2943. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 2943. The process with pid = 2943 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 127.0.0.1 - - [31/Aug/2024:12:27:04 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - 127.0.0.1 - - [31/Aug/2024:12:27:04 +0000] "PUT /devstoreaccount1/cont/nileiopfcjqtpwzipqtuvyeryzjmdppm?blockid=pseeupxuvxnkeslleaktpjdqzystjrvnmjmynalzidydibpovccvpdnbxsbkejzu&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:12:27:05 +0000] "PUT /devstoreaccount1/cont/nileiopfcjqtpwzipqtuvyeryzjmdppm?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [31/Aug/2024:12:27:05 +0000] "GET /devstoreaccount1/cont/nileiopfcjqtpwzipqtuvyeryzjmdppm HTTP/1.1" 206 4 127.0.0.1 - - [31/Aug/2024:12:27:05 +0000] "GET /devstoreaccount1/cont/nileiopfcjqtpwzipqtuvyeryzjmdppm HTTP/1.1" 206 2 127.0.0.1 - - [31/Aug/2024:12:27:05 +0000] "DELETE /devstoreaccount1/cont/nileiopfcjqtpwzipqtuvyeryzjmdppm HTTP/1.1" 202 - + 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' 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 757526 + 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=757526 + 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 = 757526. The process with pid = 757526 is running. Sent terminate signal to process with pid 757526. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 757526. The process with pid = 757526 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 757526. The process with pid = 757526 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 757526. The process with pid = 757526 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 757526. The process with pid = 757526 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 757526. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 is running. Waiting for server to stop Found pid = 757526 in the list of running processes. The process with pid = 757526 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 + grep -v a.myext + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.final.log /var/log/clickhouse-server/clickhouse-server.initial.log /var/log/clickhouse-server/clickhouse-server.stress.log + echo -e 'No lost s3 keys\tOK\t\N\t' + 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 ++ trim_server_logs fatal_messages.txt ++ head -n 100 /test_output/fatal_messages.txt ++ grep -Eo ' \[ [0-9]+ \] \{.*' ++ escaped ++ 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 'Fatal message in clickhouse-server.log (see fatal_messages.txt)\tFAIL\t\N\t [ 579 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 757526 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 579 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 1487 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 2943 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 757526 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 1487 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n [ 2943 ] {} KeeperServer: Can\'\''t start NON-SECURE keeper server in FIPS mode, please check the config.\\n' + '[' -s /test_output/fatal_messages.txt ']' + rg -Faz '########################################' /test_output/fatal_messages.txt /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_async_load_databases.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/storage_metadata_with_full_object_key.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 - - [31/Aug/2024:12:28:32 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + 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_async_load_databases.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/storage_metadata_with_full_object_key.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 - - [31/Aug/2024:12:28:36 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 409 - + 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