From owner-freebsd-current@FreeBSD.ORG Mon Oct 1 12:58:17 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC8851065677 for ; Mon, 1 Oct 2012 12:58:17 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 83BC48FC1A for ; Mon, 1 Oct 2012 12:58:17 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id D460CB94B; Mon, 1 Oct 2012 08:58:16 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Date: Mon, 1 Oct 2012 08:04:08 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p20; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201210010804.08925.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 01 Oct 2012 08:58:16 -0400 (EDT) Cc: Kim Culhan Subject: Re: panic possibly on on bridge member removal X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2012 12:58:17 -0000 On Saturday, September 29, 2012 8:40:03 am Kim Culhan wrote: > After a few hours of operation involving tap0 added to the bridge > running openvpn > and shutting down openvpn which removes tap0 from the bridge, the > machine is found to have a panic: > > Fatal trap 12: page fault while in kernel mode > cpuid = 1; apic id = 01 > fault virtual address = 0x188 > fault code = supervisor read data, page not present > instruction pointer = 0x20:0xffffffff82a14f96 > stack pointer = 0x28:0xffffff8000285670 > frame pointer = 0x28:0xffffff80002856b0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 12 (swi5: fast taskq) > [ thread pid 12 tid 100022 ] > Stopped at bridge_enqueue+0x86: calll *0x188(%r12) > db> bt > Tracing pid 12 tid 100022 td 0xfffffe0003aff000 > bridge_enqueue() at bridge_enqueue+0x86 Can you run 'gdb /boot/kernel/kernel' and do 'l *bridge_enqueue+0x86'? -- John Baldwin