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
See it again today and also got:
[New Thread 0x7ffec2fe5700 (LWP 4777)]
[1424377839:342797 msrcmthr03:7fffb6ffd700:fcmh fidc_cli.c slc_fcmh_setattrf 80] fcmh@0x98a2e0 f+g=0x048c00000001f3e2:24 flg=0x842:iA+ ref=2 sz=26 bsz=16384 mode=040775 : attempt to set attr with gen 24 from old gen 17
bash-4.2# cat 0x048c00000001f3e2
cat: 0x048c00000001f3e2: Is a directory
bash-4.2# ls 0x048c00000001f3e2
adaptfs distrib lnet-lite pfl sft wokfs
compat fio Makefile psync slash_nara xopctl
conga idxutils Makefile.path pubs src-upd zest
COPYING-GPL inf mk README.md TODO zfs
COPYRIGHT jives patches sdp_inet.h tools
bash-4.2#
zhihui@lime: /zzh-slash2/zhihui/doit1$ ls -al | head -1
total 306
zhihui@lime: /zzh-slash2/zhihui/doit1$ ls -ali | head -1
total 306
zhihui@lime: /zzh-slash2/zhihui/doit1$ ls -ali | head -3
total 306
327636872891331554 drwxrwxr-x 25 zhihui staff 32 Feb 19 15:31 .
327636872891203587 drwxrwxrwx 12 zhihui staff 18 Feb 19 15:28 ..
zhihui@lime: /zzh-slash2/zhihui/doit1$ gdb
GNU gdb (GDB) Red Hat Enterprise Linux 7.6.1-51.el7
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
(gdb) p/x 327636872891331554
$1 = 0x48c00000001f3e2
(gdb)
On 2015-05-03 23:59:22 -0400, Jared Yanovich wrote:
FTR I think this might actually be a race in the PFL make framework, not SLASH2.
On 2015-05-04 09:38:30 -0400, Zhihui Zhang wrote:
The above comment is probably due to:
zhihui@yuzu: ~/projects-yuzu$ svn log -r 25734
FIPS integrity verification test failed.
------------------------------------------------------------------------
r25734 | yanovich | 2015-05-02 13:06:39 -0400 (Sat, 02 May 2015) | 4 lines
revise the mkdirs algorithm to play more friendly in a multithreaded context:
always mkdir each component instead of checking each. it simplifies the
code and reduces one syscall, too.
------------------------------------------------------------------------
zhihui@yuzu: ~/projects-yuzu$
The text was updated successfully, but these errors were encountered:
On 2015-02-11 15:44:30 -0500, Zhihui Zhang wrote:
The text was updated successfully, but these errors were encountered: