From owner-freebsd-current@FreeBSD.ORG Mon May 30 13:19:47 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E8A216A41C for ; Mon, 30 May 2005 13:19:47 +0000 (GMT) (envelope-from joeldiaz@nc.rr.com) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06AF43D1F for ; Mon, 30 May 2005 13:19:46 +0000 (GMT) (envelope-from joeldiaz@nc.rr.com) Received: from [10.0.1.3] (cpe-065-187-198-113.nc.res.rr.com [65.187.198.113]) by ms-smtp-01-eri0.southeast.rr.com (8.12.10/8.12.7) with ESMTP id j4UDJhLv009662 for ; Mon, 30 May 2005 09:19:44 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <2B0B858B-68D9-44F9-95BF-29F6AD2A8556@nc.rr.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-current@freebsd.org From: Joel Diaz Date: Mon, 30 May 2005 09:22:32 -0400 X-Mailer: Apple Mail (2.730) X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: panic doing remote buildworld w/nve 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, 30 May 2005 13:19:47 -0000 I'm consistently getting a panic doing a buildworld through SSH. This is using CURRENT from maybe 10 hours ago (built on the console). For the past few days I've been using the onboard nve network card on my nForce(2?) board. Previously I used a card that used the rl driver and I never ran into any problems. Here's the trace: cpuid = 0 KDB: enter: panic [thread pid 721 tid 100076 ] Stopped at kdb_enter+0x2b: nop db> trace Tracing pid 721 tid 100076 td 0xc2328e10 kdb_enter(c0651992) at kdb_enter+0x2b panic(c064619d,c0639f38,c23460fc,2,e8cc0114) at panic+0x127 nve_ifstart(c2346000) at nve_ifstart+0x366 if_start(c2346000) at if_start+0x7b ether_output_frame(c2346000,c25f0b00,0,0,0) at ether_output_frame+0x1d9 ether_output(c2346000,c25f0b00,e8cb5ab4,c26d8c60,c260e200) at ether_output+0x370 ip_output(c25f0b00,0,e8cb5ab0,0,0) at ip_output+0x6fc tcp_output(c26ff000,1,c26fd9d8,0,40) at tcp_output+0xdf8 tcp_usr_send(c26d567c,0,c25f2600,0,0) at tcp_usr_send+0x177 sosend(c26d567c,0,e8cb5c78,c25f2600,0) at sosend+0x5e7 soo_write(c264c4c8,e8cb5c78,c26bba00,0,c2328e10) at soo_write+0x46 dofilewrite(c2328e10,c264c4c8,3,807e000,40) at dofilewrite+0xa8 write(c2328e10,e8cb5d04,3,ca,206) at write+0x39 syscall(3b,3b,3b,bfbfde78,806edc8) at syscall+0x22b Xint0x80_syscall() at Xint0x80_syscall+0x1f --- syscall (4, FreeBSD ELF32, write), eip = 0x282b875b, esp = 0xbfbfdddc, ebp = 0xbfbfddf8 ---db> Joel