rust-minidump / minidump-writer

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

Retry attaching to a process with ptrace::attach() if the call is interrupted, bail out otherwise #49

Closed gabrielesvelto closed 2 years ago

gabrielesvelto commented 2 years ago

Resolves: #39

msirringhaus commented 2 years ago

lgtm

Jake-Shadle commented 2 years ago

It feels like we should setup Github auto merge or mergify or something, especially now that we are actually running tests in CI.