Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 13041 invoked from network); 23 Mar 2006 04:05:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2006 04:05:12 -0000 Received: (qmail 68415 invoked by uid 500); 23 Mar 2006 04:05:06 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 68396 invoked by uid 500); 23 Mar 2006 04:05:06 -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 68380 invoked by uid 99); 23 Mar 2006 04:05:06 -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:05:06 -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:05:05 -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 C89622397F for ; Wed, 22 Mar 2006 22:20:31 -0500 (EST) Message-ID: <44221E62.6000304@chrislaco.com> Date: Wed, 22 Mar 2006 23:04:50 -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: "modperl@perl.apache.org" Subject: Apache2/MP2 Segfaults when loading Text::Textile X-Enigmail-Version: 0.92.1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig3EBDC7943017A27AA2C21114" 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) --------------enig3EBDC7943017A27AA2C21114 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 --------------enig3EBDC7943017A27AA2C21114 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) iD8DBQFEIh5o+66dLHM50ssRAha/AKCSsTon0Ar836Cxq03qQQKt3uB9BACfWu66 yVF6OpCiRF37fNmjKfhfwiI= =AOhb -----END PGP SIGNATURE----- --------------enig3EBDC7943017A27AA2C21114--