mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 13:15:42 +00:00
Merge branch 'libunwind-fix-crash' of github.com:ClickHouse/ClickHouse into libunwind-fix-crash
This commit is contained in:
commit
ee07f8b856
@ -139,7 +139,7 @@ static std::atomic_flag fatal_error_printed;
|
||||
|
||||
/// Special handling for a function isPointerReadable.
|
||||
thread_local bool checking_pointer = false;
|
||||
thread_local jmp_buf signal_jump_buffer;
|
||||
thread_local sigjmp_buf signal_jump_buffer;
|
||||
|
||||
/** Handler for "fault" or diagnostic signals. Send data about fault to separate thread to write into log.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user