From owner-freebsd-perl@FreeBSD.ORG Mon Oct 13 08:06:13 2008 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C62AC106569E for ; Mon, 13 Oct 2008 08:06:13 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6598FC16 for ; Mon, 13 Oct 2008 08:06:13 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id CEDCF6D402; Mon, 13 Oct 2008 09:46:56 +0200 (CEST) Date: Mon, 13 Oct 2008 09:46:56 +0200 From: Anton Berezin To: John Rushford Message-ID: <20081013074656.GA95961@heechee.tobez.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.18 (2008-05-17) Cc: perl@freebsd.org Subject: Re: DBD::Pg is broken - coredumps X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2008 08:06:13 -0000 On Sun, Oct 12, 2008 at 08:17:34PM -0600, John Rushford wrote: > Greetings, > > I'm having trouble with DBD::Pg on a FreeBSD 7.1-PRERELEASE machine. When > connecting to a postgresql database, the perl script coredumps. See > attached back trace, version info, and test perl script. Is there some > issue with pthreads? Any ideas? John, I cannot reproduce it in my configuration, which is slightly different from what you have. Before I try the identical config, could you post the output produced by the following? $ perl -V $ ldd /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/DBD/Pg/Pg.so $ ldd /usr/local/bin/perl $ pkg_info | grep perl Cheers, \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen