Up

Traces

linux[3.13.0-29-generic][system[GNU C Library (GNU libc) stable release version 2.21, by Roland McGrath et al.]][ext4_loop[mke2fs 1.42.9 (4-Feb-2014)]]@[2015-07-24T13:23:26Z./nix/store/fxisrpncjn4cxxwnq2lvilriqx63s9k9-fs_test]

Checked Trace
linux_spec@[/nix/store/fxisrpncjn4cxxwnq2lvilriqx63s9k9-fs_test] sexp stdout stderr
Traced Execution stdout stderr
Script script

Combined Trace

1 # processing file 'adhoc_rename_triple_slash-int.trace' ...
2 @type trace
3
4 # ################################
5 # Test triple slash with a rename
6 # ################################
7
8 # Test1
9 mkdir "////ciao" 0o775
10 Tau
11 RV_none
12 rename "///ciao" "mydir"
13 Tau
14 RV_none
15
16 # Test2
17 rename "////" "mydir"
18 Tau
19 EBUSY
20
21 # Test3
22 rename "///" "mydir"
23 Tau
24 EBUSY
25
26 dump-result /
/ D 32641
/mydir D 32642
27
28