fix: don't hook SIGTRAP in crash handler
This commit is contained in:
parent
22bd2c3521
commit
e2332a8f56
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ static void install_crash_handler(void (*hdlr)(int, siginfo_t *, void *)) {
|
||||||
sigaction(SIGBUS, &action, nullptr);
|
sigaction(SIGBUS, &action, nullptr);
|
||||||
sigaction(SIGSEGV, &action, nullptr);
|
sigaction(SIGSEGV, &action, nullptr);
|
||||||
sigaction(SIGABRT, &action, nullptr);
|
sigaction(SIGABRT, &action, nullptr);
|
||||||
sigaction(SIGTRAP, &action, nullptr);
|
|
||||||
sigaction(SIGFPE, &action, nullptr);
|
sigaction(SIGFPE, &action, nullptr);
|
||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue