From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 21:22:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7ED716A4CE for ; Mon, 30 Aug 2004 21:22:46 +0000 (GMT) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 2A2A443D1F for ; Mon, 30 Aug 2004 21:22:45 +0000 (GMT) (envelope-from lists-freebsd-current@biaix.org) Received: (qmail 46781 invoked by uid 1000); 30 Aug 2004 21:20:55 -0000 Date: Mon, 30 Aug 2004 23:20:54 +0200 From: Joan Picanyol To: "current@freebsd.org" Message-ID: <20040830212054.GA42772@grummit.biaix.org> Mail-Followup-To: "current@freebsd.org" References: <41336B5E.7080000@drexel.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41336B5E.7080000@drexel.edu> User-Agent: Mutt/1.4.1i Subject: Re: Thread problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Aug 2004 21:22:46 -0000 * Justin Smith [20040830 20:01]: > FreeBSD jsmith.org 5.3-BETA2 FreeBSD 5.3-BETA2 #0: Mon Aug 30 06:37:58 > EDT 2004 root@:/usr/obj/usr/src/sys/MYKERNEL i386 > > The pan newsreader (recompiled) crashes on startup: > > > GThread-ERROR **: file gthread-posix.c: line 137 (): error 'No such > process' during 'pthread_getschedparam (pthread_self(), &policy, &sched)' > aborting... > Abort trap (core dumped) ldd `whereis pan` will show that your binary is linked against to thread libraries. A quick workaround is to add the following to libmap.conf: libc_r.so.5 libpthread.so.1 # Everything that uses 'libc_r' libc_r.so libpthread.so # now uses 'libpthread' qvb -- pica