Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 13487 invoked from network); 23 Mar 2006 04:08:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2006 04:08:10 -0000 Received: (qmail 70296 invoked by uid 500); 23 Mar 2006 04:08:04 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 70275 invoked by uid 500); 23 Mar 2006 04:08:03 -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 70263 invoked by uid 99); 23 Mar 2006 04:08:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 20:08:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of claco@chrislaco.com designates 65.42.59.33 as permitted sender) Received: from [65.42.59.33] (HELO mail.icantfocus.com) (65.42.59.33) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 20:08:03 -0800 Received: from [192.168.10.253] (dhcp-8-client.dmz.matrix.network [10.10.20.8]) by mail.icantfocus.com (Postfix) with ESMTP id 928372397F; Wed, 22 Mar 2006 22:23:31 -0500 (EST) Message-ID: <44221F1C.9000203@chrislaco.com> Date: Wed, 22 Mar 2006 23:07:56 -0500 From: "Christopher H. Laco" Reply-To: claco@chrislaco.com User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: claco@chrislaco.com Cc: "modperl@perl.apache.org" Subject: Re: Apache2/MP2 Segfaults when loading Text::Textile References: <44221E62.6000304@chrislaco.com> In-Reply-To: <44221E62.6000304@chrislaco.com> X-Enigmail-Version: 0.92.1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9590324F7DC6AF6ABE5378F5" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9590324F7DC6AF6ABE5378F5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Christopher H. Laco wrote: > I'm working on a site running under Catalyst under ModPerl > 2.0.2/Apache2.0.55. > > As soon as I tried loading Text::Textile in any way, apache segfaults, > even when just doing apachectl configtest. > > Text::Textile is a pure perl module, and uses Exporter. Nothing special. > > I started rebuilding a copy of the lib function by function, and the > line that finally caused a sefault is this line: > > > my $Have_ImageSize; = eval 'use Image::Size; 1' ? 1 : 0; > > Anyone seem this problem before? > > -=Chris Sorry for the typo, I didn't backtrack during testing... The real line is: my $Have_ImageSize = eval 'use Image::Size; 1' ? 1 : 0; --------------enig9590324F7DC6AF6ABE5378F5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFEIh8c+66dLHM50ssRAul5AJ9Eajz1YVnebfqWMQuO1DKT0x0siQCgh4aN kCVg4LKb9gaWv2Q3ObQFS2w= =LoBI -----END PGP SIGNATURE----- --------------enig9590324F7DC6AF6ABE5378F5--