backtrace-rs icon indicating copy to clipboard operation
backtrace-rs copied to clipboard

memory leak?

Open lattice0 opened this issue 1 year ago • 1 comments

We do valgrind checks on this repo and we're getting this: https://github.com/fzyzcjy/flutter_rust_bridge/pull/582#issuecomment-1207237333

which only happens when we use this backtrace lib. Is it possible that this lib has a memory leak? Has it ever been tested with valgrind?

Thank you very much!

lattice0 avatar Aug 06 '22 22:08 lattice0

I believe valgrind gives false positives on statx calls.

bjorn3 avatar Aug 06 '22 23:08 bjorn3

Closing for the same reasons https://github.com/rust-lang/rust/issues/68979 was closed, this is kinda-sorta a Valgrind bug.

workingjubilee avatar Jun 22 '23 06:06 workingjubilee