Browse Source
libunwind does not accept a NULL parameter for the error callback. It will simply call into the NULL pointer. So add an error callback. This makes the crash output somewhat more sensible on FreeBSD, where there is no libunwind stack trace available: 2018-02-05T20:24:50.598Z lightningd(75556): error getting backtrace: no stack trace because unwind library not available (0) Signed-off-by: Wladimir J. van der Laan <laanwj@gmail.com>ppa-0.6.1
Wladimir J. van der Laan
7 years ago
committed by
Rusty Russell
1 changed files with 8 additions and 1 deletions
Loading…
Reference in new issue