* sigproc.cc (proc_subproc): Change warning back to silent debug output.
This commit is contained in:
parent
c21e74cce8
commit
cf2b4018b0
winsup/cygwin
@ -1,3 +1,8 @@
|
|||||||
|
2004-02-13 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* sigproc.cc (proc_subproc): Change warning back to silent debug
|
||||||
|
output.
|
||||||
|
|
||||||
2004-02-13 Christopher Faylor <cgf@redhat.com>
|
2004-02-13 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
|
* dcrt0.cc (alloc_stack_hard_way): Revert to previous implementation.
|
||||||
|
@ -374,7 +374,7 @@ proc_subproc (DWORD what, DWORD val)
|
|||||||
way to deal with this and could lead to process hangs. */
|
way to deal with this and could lead to process hangs. */
|
||||||
if (nzombies >= NZOMBIES)
|
if (nzombies >= NZOMBIES)
|
||||||
{
|
{
|
||||||
system_printf ("zombie table overflow %d", thiszombie);
|
sigproc_printf ("zombie table overflow %d", thiszombie);
|
||||||
remove_zombie (thiszombie);
|
remove_zombie (thiszombie);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user