Fix ASAN integration with boost fibers in case of address+undefined sanitizers#100702
Fix ASAN integration with boost fibers in case of address+undefined sanitizers#100702azat merged 2 commits intoClickHouse:masterfrom
Conversation
|
Workflow [PR], commit [486160e] Summary: ❌
AI ReviewSummaryThis PR restores sanitizer integration for fiber context builds when ClickHouse Rules
Final Verdict
|
| endif() | ||
|
|
||
| if (SANITIZE STREQUAL "address") | ||
| if (SANITIZE MATCHES "address") |
There was a problem hiding this comment.
The fix, since once CI started to use -DSANITIZE=address,undefined we lost the ASAN integrations for fibers
|
Test $ clickhouse server -- --listen_host=::select count() from remote('127.0.{0..100}.{1..230}') settings table_function_remote_max_addresses=100000Compiled from sources (to make sure my setup is the same):
So we are good now. |
LLVM Coverage Report
PR changed lines: PR changed-lines coverage: 100.00% (11/11, 0 noise lines excluded) |
8251fa3
Changelog category (leave one):
Reverts: #100281
Fixes: #100442
Fixes: #99657
CI: https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=100477&sha=2ae3996122db2e49308bb3509ec8d217d77ef5c0&name_0=PR&name_1=AST%20fuzzer%20%28arm_asan_ubsan%29