tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: using of fork() in multithreaded application
> I am trying to retrieve more info why forked child stays zombie.
Because it has exit()ed and no-one is wait()ing for it.
Home |
Main Index |
Thread Index |
Old Index