unwind-rs icon indicating copy to clipboard operation
unwind-rs copied to clipboard

Avoid unwraps, asserts and panics in unwind-rs

Open roblabla opened this issue 6 years ago • 0 comments

Unwind-rs has a bunch of unwraps/panics/asserts. This is troublesome when using unwind-rs as a program unwinder, as it may cause it to infinite loop, eventually stack overflowing. Instead, it should bubble up all possible errors.

roblabla avatar Jan 04 '19 13:01 roblabla