rust-minidump / minidump-writer

Rust rewrite of breakpad's minidump_writer
MIT License
68 stars 17 forks source link

WIP: Add soft errors to minidump #138

Open marti4d opened 1 month ago

marti4d commented 1 month ago

Fixes #31

marti4d commented 1 month ago

Obviously the (changes to minidump-common) need to land before this can work.

This is WIP for now, but review comments would still be appreciated. I tried to at least turn the 3 things that @gabrielesvelto pointed out into soft errors, but I also included some other stuff that I thought could be reasonably recovered from.

I didn't want to get too carried away, but I think there's probably even more stuff we could turn into soft errors... But I think this provides a good starting point!

Curious to hear what you think :)