You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@yiding Could you try cherry-picking #34, compiling with rust nightly, and building with RUSTFLAGS="-Z sanitizer=thread" cargo build? This may uncover a race condition.
I no longer have a setup that can make use of this so I can't really test. IIRC, I was doing some multi-threaded compilation of a large project when that occurred. Feel free to close.
I consistently get this panic when using catfs (with a backing sshfs). The accesses that were going on at the time were concurrent reads.
This is on fedora linux 30.
The text was updated successfully, but these errors were encountered: