This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: FYI: ignore unknown children when reaping


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

>> +      // Note that if process==NULL, then we have an unknown child.
>> +      // This is not common, but can happen, and isn't an error.

Mark> So how/when does this happen? And why isn't it an error?

Native code could fork/exec.  Or, as I recall, you can inherit running
children from whatever process exec()d this one.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]