NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/39324 CVS commit: src/sys/miscfs/procfs



The following reply was made to PR kern/39324; it has been noted by GNATS.

From: Nick Hudson <skrll%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39324 CVS commit: src/sys/miscfs/procfs
Date: Fri,  5 Sep 2008 14:01:11 +0000 (UTC)

 Module Name:   src
 Committed By:  skrll
 Date:          Fri Sep  5 14:01:11 UTC 2008
 
 Modified Files:
        src/sys/miscfs/procfs: procfs_subr.c procfs_vnops.c
 
 Log Message:
 PR/39324 kernel diagnostic assertion "l->l_stat != LSZOMB" failed.
 
 Ignore procs with zero or all LSZOMB LWPs. Get a non-LSZOMB LWP to perform
 operations against as part of the deal.
 
 procfs really needs to be updated to support multi-threading fully.
 Hi Antti!
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.91 -r1.92 src/sys/miscfs/procfs/procfs_subr.c
 cvs rdiff -r1.171 -r1.172 src/sys/miscfs/procfs/procfs_vnops.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index