Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jul 2005 15:23:54 -0600
From:      John E Hein <jhein@timing.com>
To:        nj18 <nj18@nerdshack.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Strange message: Text file busy.
Message-ID:  <17110.55274.416783.151528@gromit.timing.com>
In-Reply-To: <42D6D2B7.2080406@nerdshack.com>
References:  <42D6D2B7.2080406@nerdshack.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Looks like a bug in (t)csh.

csh
echo date > foo
lsof foo
COMMAND   PID  USER   FD   TYPE DEVICE SIZE/OFF  NODE NAME
csh     66961 jhein    4w  VREG   4,17        5 60067 foo
exit
lsof foo
echo $version
tcsh 6.13.00 (Astron) 2004-05-19 (i386-intel-FreeBSD) options 8b,nls,dl,al,kan,sm,rh,color,dspm,filec


sh
echo date > foo
lsof foo


Try the tcsh-bugs list ...
http://mx.gw.com/mailman/listinfo/tcsh-bugs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17110.55274.416783.151528>