From owner-freebsd-current@FreeBSD.ORG Mon Nov 22 03:37:14 2004 Return-Path: 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 42A2F16A4CE; Mon, 22 Nov 2004 03:37:14 +0000 (GMT) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F9343D49; Mon, 22 Nov 2004 03:37:11 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.43 (FreeBSD)) id 1CW50x-000EPE-CM; Mon, 22 Nov 2004 11:37:19 +0800 Message-Id: <6.2.0.14.2.20041122110822.0305eeb0@202.179.0.80> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Mon, 22 Nov 2004 11:36:55 +0800 To: freebsd-current@freebsd.org From: Ganbold Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: mhunter@ack.Berkeley.EDU cc: scottl@freebsd.org cc: cguttesen@yahoo.dk Subject: Page fault in FreeBSD 5.3 on IBM e325, Dual AMD64 2.2GHz, 4GB RAM, ServeRAID 6M X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 22 Nov 2004 03:37:14 -0000 Hi all, I got following page fault in FreeBSD 5.3 on IBM e325 with Dual AMD64 2.2GHz, 4GB RAM and ServeRAID 6M SCSI controller. FreeBSD publicc.ub.mng.net 5.3-STABLE FreeBSD 5.3-STABLE #10: Mon Nov 22 09:19:35 ULAT 2004 root@publica.ub.mng.net:/usr/obj/usr/src/sys/AMD amd64 I compiled kernel with following options: # SMP support options SMP options MAXDSIZ=(1024UL*1024*1024) options MAXSSIZ=(128UL*1024*1024) options DFLDSIZ=(1024UL*1024*1024) options PREEMPTION I'm using apache+mod_ssl-1.3.33+2.8.22, clamav-0.80, exim-4.43+28 and mysql-server-4.0.22. It is web mail server with mysql database backend. It seems like following page fault occurs when people accesses web intensively. ----------------------------------------------------------------------------------------------------------------------------- Fatal trap: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x18 fault code = supervisor read, page not present instruction pointer = 0x8:0xffffffff8026d693 stack pointer = 0x10:0xffffffffb36ab850 frame pointer = 0x10:0x0 code segment = base 0x0, limit 0xfffff, type 0x1b DPL 0, press 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 44 (swi1: net) trap number = 12 panic: page fault cpuid = 1 boot() called on cpu#1 Uptime: 17m8s Cannot dump. No dump device defined ----------------------------------------------------------------------------------------------------------------------------- Is it known problem or should I post it to freebsd-bugs list? How to solve this problem? Is it related to ips driver? If somebody wants to make closer look into the problem I can give an shell account on this server. thanks in advance, Ganbold