Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion in PODArray #35497

Closed
tavplubix opened this issue Mar 22, 2022 · 0 comments · Fixed by #35502
Closed

Assertion in PODArray #35497

tavplubix opened this issue Mar 22, 2022 · 0 comments · Fixed by #35502
Assignees
Labels
fuzz Problem found by one of the fuzzers

Comments

@tavplubix
Copy link
Member

assert((n >= (static_cast<ssize_t>(pad_left_) ? -1 : 0)) && (n <= static_cast<ssize_t>(this->size())));

https://s3.amazonaws.com/clickhouse-test-reports/24258/9a505476a5c53dfbcc308139679fad5d47904b34/fuzzer_astfuzzerdebug,actions//report.html

2022.03.22 00:41:24.991595 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> executeQuery: (from [::ffff:127.0.0.1]:59536) SELECT NULL AND throwIf((0 AND NULL) AND 2147483646 AND NULL AND NULL) AND -2147483649 AND (NULL AND NULL) AND NULL, 100 AND NULL, 65536 FROM (SELECT n FROM mt1 UNION ALL SELECT * FROM mt2)
2022.03.22 00:41:24.993596 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt1
2022.03.22 00:41:24.994944 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt2
2022.03.22 00:41:24.996835 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt1
2022.03.22 00:41:24.998145 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt2
2022.03.22 00:41:25.002895 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt1
2022.03.22 00:41:25.004411 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt2
2022.03.22 00:41:25.006780 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt1
2022.03.22 00:41:25.007665 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt1
2022.03.22 00:41:25.009901 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt2
2022.03.22 00:41:25.010754 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> ContextAccess (default): Access granted: SELECT(n) ON default.mt2
2022.03.22 00:41:25.011589 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2022.03.22 00:41:25.011973 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2022.03.22 00:41:25.012278 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete
2022.03.22 00:41:25.014141 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> default.mt1 (f8b70154-67c5-43a3-a6f8-336eaf275392) (SelectExecutor): Key condition: unknown
2022.03.22 00:41:25.014998 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> default.mt1 (f8b70154-67c5-43a3-a6f8-336eaf275392) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2022.03.22 00:41:25.015612 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> default.mt1 (f8b70154-67c5-43a3-a6f8-336eaf275392) (SelectExecutor): Reading approx. 7 rows with 3 streams
2022.03.22 00:41:25.017050 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> default.mt2 (0d470b97-4ee2-4490-bec5-921e2fe50f55) (SelectExecutor): Key condition: unknown
2022.03.22 00:41:25.017906 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> default.mt2 (0d470b97-4ee2-4490-bec5-921e2fe50f55) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges
2022.03.22 00:41:25.018535 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Debug> default.mt2 (0d470b97-4ee2-4490-bec5-921e2fe50f55) (SelectExecutor): Reading approx. 7 rows with 3 streams
2022.03.22 00:42:30.354059 [ 238 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Information> TCPHandler: Query was cancelled.
2022.03.22 00:42:30.369249 [ 490 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> PipelineExecutor: Thread finished. Total time: 65.343080468 sec. Execution time: 0.000818622 sec. Processing time: 0.000351645 sec. Wait time: 65.341910201 sec.
2022.03.22 00:42:30.369263 [ 485 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> PipelineExecutor: Thread finished. Total time: 65.343037692 sec. Execution time: 0.001147488 sec. Processing time: 0.000359656 sec. Wait time: 65.341530548 sec.
2022.03.22 00:42:30.369263 [ 487 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> PipelineExecutor: Thread finished. Total time: 65.343035357 sec. Execution time: 0.001152237 sec. Processing time: 0.000345994 sec. Wait time: 65.341537126 sec.
2022.03.22 00:42:30.369261 [ 468 ] {21bf3d59-81dc-404d-a9ff-8c2d25f0a97f} <Trace> PipelineExecutor: Thread finished. Total time: 65.343078142 sec. Execution time: 0.000803882 sec. Processing time: 0.000235471 sec. Wait time: 65.342038789 sec.

clickhouse-server: ../src/Common/PODArray.h:390: const T &DB::PODArray<char8_t, 4096, Allocator<false, false>, 15, 16>::operator[](ssize_t) const [T = char8_t, initial_bytes = 4096, TAllocator = Allocator<false, false>, pad_right_ = 15, pad_left_ = 16]: Assertion `(n >= (static_cast<ssize_t>(pad_left_) ? -1 : 0)) && (n <= static_cast<ssize_t>(this->size()))' failed.
clickhouse-server: ../src/Common/PODArray.h:390: const T &DB::PODArray<char8_t, 4096, Allocator<false, false>, 15, 16>::operator[](ssize_t) const [T = char8_t, initial_bytes = 4096, TAllocator = Allocator<false, false>, pad_right_ = 15, pad_left_ = 16]: Assertion `(n >= (static_cast<ssize_t>(pad_left_) ? -1 : 0)) && (n <= static_cast<ssize_t>(this->size()))' failed.

2022.03.22 00:42:30.370272 [ 495 ] {} <Fatal> BaseDaemon: ########################################
2022.03.22 00:42:30.370129 [ 494 ] {} <Fatal> BaseDaemon: ########################################
2022.03.22 00:42:30.370747 [ 495 ] {} <Fatal> BaseDaemon: (version 22.4.1.1, build id: 659D69B74B66232A) (from thread 489) (query_id: 21bf3d59-81dc-404d-a9ff-8c2d25f0a97f) (query: SELECT NULL AND throwIf((0 AND NULL) AND 2147483646 AND NULL AND NULL) AND -2147483649 AND (NULL AND NULL) AND NULL, 100 AND NULL, 65536 FROM (SELECT n FROM mt1 UNION ALL SELECT * FROM mt2)) Received signal Aborted (6)
2022.03.22 00:42:30.370899 [ 494 ] {} <Fatal> BaseDaemon: (version 22.4.1.1, build id: 659D69B74B66232A) (from thread 486) (query_id: 21bf3d59-81dc-404d-a9ff-8c2d25f0a97f) (query: SELECT NULL AND throwIf((0 AND NULL) AND 2147483646 AND NULL AND NULL) AND -2147483649 AND (NULL AND NULL) AND NULL, 100 AND NULL, 65536 FROM (SELECT n FROM mt1 UNION ALL SELECT * FROM mt2)) Received signal Aborted (6)
2022.03.22 00:42:30.371099 [ 495 ] {} <Fatal> BaseDaemon: 
2022.03.22 00:42:30.371177 [ 494 ] {} <Fatal> BaseDaemon: 
2022.03.22 00:42:30.371416 [ 495 ] {} <Fatal> BaseDaemon: Stack trace: 0x7f4030e5e03b 0x7f4030e3d859 0x7f4030e3d729 0x7f4030e4f006 0x144bb286 0x228f609d 0x228f5561 0x228f4ac2 0x228f4a82 0x228ef652 0x182c0816 0x182bf2f0 0x17585a4d 0x20e7fd8a 0x20e80895 0x20e81783 0x218fd2a6 0x218fc75c 0x23856924 0x1d883d22 0x2347b71e 0x234b8ab9 0x234b89b5 0x2349c6a1 0x2349c977 0x2349e122 0x2349e09d 0x2349e041 0x2349df52 0x2349de1b 0x2349dcdd 0x2349dc9d 0x2349dc75 0x2349dc40 0x14473f26 0x14470235 0x1451b3ef 0x14521f84 0x14521efd 0x14521e25 0x14521762
2022.03.22 00:42:30.371475 [ 494 ] {} <Fatal> BaseDaemon: Stack trace: 0x7f4030e5e03b 0x7f4030e3d859 0x7f4030e3d729 0x7f4030e4f006 0x144bb286 0x228f609d 0x228f5561 0x228f4ac2 0x228f4a82 0x228ef652 0x182c0816 0x182bf2f0 0x17585a4d 0x20e7fd8a 0x20e80895 0x20e81783 0x218fd2a6 0x218fc75c 0x23856924 0x1d883d22 0x2347b71e 0x234b8ab9 0x234b89b5 0x2349c6a1 0x2349c977 0x2349e122 0x2349e09d 0x2349e041 0x2349df52 0x2349de1b 0x2349dcdd 0x2349dc9d 0x2349dc75 0x2349dc40 0x14473f26 0x14470235 0x1451b3ef 0x14521f84 0x14521efd 0x14521e25 0x14521762
2022.03.22 00:42:30.371801 [ 495 ] {} <Fatal> BaseDaemon: 4. gsignal @ 0x7f4030e5e03b in ?
2022.03.22 00:42:30.371803 [ 494 ] {} <Fatal> BaseDaemon: 4. gsignal @ 0x7f4030e5e03b in ?
2022.03.22 00:42:30.372068 [ 494 ] {} <Fatal> BaseDaemon: 5. abort @ 0x7f4030e3d859 in ?
2022.03.22 00:42:30.372215 [ 495 ] {} <Fatal> BaseDaemon: 5. abort @ 0x7f4030e3d859 in ?
2022.03.22 00:42:30.372512 [ 494 ] {} <Fatal> BaseDaemon: 6. ? @ 0x7f4030e3d729 in ?
2022.03.22 00:42:30.372628 [ 495 ] {} <Fatal> BaseDaemon: 6. ? @ 0x7f4030e3d729 in ?
2022.03.22 00:42:30.373056 [ 494 ] {} <Fatal> BaseDaemon: 7. ? @ 0x7f4030e4f006 in ?
2022.03.22 00:42:30.373127 [ 495 ] {} <Fatal> BaseDaemon: 7. ? @ 0x7f4030e4f006 in ?
2022.03.22 00:42:30.414846 [ 495 ] {} <Fatal> BaseDaemon: 8. ./obj-x86_64-linux-gnu/../src/Common/PODArray.h:0: DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>::operator[](long) const @ 0x144bb286 in /workspace/clickhouse
2022.03.22 00:42:30.429640 [ 494 ] {} <Fatal> BaseDaemon: 8. ./obj-x86_64-linux-gnu/../src/Common/PODArray.h:0: DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>::operator[](long) const @ 0x144bb286 in /workspace/clickhouse
2022.03.22 00:42:30.511712 [ 495 ] {} <Fatal> BaseDaemon: 9. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:104: unsigned long DB::extractMaskNumericImpl<false, true, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> >(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*) @ 0x228f609d in /workspace/clickhouse
2022.03.22 00:42:30.530601 [ 494 ] {} <Fatal> BaseDaemon: 9. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:104: unsigned long DB::extractMaskNumericImpl<false, true, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> >(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*) @ 0x228f609d in /workspace/clickhouse
2022.03.22 00:42:30.607282 [ 495 ] {} <Fatal> BaseDaemon: 10. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:140: bool DB::extractMaskNumeric<false, char8_t>(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*, DB::MaskInfo&) @ 0x228f5561 in /workspace/clickhouse
2022.03.22 00:42:30.624881 [ 494 ] {} <Fatal> BaseDaemon: 10. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:140: bool DB::extractMaskNumeric<false, char8_t>(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*, DB::MaskInfo&) @ 0x228f5561 in /workspace/clickhouse
2022.03.22 00:42:30.702107 [ 495 ] {} <Fatal> BaseDaemon: 11. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:200: DB::MaskInfo DB::extractMaskImpl<false>(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*) @ 0x228f4ac2 in /workspace/clickhouse
2022.03.22 00:42:30.718668 [ 494 ] {} <Fatal> BaseDaemon: 11. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:200: DB::MaskInfo DB::extractMaskImpl<false>(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*) @ 0x228f4ac2 in /workspace/clickhouse
2022.03.22 00:42:30.796775 [ 495 ] {} <Fatal> BaseDaemon: 12. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:195: DB::MaskInfo DB::extractMaskImpl<false>(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*) @ 0x228f4a82 in /workspace/clickhouse
2022.03.22 00:42:30.812399 [ 494 ] {} <Fatal> BaseDaemon: 12. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:195: DB::MaskInfo DB::extractMaskImpl<false>(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, char8_t, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul> const*, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*) @ 0x228f4a82 in /workspace/clickhouse
2022.03.22 00:42:30.891601 [ 495 ] {} <Fatal> BaseDaemon: 13. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:237: DB::extractMask(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*, char8_t) @ 0x228ef652 in /workspace/clickhouse
2022.03.22 00:42:30.906206 [ 494 ] {} <Fatal> BaseDaemon: 13. ./obj-x86_64-linux-gnu/../src/Columns/MaskOperations.cpp:237: DB::extractMask(DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>&, COW<DB::IColumn>::immutable_ptr<DB::IColumn> const&, DB::PODArray<char8_t, 4096ul, Allocator<false, false>, 15ul, 16ul>*, char8_t) @ 0x228ef652 in /workspace/clickhouse
2022.03.22 00:42:31.121118 [ 495 ] {} <Fatal> BaseDaemon: 14. ./obj-x86_64-linux-gnu/../src/Functions/FunctionsLogical.cpp:583: DB::FunctionsLogicalDetail::FunctionAnyArityLogical<DB::FunctionsLogicalDetail::AndImpl, DB::NameAnd>::executeShortCircuit(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> >&, std::__1::shared_ptr<DB::IDataType const> const&) const @ 0x182c0816 in /workspace/clickhouse
2022.03.22 00:42:31.133572 [ 494 ] {} <Fatal> BaseDaemon: 14. ./obj-x86_64-linux-gnu/../src/Functions/FunctionsLogical.cpp:583: DB::FunctionsLogicalDetail::FunctionAnyArityLogical<DB::FunctionsLogicalDetail::AndImpl, DB::NameAnd>::executeShortCircuit(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> >&, std::__1::shared_ptr<DB::IDataType const> const&) const @ 0x182c0816 in /workspace/clickhouse
2022.03.22 00:42:31.349784 [ 495 ] {} <Fatal> BaseDaemon: 15. ./obj-x86_64-linux-gnu/../src/Functions/FunctionsLogical.cpp:618: DB::FunctionsLogicalDetail::FunctionAnyArityLogical<DB::FunctionsLogicalDetail::AndImpl, DB::NameAnd>::executeImpl(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x182bf2f0 in /workspace/clickhouse
2022.03.22 00:42:31.359350 [ 494 ] {} <Fatal> BaseDaemon: 15. ./obj-x86_64-linux-gnu/../src/Functions/FunctionsLogical.cpp:618: DB::FunctionsLogicalDetail::FunctionAnyArityLogical<DB::FunctionsLogicalDetail::AndImpl, DB::NameAnd>::executeImpl(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x182bf2f0 in /workspace/clickhouse
2022.03.22 00:42:31.699586 [ 495 ] {} <Fatal> BaseDaemon: 16. ./obj-x86_64-linux-gnu/../src/Functions/IFunctionAdaptors.h:21: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x17585a4d in /workspace/clickhouse
2022.03.22 00:42:31.704491 [ 494 ] {} <Fatal> BaseDaemon: 16. ./obj-x86_64-linux-gnu/../src/Functions/IFunctionAdaptors.h:21: DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long) const @ 0x17585a4d in /workspace/clickhouse
2022.03.22 00:42:31.806897 [ 495 ] {} <Fatal> BaseDaemon: 17. ./obj-x86_64-linux-gnu/../src/Functions/IFunction.cpp:216: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x20e7fd8a in /workspace/clickhouse
2022.03.22 00:42:31.810167 [ 494 ] {} <Fatal> BaseDaemon: 17. ./obj-x86_64-linux-gnu/../src/Functions/IFunction.cpp:216: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x20e7fd8a in /workspace/clickhouse
2022.03.22 00:42:31.914753 [ 495 ] {} <Fatal> BaseDaemon: 18. ./obj-x86_64-linux-gnu/../src/Functions/IFunction.cpp:264: DB::IExecutableFunction::executeWithoutSparseColumns(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x20e80895 in /workspace/clickhouse
2022.03.22 00:42:31.916484 [ 494 ] {} <Fatal> BaseDaemon: 18. ./obj-x86_64-linux-gnu/../src/Functions/IFunction.cpp:264: DB::IExecutableFunction::executeWithoutSparseColumns(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x20e80895 in /workspace/clickhouse
2022.03.22 00:42:32.023204 [ 495 ] {} <Fatal> BaseDaemon: 19. ./obj-x86_64-linux-gnu/../src/Functions/IFunction.cpp:334: DB::IExecutableFunction::execute(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x20e81783 in /workspace/clickhouse
2022.03.22 00:42:32.023479 [ 494 ] {} <Fatal> BaseDaemon: 19. ./obj-x86_64-linux-gnu/../src/Functions/IFunction.cpp:334: DB::IExecutableFunction::execute(std::__1::vector<DB::ColumnWithTypeAndName, std::__1::allocator<DB::ColumnWithTypeAndName> > const&, std::__1::shared_ptr<DB::IDataType const> const&, unsigned long, bool) const @ 0x20e81783 in /workspace/clickhouse
2022.03.22 00:42:32.472924 [ 494 ] {} <Fatal> BaseDaemon: 20. ./obj-x86_64-linux-gnu/../src/Interpreters/ExpressionActions.cpp:602: DB::executeAction(DB::ExpressionActions::Action const&, DB::(anonymous namespace)::ExecutionContext&, bool) @ 0x218fd2a6 in /workspace/clickhouse
2022.03.22 00:42:32.474153 [ 495 ] {} <Fatal> BaseDaemon: 20. ./obj-x86_64-linux-gnu/../src/Interpreters/ExpressionActions.cpp:602: DB::executeAction(DB::ExpressionActions::Action const&, DB::(anonymous namespace)::ExecutionContext&, bool) @ 0x218fd2a6 in /workspace/clickhouse
2022.03.22 00:42:32.840036 [ 494 ] {} <Fatal> BaseDaemon: 21. ./obj-x86_64-linux-gnu/../src/Interpreters/ExpressionActions.cpp:719: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool) const @ 0x218fc75c in /workspace/clickhouse
2022.03.22 00:42:32.843200 [ 495 ] {} <Fatal> BaseDaemon: 21. ./obj-x86_64-linux-gnu/../src/Interpreters/ExpressionActions.cpp:719: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool) const @ 0x218fc75c in /workspace/clickhouse
2022.03.22 00:42:32.949679 [ 494 ] {} <Fatal> BaseDaemon: 22. ./obj-x86_64-linux-gnu/../src/Processors/Transforms/ExpressionTransform.cpp:23: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x23856924 in /workspace/clickhouse
2022.03.22 00:42:32.952860 [ 495 ] {} <Fatal> BaseDaemon: 22. ./obj-x86_64-linux-gnu/../src/Processors/Transforms/ExpressionTransform.cpp:23: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x23856924 in /workspace/clickhouse
2022.03.22 00:42:33.094628 [ 494 ] {} <Fatal> BaseDaemon: 23. ./obj-x86_64-linux-gnu/../src/Processors/ISimpleTransform.h:38: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x1d883d22 in /workspace/clickhouse
2022.03.22 00:42:33.098349 [ 495 ] {} <Fatal> BaseDaemon: 23. ./obj-x86_64-linux-gnu/../src/Processors/ISimpleTransform.h:38: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x1d883d22 in /workspace/clickhouse
2022.03.22 00:42:33.216784 [ 494 ] {} <Fatal> BaseDaemon: 24. ./obj-x86_64-linux-gnu/../src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x2347b71e in /workspace/clickhouse
2022.03.22 00:42:33.220884 [ 495 ] {} <Fatal> BaseDaemon: 24. ./obj-x86_64-linux-gnu/../src/Processors/ISimpleTransform.cpp:89: DB::ISimpleTransform::work() @ 0x2347b71e in /workspace/clickhouse
2022.03.22 00:42:33.305076 [ 494 ] {} <Fatal> BaseDaemon: 25. ./obj-x86_64-linux-gnu/../src/Processors/Executors/ExecutionThreadContext.cpp:45: DB::executeJob(DB::IProcessor*) @ 0x234b8ab9 in /workspace/clickhouse
2022.03.22 00:42:33.309319 [ 495 ] {} <Fatal> BaseDaemon: 25. ./obj-x86_64-linux-gnu/../src/Processors/Executors/ExecutionThreadContext.cpp:45: DB::executeJob(DB::IProcessor*) @ 0x234b8ab9 in /workspace/clickhouse
2022.03.22 00:42:33.389285 [ 494 ] {} <Fatal> BaseDaemon: 26. ./obj-x86_64-linux-gnu/../src/Processors/Executors/ExecutionThreadContext.cpp:63: DB::ExecutionThreadContext::executeTask() @ 0x234b89b5 in /workspace/clickhouse
2022.03.22 00:42:33.393635 [ 495 ] {} <Fatal> BaseDaemon: 26. ./obj-x86_64-linux-gnu/../src/Processors/Executors/ExecutionThreadContext.cpp:63: DB::ExecutionThreadContext::executeTask() @ 0x234b89b5 in /workspace/clickhouse
2022.03.22 00:42:33.550559 [ 494 ] {} <Fatal> BaseDaemon: 27. ./obj-x86_64-linux-gnu/../src/Processors/Executors/PipelineExecutor.cpp:213: DB::PipelineExecutor::executeStepImpl(unsigned long, std::__1::atomic<bool>*) @ 0x2349c6a1 in /workspace/clickhouse
2022.03.22 00:42:33.557498 [ 495 ] {} <Fatal> BaseDaemon: 27. ./obj-x86_64-linux-gnu/../src/Processors/Executors/PipelineExecutor.cpp:213: DB::PipelineExecutor::executeStepImpl(unsigned long, std::__1::atomic<bool>*) @ 0x2349c6a1 in /workspace/clickhouse
2022.03.22 00:42:33.711615 [ 494 ] {} <Fatal> BaseDaemon: 28. ./obj-x86_64-linux-gnu/../src/Processors/Executors/PipelineExecutor.cpp:178: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x2349c977 in /workspace/clickhouse
2022.03.22 00:42:33.718705 [ 495 ] {} <Fatal> BaseDaemon: 28. ./obj-x86_64-linux-gnu/../src/Processors/Executors/PipelineExecutor.cpp:178: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x2349c977 in /workspace/clickhouse
2022.03.22 00:42:33.885488 [ 494 ] {} <Fatal> BaseDaemon: 29. ./obj-x86_64-linux-gnu/../src/Processors/Executors/PipelineExecutor.cpp:306: DB::PipelineExecutor::executeImpl(unsigned long)::$_1::operator()() const @ 0x2349e122 in /workspace/clickhouse
2022.03.22 00:42:33.893149 [ 495 ] {} <Fatal> BaseDaemon: 29. ./obj-x86_64-linux-gnu/../src/Processors/Executors/PipelineExecutor.cpp:306: DB::PipelineExecutor::executeImpl(unsigned long)::$_1::operator()() const @ 0x2349e122 in /workspace/clickhouse
2022.03.22 00:42:34.064681 [ 494 ] {} <Fatal> BaseDaemon: 30. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/type_traits:3682: decltype(std::__1::forward<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&>(fp)()) std::__1::__invoke_constexpr<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&) @ 0x2349e09d in /workspace/clickhouse
2022.03.22 00:42:34.072809 [ 495 ] {} <Fatal> BaseDaemon: 30. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/type_traits:3682: decltype(std::__1::forward<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&>(fp)()) std::__1::__invoke_constexpr<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&) @ 0x2349e09d in /workspace/clickhouse
2022.03.22 00:42:34.243837 [ 494 ] {} <Fatal> BaseDaemon: 31. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/tuple:1415: decltype(auto) std::__1::__apply_tuple_impl<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) @ 0x2349e041 in /workspace/clickhouse
2022.03.22 00:42:34.252287 [ 495 ] {} <Fatal> BaseDaemon: 31. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/tuple:1415: decltype(auto) std::__1::__apply_tuple_impl<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&, std::__1::__tuple_indices<>) @ 0x2349e041 in /workspace/clickhouse
2022.03.22 00:42:34.422932 [ 494 ] {} <Fatal> BaseDaemon: 32. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/tuple:1424: decltype(auto) std::__1::apply<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&) @ 0x2349df52 in /workspace/clickhouse
2022.03.22 00:42:34.431458 [ 495 ] {} <Fatal> BaseDaemon: 32. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/tuple:1424: decltype(auto) std::__1::apply<DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&, std::__1::tuple<>&) @ 0x2349df52 in /workspace/clickhouse
2022.03.22 00:42:34.576139 [ 494 ] {} <Fatal> BaseDaemon: 33. ./obj-x86_64-linux-gnu/../src/Common/ThreadPool.h:188: ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'()::operator()() @ 0x2349de1b in /workspace/clickhouse
2022.03.22 00:42:34.585267 [ 495 ] {} <Fatal> BaseDaemon: 33. ./obj-x86_64-linux-gnu/../src/Common/ThreadPool.h:188: ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'()::operator()() @ 0x2349de1b in /workspace/clickhouse
2022.03.22 00:42:34.754440 [ 494 ] {} <Fatal> BaseDaemon: 34. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/type_traits:3676: decltype(std::__1::forward<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(fp)()) std::__1::__invoke<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'()&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&) @ 0x2349dcdd in /workspace/clickhouse
2022.03.22 00:42:34.764325 [ 495 ] {} <Fatal> BaseDaemon: 34. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/type_traits:3676: decltype(std::__1::forward<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(fp)()) std::__1::__invoke<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'()&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&) @ 0x2349dcdd in /workspace/clickhouse
2022.03.22 00:42:34.928283 [ 494 ] {} <Fatal> BaseDaemon: 35. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/__functional_base:349: void std::__1::__invoke_void_return_wrapper<void>::__call<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'()&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&...) @ 0x2349dc9d in /workspace/clickhouse
2022.03.22 00:42:34.938604 [ 495 ] {} <Fatal> BaseDaemon: 35. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/__functional_base:349: void std::__1::__invoke_void_return_wrapper<void>::__call<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'()&>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&...) @ 0x2349dc9d in /workspace/clickhouse
2022.03.22 00:42:35.102472 [ 494 ] {} <Fatal> BaseDaemon: 36. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:1608: std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'(), void ()>::operator()() @ 0x2349dc75 in /workspace/clickhouse
2022.03.22 00:42:35.112808 [ 495 ] {} <Fatal> BaseDaemon: 36. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:1608: std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'(), void ()>::operator()() @ 0x2349dc75 in /workspace/clickhouse
2022.03.22 00:42:35.275995 [ 494 ] {} <Fatal> BaseDaemon: 37. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2089: void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0x2349dc40 in /workspace/clickhouse
2022.03.22 00:42:35.287763 [ 495 ] {} <Fatal> BaseDaemon: 37. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2089: void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<DB::PipelineExecutor::executeImpl(unsigned long)::$_1>(DB::PipelineExecutor::executeImpl(unsigned long)::$_1&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0x2349dc40 in /workspace/clickhouse
2022.03.22 00:42:35.342704 [ 494 ] {} <Fatal> BaseDaemon: 38. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2221: std::__1::__function::__policy_func<void ()>::operator()() const @ 0x14473f26 in /workspace/clickhouse
2022.03.22 00:42:35.354957 [ 495 ] {} <Fatal> BaseDaemon: 38. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2221: std::__1::__function::__policy_func<void ()>::operator()() const @ 0x14473f26 in /workspace/clickhouse
2022.03.22 00:42:35.402184 [ 494 ] {} <Fatal> BaseDaemon: 39. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2560: std::__1::function<void ()>::operator()() const @ 0x14470235 in /workspace/clickhouse
2022.03.22 00:42:35.414813 [ 495 ] {} <Fatal> BaseDaemon: 39. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/functional:2560: std::__1::function<void ()>::operator()() const @ 0x14470235 in /workspace/clickhouse
2022.03.22 00:42:35.474378 [ 494 ] {} <Fatal> BaseDaemon: 40. ./obj-x86_64-linux-gnu/../src/Common/ThreadPool.cpp:277: ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0x1451b3ef in /workspace/clickhouse
2022.03.22 00:42:35.487665 [ 495 ] {} <Fatal> BaseDaemon: 40. ./obj-x86_64-linux-gnu/../src/Common/ThreadPool.cpp:277: ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0x1451b3ef in /workspace/clickhouse
2022.03.22 00:42:35.563475 [ 494 ] {} <Fatal> BaseDaemon: 41. ./obj-x86_64-linux-gnu/../src/Common/ThreadPool.cpp:142: void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()::operator()() const @ 0x14521f84 in /workspace/clickhouse
2022.03.22 00:42:35.577568 [ 495 ] {} <Fatal> BaseDaemon: 41. ./obj-x86_64-linux-gnu/../src/Common/ThreadPool.cpp:142: void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()::operator()() const @ 0x14521f84 in /workspace/clickhouse
2022.03.22 00:42:35.657654 [ 494 ] {} <Fatal> BaseDaemon: 42. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/type_traits:3676: decltype(std::__1::forward<void>(fp)(std::__1::forward<void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>(fp0)...)) std::__1::__invoke<void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>(void&&, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()&&...) @ 0x14521efd in /workspace/clickhouse
2022.03.22 00:42:35.672771 [ 495 ] {} <Fatal> BaseDaemon: 42. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/type_traits:3676: decltype(std::__1::forward<void>(fp)(std::__1::forward<void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>(fp0)...)) std::__1::__invoke<void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>(void&&, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()&&...) @ 0x14521efd in /workspace/clickhouse
2022.03.22 00:42:35.751769 [ 494 ] {} <Fatal> BaseDaemon: 43. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/thread:281: void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>(std::__1::tuple<void, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>&, std::__1::__tuple_indices<>) @ 0x14521e25 in /workspace/clickhouse
2022.03.22 00:42:35.767832 [ 495 ] {} <Fatal> BaseDaemon: 43. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/thread:281: void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>(std::__1::tuple<void, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()>&, std::__1::__tuple_indices<>) @ 0x14521e25 in /workspace/clickhouse
2022.03.22 00:42:35.845751 [ 494 ] {} <Fatal> BaseDaemon: 44. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/thread:291: void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()> >(void*) @ 0x14521762 in /workspace/clickhouse
2022.03.22 00:42:35.862503 [ 495 ] {} <Fatal> BaseDaemon: 44. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/thread:291: void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::'lambda0'()> >(void*) @ 0x14521762 in /workspace/clickhouse
2022.03.22 00:42:36.882145 [ 494 ] {} <Fatal> BaseDaemon: Calculated checksum of the binary: 79203E6B0639D8B1A194B3FDF71A8DD0. There is no information about the reference checksum.
2022.03.22 00:42:36.903283 [ 495 ] {} <Fatal> BaseDaemon: Calculated checksum of the binary: 79203E6B0639D8B1A194B3FDF71A8DD0. There is no information about the reference checksum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzz Problem found by one of the fuzzers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants