Saturday, 10 August 2013

How to stop Runaway Perl Process

How to stop Runaway Perl Process

I'm on a Linux PC. I inadvertantly created a PERL script with endless
recursion: subroutine A calls subroutine B which calls A, which calls B,
etc.
I want to stop these, but I don't want to reboot. How can I do it?

No comments:

Post a Comment