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.

Tracing httpd in gdb, it tells me that the segfault is occuring inside
fgets() in libc.  Perhaps a simple argument parsing problem?

This is on Apache 1.3.12 / mod_perl 1.24

--
OpenPGP public key:   http://www.meta-x.net/damon/pubkey.asc

Reply via email to