in reply to
Re: Debugging running processes
in thread
Debugging running processes
Looks like the problem is in user space. Most probably a worst-case scenario (combinatorial explosion) of a regexp is triggered. So strace won't help. And this is FreeBSD.
--kap
Comment on
Re^2: Debugging running processes
In Section
Seekers of Perl Wisdom