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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -