From owner-freebsd-stable@FreeBSD.ORG Fri Nov 9 18:44:35 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE41816A418 for ; Fri, 9 Nov 2007 18:44:35 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.190]) by mx1.freebsd.org (Postfix) with ESMTP id A2FA413C4AA for ; Fri, 9 Nov 2007 18:44:34 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so494275rvb for ; Fri, 09 Nov 2007 10:44:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=h4o7HxGomiuUOiVCdfnZkAPPB+gPjCBlV8vAT7183R0=; b=n1+KEM+RigBraTjk4Af6iUOaZOJVMHR2FQrVBz8NoBcHUDfu+2uAo8iekSyrDsFG5I+DhZyqxr3z7984qJm/fHaa6YoV9Q94dWS7mNH96GsM0uATPTFYM945OEw0NMc3T5Y5VhxZ0gaKGzRvb06jpfEl0osYclHrVUmtq9u7TNk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nYggy4+pWjcf27xfmcQPrU4agRIioC5cFrOPqukpp1pqv8AofY4AOs5YsISuZH0Cq/G7EBZTW4/bKy7yu8kpMmvyHGgbz0S81WIaxDOlMpuLhlV+tR5fd8axiMSgRzeRkACfmj521zkS7TPcXWM97X/HtxOhAtcn831oCVsdCSo= Received: by 10.141.42.10 with SMTP id u10mr1110188rvj.1194632305717; Fri, 09 Nov 2007 10:18:25 -0800 (PST) Received: by 10.64.184.9 with HTTP; Fri, 9 Nov 2007 10:18:25 -0800 (PST) Message-ID: <8e10486b0711091018n6309f70an8722d427f9d530f8@mail.gmail.com> Date: Fri, 9 Nov 2007 16:18:25 -0200 From: "Alexandre Biancalana" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 7.0-BETA2 Panic after ifconfig X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:44:35 -0000 Yesterday I updated my system from BETA-1 to BETA2 and after that I'm getting the following panic after a simple ifconfig. Follow the panic and trace.... # ifconfig bge0 10.5.0.253 netmask 255.255.0.0 panic: Bad list head 0xc444a0c4 first->prev != head KDB; enter: panic [thread pid 1142 tid 100108 ] Stopped at kdb_enter=0x32:leave db>bt Tracing pid 1142 tid 100108 td 0xc5c3f840 kdb_enter(c07499fd,c07c5760,c0730fca,e6fbeaec,6fbeaec,...) at kdb_enter+0x32 panic(c0730fca,c444a0c4,c074e9942,e6fbeb14,c057abc9,...) at panic+0xc5 in_ifinit(0,c567d3000,0,0,c0755e1a,...) at in_ifinit+0x15c in_control(c5cfe18c, 8040691a,c5c84e40,c448e800,c5c3f840,...) at in_control+0xa6a ifioctl(c5cfe18c,8040691a,c5c84e40,c5c3f840,c5c3f840,...) at ifioctl+0x3ce soo_ioctl(c47406c0,8040691a,c5c84e40,c5411800,c5c3f840,...) at soo-ioctl+0x3a4 kern_ioctl(c5c3f840,3,8040691a,c5c84e40,0,...) at kern_ioctl+0x243 ioctl(c5c3f840,e6fbecfc,c,c07722a1,c,...) at ioctl+0x134 syscall(e6fbed38) at syscall+0x2c4 Xint0x80_syscall() at Xint0x80_syscall+0x20 ---syscall (54, FreeBSD ELF32, ioctl), eip = 0x481670f3, esp = 0x bfbfe51c, ebp = 0xvfvfe548 I'm with the machine stopped at db prompt, I can send any other information needed to solve this... Regards