From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 03:29:31 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 51BD716A4CE for ; Mon, 17 Jan 2005 03:29:31 +0000 (GMT) Received: from pttx.ptt.cc (patty.csie.ntu.edu.tw [140.112.90.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id E806B43D58 for ; Mon, 17 Jan 2005 03:29:30 +0000 (GMT) (envelope-from in@pttx.ptt.cc) Received: by pttx.ptt.cc (Postfix, from userid 1001) id 1FC8A3D1BAF; Mon, 17 Jan 2005 11:29:25 +0800 (CST) Date: Mon, 17 Jan 2005 11:29:25 +0800 From: in2 To: freebsd-stable@freebsd.org Message-ID: <20050117032925.GA29922@in2home.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: panic: PAE with 16GB ram 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: Mon, 17 Jan 2005 03:29:31 -0000 Hi, I use Tyan S2882 with dual Opteron and FreeBSD 4.10-RELEASE with PAE support. it works fine with 8GB and 12GB ram, but panics with 16GB (with the same kernel) : Fatal trap 12: page fault while in kernel mode mp_lock = 00000009; cpuid = 0; lapic.id = 00000000 fault virtual address = 0x69bc8000 fault code = supervisor write, page not present instruction pointer = 0x8:0x6a259d26 stack pointer = 0x10:0x6a3b3f44 frame pointer = 0x10:0x6a3b3f5c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio cam <- SMP: XXX trap number = 12 panic: page fault mp_lock = 00000009; cpuid = 0; lapic.id = 00000000 Uptime: 0s The same thing occurs in both 4.10-RELEASE and 4.11-stable. I even loaded the fault-safe setting in BIOS but it was still not working. my dmesg is in http://www.in2home.org/download/dmesg, and kernel config is in http://www.in2home.org/download/kernel . thanks for your help. :)