Index: PLATFORMS
===================================================================
RCS file: /cvs/public/parrot/PLATFORMS,v
retrieving revision 1.15
diff -u -t -u -r1.15 PLATFORMS
--- PLATFORMS	1 Mar 2004 08:48:13 -0000	1.15
+++ PLATFORMS	2 Mar 2004 01:08:49 -0000
@@ -18,6 +18,7 @@
 linux-sparc-gcc3.3.3    B    Y    -    -     Y   Y      Y       Y
 linux-sparc64-gcc3.3.3  B8   Y    -    -     -   -      Y       -
 linux-x86-gcc2.95.2          Y    Y    Y     Y   Y      Y       Y
+linux-x86-gcc3.2.3           Y    Y    Y     Y   Y      Y       Y
 linux-x86-gcc3.3.3           Y    Y    Y     Y   Y      Y       Y
 linux-x86-gcc3.3.3 *3        Y    Y    Y     Y   Y      Y       Y*3
 linux-x86-icc8               Y    Y    Y     Y   Y      Y       Y
Index: t/pmc/signal.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/signal.t,v
retrieving revision 1.4
diff -u -t -u -r1.4 signal.t
--- t/pmc/signal.t	28 Feb 2004 12:02:21 -0000	1.4
+++ t/pmc/signal.t	2 Mar 2004 01:08:56 -0000
@@ -41,7 +41,7 @@
 sub send_SIGINT {
     $SIG{ALRM} = sub {
         # get PID of parrot
-        my @ps = `ps | grep [p]arrot`;
+        my @ps = `ps -C parrot -o pid`;
         die 'no output from ps' unless @ps;
         # the IO thread parrot process
         # on 2.2.x there are 4 processes, last is the IO thread

Reply via email to