sapling
sapling copied to clipboard
`thread 'main' panicked at 'unlock: Os...` when writing to a cifs mount
Cloning any repository fails when writing to a cifs mount. Tested under native Linux and WSL.
$ sl clone https://github.com/facebook/sapling
thread 'main' panicked at 'unlock: Os { code: 5, kind: Uncategorized, message: "Input/output error" }', lib/indexedlog/src/lock.rs:159:28
[...]
Thanks for the report. What does sl --version give you, and which Linux distro are you using with and without WSL?
- Sapling 0.1.20221201-095354-r360873f1
- WSL is Ubuntu 20.04 LTS
- Native is Ubuntu 22.04 LTS