Chinaunix

标题: errpt tmpltfile : calloc: A system call received a parameter that is not valid. [打印本页]

作者: shtd    时间: 2007-02-07 11:08
标题: errpt tmpltfile : calloc: A system call received a parameter that is not valid.
#errpt
tmpltfile : calloc: A system call received a parameter that is not valid.
作者: chinadns    时间: 2007-02-07 19:53
什么环境也不说···
作者: anonyaniu    时间: 2007-12-26 16:02
如何解决呢?
-bash-3.00# cat > combin.sh
#!/bin/ksh
for name in $( find / -type f -print | xargs grep "value" )
do      
        path=$(dirname "$name")
        echo $path
        oldname=$( basename "$name" )
        echo $oldname

done

-bash-3.00# ./combin.sh
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.
grep: A file or directory in the path name does not exist.
grep: A file or directory in the path name does not exist.
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.
grep: A system call received a parameter that is not valid.




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2