Now if only I had known this two years ago...  Awsome tidbit though.  Thanks!

> you can find out which line of Perl code is triggering a spin, by
> attaching to the process with gdb;
> 
> % gdb httpd $pid_of_spinning_process
> % source modperl_x.xx/.gdbinit
> % curinfo
> 
> should show you the filename:line_number where Perl is stuck.
> 
> 

Reply via email to