EmbarkStudios / crash-handling

Collection of crates to deal with crashes
Apache License 2.0
138 stars 13 forks source link

Fix frame pointer #65

Closed Jake-Shadle closed 1 year ago

Jake-Shadle commented 1 year ago

The capture_context introduced in #62 isn't properly capturing the frame pointer, so minidump analysis can't properly walk the stack.