Open s-panferov opened 1 year ago
Wondering if miri catches the invalid memory access?
This looks like a double-free looking at the backtrace, so once you find the alloc id in miri, you can use MIRIFLAGS="-Zmiri-track-alloc-id=<alloc-id>"
to find where the first free happens.
Hi, I was able to catch an invalid memory access in Salsa that is reproducible on database
Drop
:I'm working on some minimal example, but maybe you can extract some useful information from this debugger stacktrace.