How to stop Runaway Perl Process -
i'm on linux pc. inadvertantly created perl script endless recursion: subroutine calls subroutine b calls a, calls b, etc.
i want stop these, don't want reboot. how can it?
if try kill process ids, , there's 900 of them, time finishes, there's hundreds more.
perhaps can use killall
kill of running processes name: http://linux.die.net/man/1/killall
Comments
Post a Comment