From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30162 invoked by alias); 19 Nov 2007 17:59:58 -0000 Received: (qmail 30155 invoked by uid 22791); 19 Nov 2007 17:59:58 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Nov 2007 17:59:55 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lAJHxrqR001421; Mon, 19 Nov 2007 12:59:53 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAJHxqBt009956; Mon, 19 Nov 2007 12:59:52 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAJHxkUE009655; Mon, 19 Nov 2007 12:59:51 -0500 Message-ID: <4741CEC7.4040807@redhat.com> Date: Mon, 19 Nov 2007 17:59:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Carlos Eduardo Seo CC: frysk Subject: Re: testHpdPid: problems running on ppc64 References: <4741C10D.9010902@linux.vnet.ibm.com> In-Reply-To: <4741C10D.9010902@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q4/txt/msg00157.txt.bz2 Carlos, outch! Are you running the test as a normal user or root? If its as a normal user then there's a kernel problem; we can work out where to report it on irc :-( If it is only as root then the test must be erroneously killing something it shouldn't. Andrew PS: Some things helpful here; disabling the test can be done with: if (unresolved(0)) return; or: ./TestRunner --exclude ... also, its possible to run each test separately; something like: ./TestRunner -n | while read t ; do ./TestRunner $t ; done Carlos Eduardo Seo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello > > I was trying to run the testsuite on ppc64 but this particular test > makes every machine I tried reboot. Any thoughts? It's RHEL5 running on > 970FX. > > Nurdin Premji, I see you wrote this test. Do you have any ideas? > > Thanks and regards, > > - -- > Carlos Eduardo Seo > Software Engineer > IBM Linux Technology Center > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.7 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHQcEMqvq7Aov/qQARAj7mAJ9oaRl9LDTnvN74scehEnBPsETnlwCeK24W > cw1V+XNpjyCMol+rf9RiR7Y= > =EXN2 > -----END PGP SIGNATURE----- >