Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 95100 invoked from network); 28 Jan 2010 22:23:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2010 22:23:11 -0000 Received: (qmail 44737 invoked by uid 500); 28 Jan 2010 22:23:09 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 44703 invoked by uid 500); 28 Jan 2010 22:23:09 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 44695 invoked by uid 99); 28 Jan 2010 22:23:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 22:23:09 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.33.127.80] (HELO mta11.charter.net) (216.33.127.80) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 22:23:00 +0000 Received: from imp10 ([10.20.200.15]) by mta11.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20100128222238.JWHB8038.mta11.charter.net@imp10> for ; Thu, 28 Jan 2010 17:22:38 -0500 Received: from algol.milkyway ([24.158.238.218]) by imp10 with smtp.charter.net id bANd1d00c4jQxY805ANeza; Thu, 28 Jan 2010 17:22:38 -0500 X-Authority-Analysis: v=1.0 c=1 a=XycmGq3wZqsA:10 a=pGLkceISAAAA:8 a=C4kHaWrlDS3kzJfTgKIA:9 a=LvUeFgavPv3Fdb8ZcsaCA7QImIgA:4 a=MSl-tDqOz04A:10 Received: from mark by algol.milkyway with local (Exim 3.36 #1 (Debian)) id 1Nacl3-0001QM-00 for ; Thu, 28 Jan 2010 16:22:37 -0600 Date: Thu, 28 Jan 2010 16:22:37 -0600 From: Mark Copper To: modperl@perl.apache.org Subject: Re: mod_perl-2.0.4 with Apache 2.2.9 and perl 5.10.0 intermittent crashing Message-ID: <20100128222237.GC3316@titaninterface.com> Mail-Followup-To: modperl@perl.apache.org References: <30a2344a1001261819w3d377ae1m3b0bf5cc2d92cb84@mail.gmail.com> <4B606D0E.8060702@1200group.com> <30a2344a1001270928k63c24032oddbb7bf62046634@mail.gmail.com> <4B608B0C.4060305@1200group.com> <30a2344a1001271105t6c690071qb72eb53df2a68456@mail.gmail.com> <201001280158.o0S1wTGd006433@elvis.arl.psu.edu> <30a2344a1001280831y7745cb5al2b0526387bfea709@mail.gmail.com> <9b18b3111001280844k748975cle50a07c4c2b6b285@mail.gmail.com> <30a2344a1001281330p5a5f704mf070bf5e77cfb694@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30a2344a1001281330p5a5f704mf070bf5e77cfb694@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Jan 28, 2010 at 04:30:04PM -0500, Pas Argenio wrote: > I resolved it, finally. Stupidly, we had created a symbolic link: > libmysqlclient.so.15 -> libmysqlclient.so.16.0.0 > (I guess our source build of mysql-5.1.32 only provides > libmysqlclient.so.16.0.0 but DBD-mysql-4.008 needs > libmysqlclient.so.15) > The fix was to get the real libmysqlclient.so.15 library from the > mysql.5.0.67 Sun package. We should have known software is rarely > FORWARD compatible! > Now to fix it the right way, maybe the latest DBD-mysql uses the .16 > library. > Anyway perl 5.10.0 does work (so far) on Solaris 10. > > On Thu, Jan 28, 2010 at 11:44 AM, demerphq <[1]demerphq@gmail.com> > wrote: > > 2010/1/28 Pas Argenio <[2]pas.argenio@gmail.com>: > > > Thanks John. Currently, I'm building 32-bit for a Sparc platform and > also > > with man CPAN modules such as DBI and DBD. > > > > I just rebuilt everything carefully, but still coring often before > then > > displaying a page: > > Apache 2.2.8 Perl 5.10.0 mod_perl 2.0.3 > > > > I also turned on perl internal malloc > > > > Should I try 64-bit versions next, or fall back to perl 5.8.9? > > I recommend you try 5.8.9 > Yves > -- > perl -Mre=debug -e "/just|another|perl|hacker/" > > References > > 1. mailto:demerphq@gmail.com > 2. mailto:pas.argenio@gmail.com Looks like Bug #37027 for DBD-mysql: mysql_auto_reconnect I struggled with this one a while back myself. Mark