Date: Sun, 30 Jun 2002 00:50:23 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200206300750.g5U7oNSt088772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2002/06/30 00:50:23 PDT Modified files: sys/kern kern_proc.c Log: If the process is a zombie, then you must not try dereference the thread because there isn't one. Of course this code only possibly works for single threaded processes anyhow.. Revision Changes Path 1.139 +55 -53 src/sys/kern/kern_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206300750.g5U7oNSt088772>