From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 18:34:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9392C16A40F for ; Thu, 18 Jan 2007 18:34:33 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 552FE13C461 for ; Thu, 18 Jan 2007 18:34:33 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.8) id l0IIYVfA033135; Thu, 18 Jan 2007 12:34:31 -0600 (CST) (envelope-from dan) Date: Thu, 18 Jan 2007 12:34:31 -0600 From: Dan Nelson To: Firas Kraiem Message-ID: <20070118183430.GD91779@dan.emsphone.com> References: <200701181637.03751.fkraiem@enib.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701181637.03751.fkraiem@enib.fr> X-OS: FreeBSD 6.2-PRERELEASE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: CVSup core dumping 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: Thu, 18 Jan 2007 18:34:33 -0000 In the last episode (Jan 18), Firas Kraiem said: > The title says it all, when I try to run CVSup to update my ports > collection (6.2-RELEASE), I get a core dump error : > > [root@ana ~]# cvsup -L 2 /root/ports-supfile > Parsing supfile "/root/ports-supfile" > Connecting to cvsup.fr.FreeBSD.org > Connected to cvsup.fr.FreeBSD.org > Server software version: SNAP_16_1h > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > Fatal error '_longjmp()ing between thread contexts is undefined by POSIX 1003.1' at line 87 in file /usr/src/lib/libc_r/uthread/uthread_jmp.c (errno = 2) > Abort trap: 6 (core dumped) > [root@ana ~]# I didn't think cvsup linked with any threads library, let alone libc_r which hasn't been the default since 5.2. Do you have an LD_PRELOAD environment variable set, or maybe an /etc/libmap.conf file that maps something to libc_r? Since you're sunning cvsup in checkout mode, you might want to try csup, which is a new command in 6.2 and takes the same supfile and command line flags as cvsup does. > If it can be of any help, I've put a copy of my supfile here : > http://fkraiem.free.fr/ports-supfile Probably unrelated to the coredump, but if you're updating ports, you probably want *default release=cvs tag=. in your cvsup file. What you have (tag=RELENG_6_2) will give you the same ports tree that was burned onto the 6.2 CDs, which will never change. -- Dan Nelson dnelson@allantgroup.com