From owner-freebsd-questions@FreeBSD.ORG Fri Apr 21 22:47:09 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 2B6FB16A402 for ; Fri, 21 Apr 2006 22:47:09 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id A541F43D48 for ; Fri, 21 Apr 2006 22:47:08 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout3.cac.washington.edu (8.13.6+UW06.03/8.13.5+UW06.03) with ESMTP id k3LMl7Zs031156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Apr 2006 15:47:08 -0700 X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu [128.208.5.99]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k3LMl7HF023923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 21 Apr 2006 15:47:07 -0700 Message-ID: <444960EA.2010902@u.washington.edu> Date: Fri, 21 Apr 2006 15:47:06 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Marwan Sultan , freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_SUBJ_9 0, __USER_AGENT 0' Cc: Subject: Re: Same error with all ports install! 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: Fri, 21 Apr 2006 22:47:09 -0000 Marwan Sultan wrote: > Hello Guys, > > I fresh installed FreeBSD 6.0R some wierd stuff going on! > Firts: the box restarted from it self like 4 times, and > /var/log/messages showing only one strange > line (for me) which is > Apr 22 01:10:46 box kernel: pid 5764 (cc1), uid 0: exited on signal 6 > (core dumped) > > then i ran fsck, it cleared some files, now its not restarting but, > i'm not sure it will or it will not. > > second problem: whenever i try to install any port, it gave an error > msg during the make says: > > cc1 in free(): error: junk pointer, too high to make sense > cc1 in malloc(): error: recursive call > cc: Internal error: Abort trap: 6 (program cc1) > Please submit a full bug report. > See for instructions. > *** Error code 1 > > > Anyone could Advise please? > Marwan Check your RAM. It sounds like bad values are being stored somewhere and it's affecting your overall performance on the machine since the first message was about your kernel and the second message was about gcc (one the available compilers for FreeBSD). Try memtest86+ (http://www.memtest86.com/). -Garrett