Originally posted by: haubi
Hi,
my problems started with "fork: Resource temporarily unavailable".
Thing is, there are more than 1400 "<defunct>" processes from different users around, each of them having parent-pid 1, the [i]init[/i].
So I wanted to know why [i]init[/i] does not do its job and removes them:
[i]truss -p 1[/i] repeats only two lines always:
codeksetcontext_sigreturn(0x2FF20EB0, 0x2000115C, 0x2FF20EB0, 0x2FF3B820, 0x1000452C, 0x0000D0B2, 0x024A8400, 0x2FF3AEE0)
Received signal #11, SIGSEGV
caught[/code]Huh, segfaulting init ?
Ok, [i]init[/i] currently is still segfaulting, and I've already collected output of these commands, called with argument "1" or "-p 1":
[i]proccred[/i], [i]procfiles[/i], [i]procfiles -n[/i], [i]procflags[/i], [i]procldd[/i], [i]procmap[/i], [i]procsig[/i], [i]procstack[/i], [i]procwdx[/i], [i]truss[/i], [i]lsof[/i]
What else could be of interest for IBM support if we eventually make a call on monday (which naturally will be post-mortem) ?
Thank you!
#AIX-Forum