rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

dbghlp: Make mutex name unique to the process #518

Closed ChrisDenton closed 1 year ago

ChrisDenton commented 1 year ago

Fixes #399.

ChrisDenton commented 1 year ago

Note: this PR only affects Windows. I'm not sure why the Ubuntu and Android tests are failing.

p--b commented 1 year ago

Is there anything we can do to help get this PR merged? This bug is biting us in production currently.