From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5752 invoked by alias); 7 Jun 2011 17:28:51 -0000 Received: (qmail 5725 invoked by uid 22791); 7 Jun 2011 17:28:50 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GC,TW_IB X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 07 Jun 2011 17:28:36 +0000 From: "ro at gcc dot gnu.org" To: java-prs@gcc.gnu.org Subject: [Bug libgcj/49314] New: md5test, shatest output FAILs on Tru64 UNIX X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcj X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 07 Jun 2011 17:28:00 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2011-q2/txt/msg00056.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49314 Summary: md5test, shatest output FAILs on Tru64 UNIX Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned@gcc.gnu.org ReportedBy: ro@gcc.gnu.org Host: alpha-dec-osf5.1b Target: alpha-dec-osf5.1b Build: alpha-dec-osf5.1b Of the 12 remaining libjava failures on Tru64 UNIX, 8 are due to the same reason: FAIL: md5test output - source compiled test FAIL: md5test -findirect-dispatch output - source compiled test FAIL: md5test -O3 output - source compiled test FAIL: md5test -O3 -findirect-dispatch output - source compiled test FAIL: shatest execution - source compiled test FAIL: shatest -findirect-dispatch execution - source compiled test FAIL: shatest -O3 execution - source compiled test FAIL: shatest -O3 -findirect-dispatch execution - source compiled test Running md5test manually, I get 6 times this output: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Unknown Source) at gnu.java.security.hash.BaseHash.update(Unknown Source) at gnu.java.security.jce.hash.MessageDigestAdapter.engineUpdate(Unknown Source) at java.security.DummyMessageDigest.engineUpdate(Unknown Source) at java.security.MessageDigest.update(Unknown Source) at md5test.testString(Unknown Source) at md5test.main(Unknown Source) Unfortunately, gdb 7.2.50 is no help: Reading symbols from /var/gcc/gcc-4.7.0-20110530/5.1b-gcc/alpha-dec-osf5.1b/libjava/testsuite/md5test.exe...done. (gdb) run Starting program: /var/gcc/gcc-4.7.0-20110530/5.1b-gcc/alpha-dec-osf5.1b/libjava/testsuite/md5test.exe /vol/src/gnu/gdb/gdb-git/gdb/utils.c:1446: internal-error: virtual memory exhausted: can't allocate 8375 bytes. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y