diff options
| -rw-r--r-- | sys/src/9/port/proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c index f2045e840..3b74575b7 100644 --- a/sys/src/9/port/proc.c +++ b/sys/src/9/port/proc.c @@ -1514,7 +1514,8 @@ killbig(char *why) max = l; } } - + if(kp == 0) + return; print("%lud: %s killed: %s\n", kp->pid, kp->text, why); for(p = procalloc.arena; p < ep; p++) { if(p->state == Dead || p->kp) |
