segfault w/ Apache 1.3.20, mod_perl 1.26

2001-07-22 Thread Richard L. Goerwitz III
I apologize if this problem has already been identified and solved. After upgrading from mod_perl 1.25 to mod_perl 1.26 I fired up an Apache server instance that uses a config file with an extensive set of Perl/Perl sections. I'm using the Perl that came with my Linux (RedHat 7.0) machine,

More information on segfault

2001-07-22 Thread Richard L. Goerwitz III
More information on segfault (apache-1.3.20, mod_perl 1.26_01, perl 5.6.0 [default RedHat 7.0 installation of Perl plus modules]). I've compiled in tracing and now at least pinpoint the command that's causing the problem (yes, I have mod_ssl-2.8.4-1.3.20 compiled in as well): SVt_PV:

SAN food and entertainment

2001-07-22 Thread John D Groenveld
Perrys Cafe * Good laid-back, cheap eats... 4620 Pacific Highway, San Diego, CA 92110 (619) 291-7121 Coronado Brewing CO * Good beer, hot waitresses 170 Orange Avenue, Coronado, CA 92118 (619) 437-4452 Any of the restaurants in old town San Diego * good food, though a bit price-y and

segfault with mod_perl, Oraperl, XML::Parser

2001-07-22 Thread Scott Kister
apologies if this comes through twice, my first try didn't seem to make it This program core dumps when run under mod_perl on Solaris 2.8 x86. #!./perl use Oraperl; use XML::Parser; my $parser = new XML::Parser; $parser-parsestring(''); # fails with valid xml here as well It runs fine on Linux

Re: segfault w/ Apache 1.3.20, mod_perl 1.26

2001-07-22 Thread Richard L. Goerwitz III
Ged Haywood wrote: IIRC there was a problem with the compiler (gcc) that came with RH7.0, which compiler are you using? I'm using the patched version of GCC that RedHat later released, gcc-2.96-85. Dunno if it's relevant, but I see the following ChangeLog entry that might or might not be