1
0
mirror of https://github.com/GnoConsortium/gno.git synced 2025-01-08 02:30:45 +00:00

Added BUG entry mentioning occasional hangs of gsh.

This commit is contained in:
gdr 1997-09-19 15:47:03 +00:00
parent a689e9398c
commit 02b72767b3

View File

@ -197,6 +197,16 @@ chance that the forked child of
may try to
.BR execl
an arbitrary command, the results of which are undefined.
.LP
.BR gsh (1)
appears to hang on occasion when executing
.BR popen 's
arguments. The symptom is that the pclose never returns, and the process
table (see
.BR ps (1))
shows that the forked
.BR gsh 's
user time is forever increasing.
.SH SEE ALSO
.BR gsh (1),
.BR sh (1),