xroche/coffeecatch

how to protect from _Unwind_Backtrace crash

Opened this issue · 0 comments

i`ve got catch SIGSEGV, and found that recovering backtrace info is crashed with such output:

caught abort sig11
abort in context $0xc7224fc0
copy context
called unwind callback for $0xc7226c30
returned _URC_OK
called unwind callback for $0xc7226c30
returned _URC_OK
called unwind callback for $0xc7226c30
returned _URC_OK

that`s end.

is there any way to protect from crash in _Unwind_Backtrace ?