From owner-freebsd-questions@FreeBSD.ORG Tue Aug 26 19:20:51 2003 Return-Path: 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 74B0116A505 for ; Tue, 26 Aug 2003 19:20:51 -0700 (PDT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5392043FE9 for ; Tue, 26 Aug 2003 19:20:50 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.237.14.199]) by out004.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030827022049.CLXD25700.out004.verizon.net@mac.com>; Tue, 26 Aug 2003 21:20:49 -0500 Message-ID: <3F4C1572.8070806@mac.com> Date: Tue, 26 Aug 2003 22:20:34 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: george References: <000b01c36b1c$d86a0930$7c00a8c0@thunderbird> <3F4A4EC6.7030705@mac.com> <016401c36bd9$c5012e10$7c00a8c0@thunderbird> <3F4B9113.5040405@mac.com> <01f101c36bff$0e4066c0$7c00a8c0@thunderbird> In-Reply-To: <01f101c36bff$0e4066c0$7c00a8c0@thunderbird> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.237.14.199] at Tue, 26 Aug 2003 21:20:49 -0500 cc: questions@freebsd.org Subject: Re: Mailman X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 02:20:51 -0000 george wrote: >>> pid 157 (python2.3), uid 91: exited on signal 11 (core dumped) pid 9300 >>> (perl), uid 0: exited on signal 10 (core dumped) pid 151 (python2.3), uid >>> 91: exited on signal 5 (core dumped) >> >> You've very probably got hardware problems like bad memory or overheating. > > I dont think the memory is bad cause the only core dumps i get are from > mailman, no other program crashes The three lines you've listed show that both python and perl crashed. And you're getting an assortment of signal types, rather than say SIGSEGV all of the time. > ...and i have uptimes of over 250 days and can successfully compile world and > kernels without problems. As for the heat thing it is an EPIA M1000 that uses > 16 watts of power and has a "fansink". > > I am wondering if it has to do with the processor not being an AMD or Intel > cause it is a C3 VIA. Hmm. If you compiled with the wrong processor options, I'd expect you to get a SIGILL... -- -Chuck