From owner-freebsd-questions@FreeBSD.ORG Sun Jan 8 07:18:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF36016A41F for ; Sun, 8 Jan 2006 07:18:38 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F96643D49 for ; Sun, 8 Jan 2006 07:18:38 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout4.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k087IbWX017582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 7 Jan 2006 23:18:37 -0800 X-Auth-Received: from [192.168.0.23] (dsl254-013-145.sea1.dsl.speakeasy.net [216.254.13.145]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k087IaWo032316 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sat, 7 Jan 2006 23:18:37 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <2061F3AE-A704-4058-8C93-648D22919FEE@u.washington.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: FreeBSD Questions From: Garrett Cooper Date: Sat, 7 Jan 2006 23:19:29 -0800 X-Mailer: Apple Mail (2.746.2) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: System segfaulting / panicking a lot after kernel upgrade 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: Sun, 08 Jan 2006 07:18:39 -0000 Hello again, I've reinstalled FreeBSD 6.0 on my celeron box recently, and after a kernel upgrade my system seems to be segfaulting a lot during compilations and has panicked quite a few times. First thing that pops into my mind is bad RAM, but I also changed the CPU arch to pentium3 (which I thought was valid for my Tualatin 1.2 GHz Celeron), and upped the optimization level to -O2. Could that possibly have anything to do with the issues I am seeing? I also added quite a few modules to WITHOUT_MODULES, which I didn't think would cause a problem, but I'm not a pro at maneuvering around the FreeBSD kernel yet... Thanks in advance, -Garrett