From owner-freebsd-stable@FreeBSD.ORG Thu Feb 17 11:44:42 2005 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 BA26D16A4CE for ; Thu, 17 Feb 2005 11:44:42 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA5E43D4C for ; Thu, 17 Feb 2005 11:44:42 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so231873wra for ; Thu, 17 Feb 2005 03:44:41 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=V6k6ZF+SwToWXkbGJyZjtmM3IRAvSbMMDFfY5YwMN/dqX+eDToeyWDpXb25XZZl7dNy7/r7A5uimCf+TqXzCp8+uSorHCWSb45J2EzXi3z9HO4UK57V2zU5JPP7n4Ws7KvKqaAOhN6aw9z2MAtip/ai6Nrd7ylEKabJvE6Bpd00= Received: by 10.54.31.37 with SMTP id e37mr154939wre; Thu, 17 Feb 2005 03:44:41 -0800 (PST) Received: by 10.54.7.6 with HTTP; Thu, 17 Feb 2005 03:44:39 -0800 (PST) Message-ID: <6eb82e0502170344624ce335@mail.gmail.com> Date: Thu, 17 Feb 2005 19:44:39 +0800 From: Rong-En Fan To: Doug White In-Reply-To: <20050216152704.E40179@carver.gumbysoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <6eb82e05021511137e43b553@mail.gmail.com> <20050216152704.E40179@carver.gumbysoft.com> cc: freebsd-stable@freebsd.org Subject: Re: panic: Fatal trap 12: page fault while in kernel mode X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rong-En Fan List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 11:44:42 -0000 On Wed, 16 Feb 2005 15:36:25 -0800 (PST), Doug White wrote: > On Wed, 16 Feb 2005, Rong-En Fan wrote: > > > Hello, > > > > This is a 5.3-RELEASE-p5/amd64 on IBM X236 (EM64T) with 2GB RAM > > and a LSI 21320 rmpt(4) running at 160MB/s with a hardware > > RAID (da0, da1). HTT is enabled. When I run benchmark/blogbench on > > /da0/ I can *reproduce* this panic again and again: > > (I'm getting a dump now, let me fsck first) > > kernel conf & dmesg (boot -v) are at > > http://rafan.infor.org/tmp/236/ > > I only have an 2x244 Opteron box so I'm not sure if this is a problem with > KSE or with hyperthreading. I'll try the benchmark anyway and see if I > can reproduce. > > Looks like I'll need to rebuild first, I'm getting the "exiting from > __thread_start" error... If I use machdep.hlt_logical_cpus=1, I got the same panic. And when I use kgdb to read the kernel dump, I see only #1 ?????? (??) in backtrace. I just reinstall the system to 5.3-p5, i386. It does not panic and finsih the test two times. I'll run more to see if is panics. Regards, Rong-En Fan