From owner-freebsd-questions@FreeBSD.ORG Tue Jul 15 20:31:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63893106566C for ; Tue, 15 Jul 2008 20:31:32 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 34CB28FC12 for ; Tue, 15 Jul 2008 20:31:32 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so4398518wfg.7 for ; Tue, 15 Jul 2008 13:31:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=df7E6mI4mI1K95beiO2w25M5zr0V4Ey96a86vvrs2ro=; b=ZmobQbapQw31Q8QVIy3nnnJlMEOK1uj62gKI2MVKuTpbZ6zbCZ4PA6jdmHVWUZRH7S YPiwUr3hFctc0zS06/SDBFzngtZHNk6nbf4KDxa6iw/2GrtEgedsxZhQ0LI7Hx8snx/c +kTe/SRzjym7bboV/JM2Yvp+U5C4CNDQs40Sg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=Q1lD51hyYS39AeklplZwori/m26KXnTXZNnRom70wnJPXfqUedBbS5jsi8alRA/BOF G/bO3Fgjx702fK+3qcYKuMmxBrcU+3ZVEmtJFcAXm/mnWJSMOkhOJgN3qvcswVDUzNkU fSU5ck/pQddUtR0X/6Xv8SnNPvI3h7Xhp9R/E= Received: by 10.142.154.20 with SMTP id b20mr4821407wfe.99.1216153890900; Tue, 15 Jul 2008 13:31:30 -0700 (PDT) Received: by 10.142.52.1 with HTTP; Tue, 15 Jul 2008 13:31:30 -0700 (PDT) Message-ID: <62b856460807151331h42ad6c4ahc548b08c90ee2934@mail.gmail.com> Date: Tue, 15 Jul 2008 22:31:30 +0200 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 15c15649607cb72d Subject: panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2008 20:31:32 -0000 I have been having panics on one of my machines, roughly every week or so. I was running 6.3 pre-release and then I updated to 6.3 p2 and I still have the panic, here's the message that appears on the console: panic: kmem_kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 06 fault virtual address = 0x2c fault code = supervisor read, page not present instruction pointer = 0x20:0xc06c5a5a stack pointer = 0x28:0xe6ea49ec frame pointer = 0x28:0xe6ea4a00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 14 (swi1: net) trap number = 12 Is this possibly a hardware problem? Michael Grant