From owner-freebsd-stable@FreeBSD.ORG Sun Dec 5 00:11:25 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F69816A4CE; Sun, 5 Dec 2004 00:11:25 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2622C43D1D; Sun, 5 Dec 2004 00:11:25 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 16B2272DD4; Sat, 4 Dec 2004 16:11:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 0E88F72DCB; Sat, 4 Dec 2004 16:11:25 -0800 (PST) Date: Sat, 4 Dec 2004 16:11:25 -0800 (PST) From: Doug White To: Wei-Kai Wu In-Reply-To: <20041202042904.GA1807@mailgate.csie.nctu.edu.tw> Message-ID: <20041204161051.E434@carver.gumbysoft.com> References: <200411281440.iASEe9LN012161@freefall.freebsd.org> <20041202042904.GA1807@mailgate.csie.nctu.edu.tw> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-stable@FreeBSD.org cc: freebsd-bugs@FreeBSD.org cc: rwatson@FreeBSD.org Subject: Re: amd64/71644: amd64 5.3-BETA4 crash when heavy load X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2004 00:11:25 -0000 On Thu, 2 Dec 2004, Wei-Kai Wu wrote: > On Sun, Nov 28, 2004 at 11:16:39PM +0800, Xin LI wrote: > > Hmm... Is it possible to obtain a backtrace (bt full under kgdb) and post > > it? > > Additionally I suggest that you post the same thing to -stable@ and cc to > > rwatson@, along with your dmesg.boot (verberose perferred). > > Here is the panic messages: (If this is not what you want, > could you tell me what I shall do? thanks!) Try turning off SACK: sysctl net.inet.tcp.sack.enable=0 > > Fatal trap 12: page fault while in kernel mode > cpuid = 3; apic id = 03 > fault virtual address = 0x18 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xffffffff8026ece0 > stack pointer = 0x10:0xffffffffd2d6f8b0 > frame pointer = 0x10:0xffffffffd2d6f920 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = resume, IOPL = 0 > current process = 46 (swi1: net) > [thread 100025] > Stopped at m_copym+0x40: incl %ebp > > db> trace > m_copym() at m_copym+0x40 > tcp_output() at tcp_output+0xdf1 > tcp_input() at tcp_input+0x1d2b > netisr_processqueue() at netisr_processqueue+0xd2 > swi_net() at swi_net+0x13c > ithread_loop() at ithread_loop+0x1b8 > fork_exit() at fork_exit+0xaa > fork_trampoline() at fork_trampoline+0xe > --- trap 0, rip = 0, rsp = 0xffffffffffd2d6fd00, rbp = 0 --- > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org