From owner-freebsd-questions@FreeBSD.ORG Sun Jan 8 21:04:38 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 282ED16A41F for ; Sun, 8 Jan 2006 21:04:38 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout5.cac.washington.edu (mxout5.cac.washington.edu [140.142.32.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8264043D49 for ; Sun, 8 Jan 2006 21:04:37 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout5.cac.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k08L4UNk025253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 8 Jan 2006 13:04:34 -0800 X-Auth-Received: from [128.208.4.17] (shiina.dyn.cs.washington.edu [128.208.4.17]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.5+UW05.10/8.13.5+UW05.09) with ESMTP id k08L4UXT006405 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Sun, 8 Jan 2006 13:04:30 -0800 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <2061F3AE-A704-4058-8C93-648D22919FEE@u.washington.edu> References: <2061F3AE-A704-4058-8C93-648D22919FEE@u.washington.edu> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Sun, 8 Jan 2006 13:05:19 -0800 To: FreeBSD Questions 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: Re: 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 21:04:38 -0000 Figured out what it was. It was just a stick of RAM that went south. -Garrett On Jan 7, 2006, at 11:19 PM, Garrett Cooper wrote: > 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