From owner-freebsd-current@FreeBSD.ORG Mon Jul 26 08:10:42 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 5ABB416A4CE for ; Mon, 26 Jul 2004 08:10:42 +0000 (GMT) Received: from psg.com (psg.com [147.28.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4714243D2D for ; Mon, 26 Jul 2004 08:10:42 +0000 (GMT) (envelope-from randy@psg.com) Received: from [147.28.0.39] (helo=rip.psg.com) by psg.com with esmtp (Exim 4.41 (FreeBSD)) id 1Bp0ZG-0009eK-24 for freebsd-current@freebsd.org; Mon, 26 Jul 2004 08:10:42 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.41 (FreeBSD)) id 1Bp0ZF-000Auf-TD for freebsd-current@freebsd.org; Mon, 26 Jul 2004 08:10:42 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.40 (FreeBSD)) id 1Bp0ZF-000F6u-CY for freebsd-current@freebsd.org; Sun, 25 Jul 2004 22:10:41 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16644.48256.571265.265033@roam.psg.com> Date: Sun, 25 Jul 2004 22:10:40 -1000 To: FreeBSD Current Subject: trap 12 but can't debug 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, 26 Jul 2004 08:10:42 -0000 current as of 2004.07.25 01:20 on the serial console, i get Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x10 fault code = supervisor write, page not present instruction pointer = 0x8:0xc04df9dc stack pointer = 0x10:0xdf0c4ae0 frame pointer = 0x10:0xdf0c4b00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 50966 (mysqld) but the real pain and question is that it does not fall into kdb. and hence i had to get remote hands to go into colo and hit the reset. this costs money! kernel is built as options KDB # Enable kernel debugger support. options DDB # Support DDB. options GDB # Support remote GDB. what am i doing wrongly? randy