From owner-freebsd-hackers Thu Sep 13 8:37: 1 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 38AC337B412 for ; Thu, 13 Sep 2001 08:36:56 -0700 (PDT) Received: from opal (cs.binghamton.edu [128.226.123.101]) by bingnet2.cc.binghamton.edu (8.11.4/8.11.4) with ESMTP id f8DFaqK01715 for ; Thu, 13 Sep 2001 11:36:52 -0400 (EDT) Date: Thu, 13 Sep 2001 11:36:51 -0400 (EDT) From: Zhihui Zhang X-Sender: zzhang@opal To: freebsd-hackers@freebsd.org Subject: Kernel module debug help Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I am debugging a KLD and I have got the following panic inside an interrupt context: fault virutal address = 0x1080050 ... interrupt mask = bio kernel trap: type 12, code = 0 Stopped at vwakeup+0x14: decl 0x44(%eax) Where eax is 0x108000c and vwakeup() is called from biodone(). Since this panic occurs in an interrupt environment, I have no idea how to trace it. Is there a way to find the bug by tracing or what is the prime suspect in this case. Thanks! -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message