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
cp -pr --reflink=auto -- /nix/store/dl6ahdcycmw4yry2zpmslq7w7i2mdlvk-source source
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/uu/cp/src/cp.rs:1257:10
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: uu_cp::copy_helper
4: uu_cp::copy_file
5: uu_cp::copy
6: uu_cp::uumain
7: coreutils::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The text was updated successfully, but these errors were encountered:
SuperSandro2000
changed the title
cp --reflink=auto panics when copying nested symlinks
cp --reflink=auto panics when copying nested symlinks with restrict permissions
May 30, 2021
source.tar.gz
reproducer:
The text was updated successfully, but these errors were encountered: