目录内容
[ocser1:/ocs/data/abn]$ls -lrt
total 326632
drwxr-xr-x 2 ocs tt 256 Jul 13 23:27 fail
-rw-r--r-- 1 ocs tt 15939 Oct 08 21:39 core
drwxr-xr-x 2 ocs tt 82038784 Oct 08 22:04 output
drwxr-xr-x 2 ocs tt 81981440 Oct 08 22:04 backup
drwxr-xr-x 4 ocs tt 4096 Oct 08 22:04 abncdr
一开始以为数量太多了,想通过more来看,可是。
[ocser1:/ocs/data/abn/output]$ls |more
ksh: 393282 Segmentation fault(coredump)
想通过truss跟一下
[ocser1:/ocs/data/abn/output]$truss -f -o ../ls.truss ls
[ocser1:/ocs/data/abn]$tail ls.truss
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: getdirent(3, 0x20055E38, 4096) = 3328
135390: __libc_sbrk(0x00000000) = 0x2FC82DA0
135390: Received signal #11, SIGSEGV [default]
135390: *** process killed ***
不知道是什么原因引起的,跪求哪位牛人指导一下~ 多谢~
会员注册
会员登录
个人空间