mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
fatal: cause a backtrace.
Much nicer for debugging. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
45b92dc2b0
commit
21305c0d28
@ -521,5 +521,5 @@ void fatal(const char *fmt, ...)
|
||||
va_end(ap);
|
||||
log_crash(0);
|
||||
}
|
||||
exit(1);
|
||||
abort();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user