Bugs item #1610385, was opened at 2006-12-06 21:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=496052&aid=1610385&group_id=61070
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 6
Private: No
Submitted By: Cesar (romexzf)
Assigned to: Cesar (romexzf)
Summary: Trying to close standard fds without check
Initial Comment:
As manpages says, execlp() copies its open fds to the child, therefore after a "restart" the child does not have std(in|out|err) open. Trying to close them without check they are actually std* leads to problem, especially with new log system which needs fds to be permanently open.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=496052&aid=1610385&group_id=61070
|