mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Added another mode of diagnostic trap
This commit is contained in:
parent
f7d9ada51c
commit
badbee2385
@ -83,6 +83,10 @@ public:
|
||||
{
|
||||
abort();
|
||||
}
|
||||
else if (mode == "std::terminate")
|
||||
{
|
||||
std::terminate();
|
||||
}
|
||||
else if (mode == "use after free")
|
||||
{
|
||||
int * x_ptr;
|
||||
|
Loading…
Reference in New Issue
Block a user