From owner-freebsd-questions@FreeBSD.ORG Tue May 10 18:59:19 2011 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 0BE9B106566C for ; Tue, 10 May 2011 18:59:19 +0000 (UTC) (envelope-from mage@mage.hu) Received: from grs.hu (grs.hu [195.56.45.60]) by mx1.freebsd.org (Postfix) with ESMTP id BC6D68FC14 for ; Tue, 10 May 2011 18:59:18 +0000 (UTC) Received: from localhost ([127.0.0.1]) by grs.hu with esmtp (Exim 4.74) (envelope-from ) id 1QJs9N-0000Sk-DJ for freebsd-questions@freebsd.org; Tue, 10 May 2011 20:59:17 +0200 Message-ID: <4DC98B05.7080503@mage.hu> Date: Tue, 10 May 2011 20:59:17 +0200 From: Mage User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110503 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DC97839.6010108@mage.hu> <4DC982B2.6090303@mage.hu> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: kernel and buildworld questions 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: Tue, 10 May 2011 18:59:19 -0000 On 05/10/2011 08:35 PM, Pierre-Luc Drouin wrote: > > > By the way you don't really need to use the cvsup package anymore, as > there is now the csup command that is part of FreeBSD. Regarding the > core dumps, maybe you should tried running portsclean -PLD to remove > old packages, libraries and distfiles from your system.If you can > reproduce easily the core dumps, maybe you can find which libraries > causes the processes to crash using gdb > Thank you for helping. I tried: [root@eden ~]# cvsup sup_standard Connected to cvsup.de.FreeBSD.org Updating collection src-all/cvs Edit src/bin/sh/expand.c Illegal instruction: 4 (core dumped) [root@eden ~]# portsclean -PLD Detecting unreferenced distfiles... no unreferenced distfiles found. Cleaning out /usr/ports/packages... Delete /usr/ports/packages/All/ezm3-1.1_2.tbz [root@eden ~]# cvsup sup_standard Connected to cvsup.de.FreeBSD.org Updating collection src-all/cvs Edit src/bin/sh/expand.c Illegal instruction: 4 (core dumped) All my packages must be binary now as this system didn't exist in April: [mage@eden ~]$ cd /usr/ports/packages/All/ [mage@eden /usr/ports/packages/All]$ ls -l | grep Apr | wc 351 3159 24777 [mage@eden /usr/ports/packages/All]$ ls -l | grep May | wc 0 0 0 Any of them would have date from May if built from ports. Where can I see the core dump? In dmesg I see only this: pid 12239 (cvsup), uid 0: exited on signal 4 (core dumped) (Or 'miniruby' when I try to build ruby 1.9.2) Mage