mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Prevent MODE=tiny ShowCrashReports() looping
This commit is contained in:
parent
421a819d88
commit
527aaa41eb
1 changed files with 1 additions and 0 deletions
|
@ -73,4 +73,5 @@ relegated dontinstrument void __minicrash(int sig, siginfo_t *si, void *arg) {
|
|||
ctx ? ctx->uc_mcontext.PC : 0,
|
||||
DescribeBacktrace(ctx ? (struct StackFrame *)ctx->uc_mcontext.BP
|
||||
: (struct StackFrame *)__builtin_frame_address(0)));
|
||||
_Exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue