From owner-freebsd-bugs Tue Jul 10 10:56:42 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from covert.black-ring.iadfw.net (covert.black-ring.iadfw.net [209.196.123.142]) by hub.freebsd.org (Postfix) with SMTP id 9EB2F37B403 for ; Tue, 10 Jul 2001 10:56:39 -0700 (PDT) (envelope-from ler@airmail.net) Received: from ler-freebie.iadfw.net from [206.66.13.221] by covert.black-ring.iadfw.net (/\##/\ Smail3.1.30.16 #30.49) with smtp for sender: id ; Tue, 10 Jul 2001 12:56:51 -0500 (CDT) From: Larry Rosenman Date: Tue, 10 Jul 2001 17:56:10 GMT Message-ID: <20010710.17561000@ler-freebie.iadfw.net> Subject: re: kern/26224: VFS Panic/SMP/CFLOW(HEAVY network)/Heavy NFS To: Tor.Egge@fast.no Cc: neteng@tide.iadfw.net, freebsd-bugs@FreeBSD.ORG In-Reply-To: <200107101714.TAA11209@midten.fast.no> References: <200107101320.f6ADK1152861@freefall.freebsd.org> <200107101714.TAA11209@midten.fast.no> X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thomas Moestl looked at the dump, and found an offending piece of code. He said he was looking into a fix. LER >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 7/10/01, 12:14:14 PM, Tor.Egge@fast.no wrote regarding re: kern/26224= :=20 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy NFS: > The panic message and the stack backtrace indicates that a process has= > gone to sleep while holding a vnode interlock. When pagedaemon tries > to obtain the vnode interlock (in vput() called from vm_pageout()) the= > machine will either hang (if the vnode interlock was held by the other= > CPU) or panic (if the vnode interlock was held by the same CPU). > Use > ps axlww -N kernel.debug.76 -M vmcore.76 > to list the processes on the system when it died. > Use gdb to list the kernel stack of each process. The offending > process probably has an uncommon WCHAN string. > - Tor Egge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message