Re: follow-up: very strange bug w/ tainting

2000-08-05 Thread G.W. Haywood
Hi there, On Wed, 26 Jul 2000, Alex Algard wrote: More strange stuff [snip] FYI, Test.pm is just an empty file, so it certainly shouldn't cause any harm. A couple of months ago I had a problem where a *very* simple script would crash Apache 1.3.12/modperl 1.24 no matter what I did. In the

Re: follow-up: very strange bug w/ tainting

2000-07-27 Thread martin langhoff
Alex, did you try this with apache in single process mode (I think it's httpd -X). Your 30% failure rate seems to mean that your after you execute the DBI script you only get the same process about 30% of the time. martin

follow-up: very strange bug w/ tainting

2000-07-26 Thread Alex Algard
More strange stuff, but at least I've narrowed down the problem somewhat... When we execute the test script "crashme.pl" below, it doesn't work under certain conditions. After we have executed another script with mod_perl (which crashes b/c it tries to read from a non-existent database table