From owner-freebsd-net@FreeBSD.ORG Fri Jun 15 11:42:08 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A85F1106566B; Fri, 15 Jun 2012 11:42:08 +0000 (UTC) (envelope-from venglin@freebsd.lublin.pl) Received: from lagoon.freebsd.lublin.pl (lagoon.freebsd.lublin.pl [193.138.118.3]) by mx1.freebsd.org (Postfix) with ESMTP id 5D4958FC1B; Fri, 15 Jun 2012 11:42:08 +0000 (UTC) Received: from [IPv6:2001:1a68:f:0:45b0:efbb:4d95:ee42] (unknown [IPv6:2001:1a68:f:0:45b0:efbb:4d95:ee42]) by lagoon.freebsd.lublin.pl (Postfix) with ESMTPSA id A327B23946C; Fri, 15 Jun 2012 13:33:18 +0200 (CEST) Message-ID: <4FDB1D71.6050908@freebsd.lublin.pl> Date: Fri, 15 Jun 2012 13:33:05 +0200 From: Przemyslaw Frasunek Organization: frasunek.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-net@freebsd.org References: <4DAD3824.7000500@frasunek.com> <20110419074056.GG34767@glebius.int.ru> <4DB47CE1.8@frasunek.com> <4DB487D2.7030104@rdtc.ru> <4DB48B76.8050101@frasunek.com> <4DB49109.3050002@frasunek.com> <20110425050548.GF34767@glebius.int.ru> <4DBBBAD8.2000705@frasunek.com> <20110513162311.GK95084@glebius.int.ru> <4DD298AD.2060905@frasunek.com> <20110517184613.GN74366@glebius.int.ru> In-Reply-To: <20110517184613.GN74366@glebius.int.ru> X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: Gleb Smirnoff , Eugene Grosbein Subject: Re: mpd5/Netgraph issues after upgrading to 7.4 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 11:42:08 -0000 Dear All, unfortunately, one of my mpd5 PPPoE access servers started panicing every few hours. I'm running recent 8.3-STABLE (as of 23th May) with WITNESS, INVARIANTS and DEBUG_MEMGUARD compiled. Unfortunately, I'm unable to catch crashdump. For some reason, it is not saved on dumpdev. The only thing I have is panic string: Fatal trap 9: general protection fault while in kernel mode cpuid = 2; apic id = 02 instruction pointer = 0x20:0xffffffff804b4e2d stack pointer = 0x28:0xffffff8185386560 frame pointer = 0x28:0xffffff81853865d0 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 = 2832 (mpd5) trap number = 9 According to "objdump -d", the fault address points to prelist_remove(). I tried to replace all of hardware, but it still panics in the same way. I would be really grateful for any hints. dmesg output: http://www.frasunek.com/tmp/dmesg.txt kernel config: http://www.frasunek.com/tmp/kernel.txt