forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Describe the bug
Segfault, catched on cw-metrics test server
Stacktrace
crit2025.12.10 16:34:56.666903 [ 21 ] {} <Fatal> BaseDaemon: Integrity check of the executable skipped because the reference checksum could not be read.
crit2025.12.10 16:34:56.666900 [ 21 ] {} <Fatal> BaseDaemon: 14. ? @ 0x00000000000e9e9c
crit2025.12.10 16:34:56.666893 [ 21 ] {} <Fatal> BaseDaemon: 13. ? @ 0x0000000000080398
crit2025.12.10 16:34:56.666875 [ 21 ] {} <Fatal> BaseDaemon: 12. void* std::__thread_proxy[abi:ne190107]<std::tuple<std::unique_ptr<std::__thread_struct, std::default_delete<std::__thread_struct>>, void (ThreadPoolImpl<std::thread>::ThreadFromThreadPool::*)(), ThreadPoolImpl<std::thread>::ThreadFromThreadPool*>>(void*) @ 0x0000000010e03fdc
crit2025.12.10 16:34:56.666868 [ 21 ] {} <Fatal> BaseDaemon: 11. ThreadPoolImpl<std::thread>::ThreadFromThreadPool::worker() @ 0x0000000010dfcfcc
crit2025.12.10 16:34:56.666862 [ 21 ] {} <Fatal> BaseDaemon: 10. void std::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false, true>::ThreadFromGlobalPoolImpl<void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*>(void (ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::*&&)(), ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool*&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x0000000010e05e60
crit2025.12.10 16:34:56.666846 [ 21 ] {} <Fatal> BaseDaemon: 9. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false, true>>::ThreadFromThreadPool::worker() @ 0x0000000010dffa7c
crit2025.12.10 16:34:56.666840 [ 21 ] {} <Fatal> BaseDaemon: 8. void std::__function::__policy_invoker<void ()>::__call_impl[abi:ne190107]<std::__function::__default_alloc_func<DB::PipelineExecutor::spawnThreads(std::shared_ptr<DB::IAcquiredSlot>)::$_0, void ()>>(std::__function::__policy_storage const*) @ 0x00000000167f94d4
crit2025.12.10 16:34:56.666830 [ 21 ] {} <Fatal> BaseDaemon: 7. DB::PipelineExecutor::executeStepImpl(unsigned long, DB::IAcquiredSlot*, std::atomic<bool>*) @ 0x00000000167f5d70
crit2025.12.10 16:34:56.666822 [ 21 ] {} <Fatal> BaseDaemon: 6. DB::ExecutionThreadContext::executeTask() @ 0x0000000016802360
crit2025.12.10 16:34:56.666818 [ 21 ] {} <Fatal> BaseDaemon: 5. DB::ISource::work() @ 0x00000000167e7f80
crit2025.12.10 16:34:56.666814 [ 21 ] {} <Fatal> BaseDaemon: 4. DB::ISource::tryGenerate() @ 0x00000000167e836c
crit2025.12.10 16:34:56.666807 [ 21 ] {} <Fatal> BaseDaemon: 3. DB::TablesBlockSource::generate() @ 0x0000000012e03744
crit2025.12.10 16:34:56.666795 [ 21 ] {} <Fatal> BaseDaemon: 2. DB::IcebergMetadata::partitionKey(std::shared_ptr<DB::Context const>) const @ 0x00000000139e2f79
crit2025.12.10 16:34:56.666741 [ 21 ] {} <Fatal> BaseDaemon: Stack trace: 0x00000000139e2f79 0x0000000012e03744 0x00000000167e836c 0x00000000167e7f80 0x0000000016802360 0x00000000167f5d70 0x00000000167f94d4 0x0000000010dffa7c 0x0000000010e05e60 0x0000000010dfcfcc 0x0000000010e03fdc 0x0000ffff8bf00398 0x0000ffff8bf69e9c
crit2025.12.10 16:34:56.666739 [ 21 ] {} <Fatal> BaseDaemon: Address: 0x68. Access: <not available>. Address not mapped to object.
crit2025.12.10 16:34:56.666737 [ 21 ] {} <Fatal> BaseDaemon: (version 25.8.9.20496.altinityantalya (altinity build), build id: C18F7CFC08DE5F818FDBE19813EB016671EECA4B, git hash: f5fb292ae0cc37a2f2f4bbdb10b21328ee363eae) (from thread 673) (query_id: 813482cc-c519-474a-80f4-e4eeca9e5ba7) (query: SELECT database, name, engine, engine_full, sorting_key,
partition_key, sum(total_rows) total_rows, sum(total_bytes) total_bytes
FROM cluster('cw-metrics', system.tables)
WHERE TRUE
GROUP BY database, name, engine, engine_full, sorting_key, partition_key
ORDER BY database ASC, name ASC
FORMAT JSONEachRow) Received signal Segmentation fault (11)
crit2025.12.10 16:34:56.666732 [ 21 ] {} <Fatal> BaseDaemon: ########################################
crit2025.12.10 16:34:56.666729 [ 21 ] {} <Fatal> BaseDaemon: Stack trace: 0x00000000139e2f79 0x0000000012e03744 0x00000000167e836c 0x00000000167e7f80 0x0000000016802360 0x00000000167f5d70 0x00000000167f94d4 0x0000000010dffa7c 0x0000000010e05e60 0x0000000010dfcfcc 0x0000000010e03fdc 0x0000ffff8bf00398 0x0000ffff8bf69e9c
crit2025.12.10 16:34:56.666719 [ 21 ] {} <Fatal> BaseDaemon: Address: 0x68. Access: <not available>. Address not mapped to object.
crit2025.12.10 16:34:56.666712 [ 21 ] {} <Fatal> BaseDaemon: Signal description: Segmentation fault
crit2025.12.10 16:34:56.666707 [ 21 ] {} <Fatal> BaseDaemon: (version 25.8.9.20496.altinityantalya (altinity build), build id: C18F7CFC08DE5F818FDBE19813EB016671EECA4B, git hash: f5fb292ae0cc37a2f2f4bbdb10b21328ee363eae, architecture: aarch64) (from thread 673) Received signal 11
crit2025.12.10 16:34:56.666675 [ 21 ] {} <Fatal> BaseDaemon: ########## Short fault info ############