From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 7 21:20:11 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46B6116A468 for ; Thu, 7 Jun 2007 21:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3004613C447 for ; Thu, 7 Jun 2007 21:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l57LKAmk016916 for ; Thu, 7 Jun 2007 21:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l57LKAt4016915; Thu, 7 Jun 2007 21:20:10 GMT (envelope-from gnats) Date: Thu, 7 Jun 2007 21:20:10 GMT Message-Id: <200706072120.l57LKAt4016915@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Remy de Ruysscher" Cc: Subject: Re: kern/113424: libthrd errors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Remy de Ruysscher List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 21:20:11 -0000 The following reply was made to PR kern/113424; it has been noted by GNATS. From: "Remy de Ruysscher" To: bug-followup@FreeBSD.org, rdr@xs4all.nl Cc: Subject: Re: kern/113424: libthrd errors Date: Thu, 7 Jun 2007 23:16:22 +0200 (CEST) I've not been able to solve this one, note that the app is not a dynamic executable (perl script), so it can't be linked to multiple thread libs as suggested. /usr/bin/perl: libperl.so => /usr/local/lib/perl5/5.8.8/mach/CORE/libperl.so (0x5487c000) libm.so.4 => /lib/libm.so.4 (0x549a1000) libcrypt.so.3 => /lib/libcrypt.so.3 (0x549b7000) libutil.so.5 => /lib/libutil.so.5 (0x549d0000) libc.so.6 => /lib/libc.so.6 (0x549dd000) I've also compiled the world and kernel with -mno-redzone option, but this fatal error remains. So what else could be wrong? Please give any starting points for a resolution rather than close the bug rightaway. Thanks.