Closed sarangbaheti closed 2 years ago
Interesting. Does backtrace shows anything useful?
How this could be reproduced? It's a directory that has itself lots of files?
If using iter helped, I guess bug is in rayon
? Perhaps bumping its version would help.
Hi! Sorry for responding so late. I've updated rayon in an attempt to fix this bug, please reopen if it still occurs for you.
Hi,
Just tried it building from source on windows and it crashes
Tried running with
RUST_BACKTRACE=full
in vain. I tried replacingpar_iter
withiter
inlib.rs
and could make it work, but it was quite slow then.Anyway, the directory i am trying to run this on contains 232617 files and ~750 directories- totaling ~135GB of data.