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] | |
"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.
This should not happen. If your parent is dead, init (pid 1) becomes your parent.Or, as I recall, you can inherit running children from whatever process exec()d this one.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |