mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix "Arcadia"
This commit is contained in:
parent
46fc6733e2
commit
0ba2fa8105
@ -46,7 +46,7 @@ ThreadStatus::ThreadStatus()
|
||||
|
||||
/// Will set alternative signal stack to provide diagnostics for stack overflow errors.
|
||||
/// If not already installed for current thread.
|
||||
#if !defined(SANITIZER) /// Sanitizer makes larger stack usage and/or confused by alternative stack.
|
||||
#if !defined(SANITIZER) && !defined(ARCADIA_BUILD) /// Sanitizer makes larger stack usage and/or confused by alternative stack.
|
||||
if (!has_alt_stack)
|
||||
{
|
||||
/// Don't repeat tries even if not installed successfully.
|
||||
|
Loading…
Reference in New Issue
Block a user