You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
i`ve got catch SIGSEGV, and found that recovering backtrace info is crashed with such output:
that`s end.
is there any way to protect from crash in _Unwind_Backtrace ?
The text was updated successfully, but these errors were encountered: