gimli-rs / unwind-rs

Apache License 2.0
26 stars 10 forks source link

Fix correctness test #36

Closed philipc closed 5 years ago

philipc commented 5 years ago

It is using the system unwinder for the reference now that libunwind_shim is disabled by #35.

Also move the assert out of the callback, because unwinding in the callback doesn't work.

Fixes #27