From owner-freebsd-questions@FreeBSD.ORG Wed Mar 23 05:24:10 2005 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 2ABB116A4CE for ; Wed, 23 Mar 2005 05:24:10 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F5D243D2D for ; Wed, 23 Mar 2005 05:24:09 +0000 (GMT) (envelope-from gmcclure@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so120740wri for ; Tue, 22 Mar 2005 21:24:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Iq+QqS3/FLU7w1J8KHcO80IDeEumq4cHJ+GZ3LYfILbgXtAhghgQbqonqyHzMfGBQkpoiOn918+6pG+kYeYqQGxRgSIRxSfpKO0KXA4wcPvBK5/jhcXBouEmi+Dppv64W1b0uklI8mJDsKxWKHzpenwP+khx5tOKDH8+R33EVMk= Received: by 10.54.91.18 with SMTP id o18mr258267wrb; Tue, 22 Mar 2005 21:24:09 -0800 (PST) Received: by 10.54.39.56 with HTTP; Tue, 22 Mar 2005 21:24:09 -0800 (PST) Message-ID: <9a4845b3050322212460764eb6@mail.gmail.com> Date: Tue, 22 Mar 2005 21:24:09 -0800 From: Greg McClure To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: cvsup core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Greg McClure List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2005 05:24:10 -0000 Thanks in advance to anyone who can let me know what's going on. I'm running FreeBSD 4.7-RELEASE. Whenever I give the cvsup command to update my ports lately I get this error: Connected to cvsup5.FreeBSD.org Fatal error '_longjmp()ing between thread contexts is undefined by POSIX 1003.1' at line ? in file /usr/src/lib/libc_r/uthread/uthread_jmp.c (errno = ?) Abort trap (core dumped) It's a new problem, and I suppose it's possible that it's related to some other library upgrade I did recently, although I'm not sure what that would be specifically since I don't run cvsup too often, only once per month or so. Any insights would be appreciated. Greg