Sorry I'm not using that bug_report.pl (or whatever it
was) script, Stas, but it doesn't appear to be part of
the httpd-test repository.  Apologies also for not being
much help in debugging these things, but I just can't
trace my way through the Deep Magic variety of Perl
used here..

It's moved. Now it's autogenerated and named t/REPORT.

Whenever you have a hanging problem in Perl, the solution is very simple. Put into your code this:

  use Carp ();
  $SIG{'USR2'} = sub {
     Carp::confess("caught SIGUSR2!");
  };

and then kill the process with:

% kill -USR2 PID

And the printed trace will tell you exactly where the code hangs.

_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Reply via email to