Hi all,
I have a quite complicated shell script (i.e. one with quite a few of
f() {
...
}
f &
things
SOme commands cause the shell to segfault.
I ran an strace and noticed that some file descriptors where negative (-2, -9)
cause EBADF to return.
Also i noticed that it was doing stats on '[' '-eq' and so on (ie. a if [ ...
-eq ... ] test)
So i think there are bugs in the shell ...
W
Received on Tue Jan 21 16:53:35 2003
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:45:00 EDT