Re: Strange Segfault with Apache::PerlRun

2000-06-09 Thread Doug MacEachern
On Fri, 9 Jun 2000, Damon Buckwalter wrote: > I'm sorry, please excuse my previous laziness... Here's all the info I can > gather: if you compile with PERL_DEGUG=1, the stacktrace will give more info. looks like the call to Apache::warn, the problem probably goes away with this bandaid. --- Per

Re: Strange Segfault with Apache::PerlRun

2000-06-09 Thread Damon Buckwalter
On Fri, Jun 09, 2000 at 10:49:14AM -0700, Doug MacEachern wrote: > On Tue, 6 Jun 2000, Damon Buckwalter wrote: > > > When using Apache::PerlRun to try and run some CGI-ish scripts I noticed a > > strange phenomenon. If the shebang line in the script contains '-T', that > > Apache child will segf

Re: Strange Segfault with Apache::PerlRun

2000-06-09 Thread Doug MacEachern
On Tue, 6 Jun 2000, Damon Buckwalter wrote: > When using Apache::PerlRun to try and run some CGI-ish scripts I noticed a > strange phenomenon. If the shebang line in the script contains '-T', that > Apache child will segfault on requests to the script. Combinations of '-w', > nothing in the she

Re: Strange Segfault with Apache::PerlRun

2000-06-06 Thread Damon Buckwalter
I forgot to mention also that mod_perl is statically compiled into Apache, and using Perl 5.6.0 -- OpenPGP public key: http://www.meta-x.net/damon/pubkey.asc

Strange Segfault with Apache::PerlRun

2000-06-06 Thread Damon Buckwalter
When using Apache::PerlRun to try and run some CGI-ish scripts I noticed a strange phenomenon. If the shebang line in the script contains '-T', that Apache child will segfault on requests to the script. Combinations of '-w', nothing in the shebang line and no shebang line at all work as expected