Re: perl busted, spins, ignores SIGKILL

2002-09-07 Thread Lamont Granquist
On Wed, 4 Sep 2002, Thomas Quinot wrote: Le 2002-09-03, Lamont Granquist écrivait : i cvsup'd last night, and now i tried portupdate -a -f and debugging build problems with libtool i found that on my system i can make perl spin and consume 100% of a CPU just by: perl -pe s/foo/bar/g

Re: perl busted, spins, ignores SIGKILL

2002-09-04 Thread Thomas Quinot
Le 2002-09-03, Lamont Granquist écrivait : i cvsup'd last night, and now i tried portupdate -a -f and debugging build problems with libtool i found that on my system i can make perl spin and consume 100% of a CPU just by: perl -pe s/foo/bar/g /tmp Any chance you have a /usr/local/bin/perl

perl busted, spins, ignores SIGKILL

2002-09-02 Thread Lamont Granquist
i cvsup'd last night, and now i tried portupdate -a -f and debugging build problems with libtool i found that on my system i can make perl spin and consume 100% of a CPU just by: perl -pe s/foo/bar/g /tmp (turs out i can do this with any perl command, even perl --version...) i also can't kill