On Wed, Sep 22, 2004 at 01:58:53PM -0400, Perrin Harkins wrote: > > You need to discover how to reproduce the problem. I would start by > finding a way to check where STDOUT is going,
Unfortunately, I have searched for a way to do this and came up with nothing. I have a feeling STDOUT is being prematurely closed or else redirected somehow to STDERR, but I don't know of any way to verify this through debug output. Does perl have a function to check the status of a file descriptor? > so that you can tell what > requests were handled by the child process that starts writing to the > error log and recreate them. Increase your logging as necessary in > order to get all the parameters that are being sent in so that you can > recreate them with your browser or a WWW::Mechanize script. The parameters are identical to runs where it works. I can refresh the page repeatedly. Sometimes it completely works 10/10 times. Other times it works 5/10 times or 0/10 times. It seems completely random but if I could just figure out what's happening to STDOUT it might shed some light on the trouble. -- Ryan Underwood, <[EMAIL PROTECTED]> -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html