kernel icon indicating copy to clipboard operation
kernel copied to clipboard

Spurious `BorrowMut` panic

Open mkroening opened this issue 3 years ago • 0 comments

I just experienced a spurious panic while fixing https://github.com/hermitcore/libhermit-rs/issues/506.

# In uhyve
$ cargo run -- -v -c4 -m 1GiB ../rusty-hermit/target/x86_64-unknown-hermit/debug/rusty_demo
[...]
Test laplace ... ok
Time to multiply matrix 0.969471 s
Test test_matmul_strassen ... ok
[0][PANIC] panicked at 'already borrowed: BorrowMutError', src/scheduler/mod.rs:460:50

Edit: I just hit this a second time.

mkroening avatar Jul 26 '22 14:07 mkroening