From owner-freebsd-hackers Mon Dec 17 14:13:58 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 0DA2437B419; Mon, 17 Dec 2001 14:13:55 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fBHMDp633346; Mon, 17 Dec 2001 14:13:51 -0800 (PST) (envelope-from dillon) Date: Mon, 17 Dec 2001 14:13:51 -0800 (PST) From: Matthew Dillon Message-Id: <200112172213.fBHMDp633346@apollo.backplane.com> To: Martin Blapp Cc: , Subject: Re: deadlock with softupdates ? References: <20011217225006.T59342-100000@levais.imp.ch> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> then from gdb go to each process (proc N) and do a backtrace :> (back). : :(kgdb) defproc 288 : 288 d78cd0c0 d788e000 8 1 288 000005 3 innd inode :c2c0c200 : frame 0 at 0xd7890d8c: ebp d7890db8, eip 0xc017a529 : mov 0x141(%ebx),%al : frame 1 at 0xd7890db8: ebp d7890ddc, eip 0xc0171c24 : mov %eax,%esi : frame 2 at 0xd7890ddc: ebp d7890e00, eip 0xc0171cd4 : mov %eax,%edi : frame 3 at 0xd7890e00: ebp d7890e18, eip 0xc01a2008 : jmp 0xc01a200e : frame 4 at 0xd7890e18: ebp d7890e24, eip 0xc022e44d : leave : frame 5 at 0xd7890e24: ebp d7890e4c, eip 0xc01ac04b : add $0x4,%esp : frame 6 at 0xd7890e4c: ebp d7890e68, eip 0xc01a4e18 : mov %eax,%esi : frame 7 at 0xd7890e68: ebp d7890e84, eip 0xc023d038 : add $0xc,%esp : frame 8 at 0xd7890e84: ebp d7890f34, eip 0xc023060c : mov %eax,0xffffffbc(%ebp) : frame 9 at 0xd7890f34: ebp d7890f5c, eip 0xc0284b9e : mov %eax,% Are you sure this is the correct kernel binary? zinitna() doesn't call vget() and vm_fault doesn't call zinitna. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message