From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:59:49 2010 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 EFD781065678 for ; Mon, 2 Aug 2010 04:59:49 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 805418FC0A for ; Mon, 2 Aug 2010 04:59:49 +0000 (UTC) Received: by bwz12 with SMTP id 12so1876686bwz.13 for ; Sun, 01 Aug 2010 21:59:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=fjxaCQipAQizvSmtqw/d5qHGVEQVXY8gLmO2aR2U5DE=; b=ZUNUBqBYknl1qhiXImSOJCUkqomtcVjHvkCNrPY6RKXuD1u5UN8Yu3MW3K5W325aA8 UnxisepT/iG2HnNo+/Cr8KJCgVQyWlUle/bVVF5n8faE+indTlTTCCfgiWygrcEA4CTN WLD93WrRvSpOlh0Rk8RF2C/hCMUeNI63vL8RE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZVpDsUiGpv7MIpiNqFUhnXk8Zt87U2siTbuk8Yc2bFSUrHi1yfBLm9H+mN2XuEP6aC 8H6HNE3tF/oogRyhzCFlI6ay4/jLknK8y7Yd1LimDEASivhRqKhMhSzM4QXq3fUtvzPl l+QI8kedEK3IcNG32W3Gglum6PR40mQ238JUc= MIME-Version: 1.0 Received: by 10.204.130.146 with SMTP id t18mr3799397bks.61.1280725186939; Sun, 01 Aug 2010 21:59:46 -0700 (PDT) Received: by 10.204.23.80 with HTTP; Sun, 1 Aug 2010 21:59:46 -0700 (PDT) Date: Mon, 2 Aug 2010 06:59:46 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: fnd cause "panic: page fault" 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: Mon, 02 Aug 2010 04:59:50 -0000 Sometimes my FreeBSD8.0-p4 machine does an automatic reboot after panic: page fault. (Fatal trap 12: page fault while in kernel mode) It's at random times. What in general can be the cause of that? Is it always due to hardware memory errors? What else can be a cause, how to find out ? I have output in /var/crash but don't understand very much of it and don't know where to look to find the cause. please help ..