From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24997 invoked by alias); 18 Jun 2007 11:04:55 -0000 Received: (qmail 24989 invoked by uid 22791); 18 Jun 2007 11:04:54 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO X-Spam-Check-By: sourceware.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (83.160.170.119) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Jun 2007 11:04:51 +0000 Received: from dijkstra.wildebeest.org ([192.168.1.29]) by gnu.wildebeest.org with esmtp (Exim 4.43) id 1I0F4d-0001mO-0y; Mon, 18 Jun 2007 13:07:07 +0200 Subject: Re: frysk builds cleanly on Fedora 7 From: Mark Wielaard To: Andrew Cagney Cc: frysk In-Reply-To: <4672C531.6060405@redhat.com> References: <466FEE64.6010404@redhat.com> <466FF2C5.7080107@oracle.com> <1181822225.4474.50.camel@dijkstra.wildebeest.org> <1181900677.4482.35.camel@dijkstra.wildebeest.org> <4672C531.6060405@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EBn+ArK/jSC6pr4b/ObL" Date: Mon, 18 Jun 2007 11:28:00 -0000 Message-Id: <1182164686.4534.14.camel@dijkstra.wildebeest.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) X-Spam-Score: -4.4 (----) X-Virus-Checked: Checked by ClamAV on sourceware.org 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-q2/txt/msg00305.txt.bz2 --=-EBn+ArK/jSC6pr4b/ObL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 2892 Hi, On Fri, 2007-06-15 at 12:58 -0400, Andrew Cagney wrote: > Is there a bug for this one? There is now: http://sourceware.org/bugzilla/show_bug.cgi?id=3D4653 Most issues were fixed by your latest patch to the common build files. But some others still remain (see the bug report). But this wasn't the cause of the many failures on F7. Nurding seems to have fixed most of those with: 2007-06-15 Nurdin Premji * DwarfDieFactory.java (loadDies): Call System.err.println=20 for each class, avoids ecj optimizing out these classes. Although calling println seems a little yucky. But it did seem to work. Now Fedora 7 (x86) seems to get somewhat similar results (in frysk-core) compared to Fedora Core 6 (x86_64) for me. Although there are still some errors/failures on both: Fedora Core 6 x86_64: There was 1 error: 1) testHpdBreakpointInline(frysk.bindir.TestFhd)frysk.expunit.TimeoutExcept= ion: Timeout of 5 expired There were 4 failures: 1) testSliceAddressSpace(frysk.proc.ptrace.TestByteBuffer)junit.framework.A= ssertionFailedError: unexpected signal Sig_IO 2) testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver)junit.framewor= k.AssertionFailedError: event loop run explictly stopped (terminated) 3) testVarOutOfScope(frysk.rt.TestDisplayValue)junit.framework.AssertionFai= ledError: Variable value at first breakpoint expected:<5> but was:<0> 4) testInstructionNext(frysk.rt.TestSteppingEngine)junit.framework.Assertio= nFailedError: line number Fedora 7 x86: There were 6 errors: 1) testHpdArray(frysk.bindir.TestFhd)frysk.expunit.TimeoutException: Timeou= t of 5 expired 2) testHpdBreakpointInline(frysk.bindir.TestFhd)frysk.expunit.TimeoutExcept= ion: Timeout of 5 expired 3) testSyscallRunning(frysk.proc.TestSyscallRunning)java.lang.NullPointerEx= ception 4) testLinuxPPC(frysk.proc.TestSyscallsWithAudit)java.lang.ArrayIndexOutOfB= oundsException: 302 5) testLinuxPPC64(frysk.proc.TestSyscallsWithAudit)java.lang.ArrayIndexOutO= fBoundsException: 302 6) testVarOutOfScope(frysk.rt.TestDisplayValue)java.lang.ArrayIndexOutOfBou= ndsException: 33 There were 4 failures: 1) testAttachToAttachedOtherTask(frysk.proc.TestTaskObserver)junit.framewor= k.AssertionFailedError: event loop run explictly stopped (terminated) 2) testTerminateKillKILL(frysk.proc.TestTaskTerminateObserver)junit.framewo= rk.AssertionFailedError: terminating value expected:<-9> but was:<128> 3) testTerminatingKillKILL(frysk.proc.TestTaskTerminateObserver)junit.frame= work.AssertionFailedError: terminating value expected:<-9> but was:<128> 4) testStepOver(frysk.rt.TestSteppingEngine)junit.framework.AssertionFailed= Error: line number Interestingly it seems there are some new ppc syscalls we don't recognize according to libaudit on Fedora 7. Filed that as bug http://sourceware.org/bugzilla/show_bug.cgi?id=3D4658 Anyone any ideas about the others? Cheers, Mark --=-EBn+ArK/jSC6pr4b/ObL Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 189 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBGdmbJxVhZCJWr9QwRAieLAJ4376Cktr4XSNLnInrx9ilwfw6wKgCgjTtP FzCOIpkZEoepxARv5osFBM4= =zwKL -----END PGP SIGNATURE----- --=-EBn+ArK/jSC6pr4b/ObL--