I'm trying to run flurry (which uses crossbeam-epoch
) through miri (after patching in #458), and it seems to be finding a number of memory leaks in
crossbeam_epoch::deferred::Deferred::new::call::<fn() {crossbeam_epoch::internal::no_op_func}>
Judging from the signature above, I don't think this is a bug in flurry
, but I could be wrong (the PR is at jonhoo/flurry#37). Has there been an attempt at running the crossbeam-epoch
test suite through miri following #458? You probably need to be on the very latest nightly since rust-lang/miri#1150 landed only very recently.