From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27491 invoked by alias); 10 Jul 2016 11:57:52 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 27480 invoked by uid 89); 10 Jul 2016 11:57:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:java@gc, essence, UD:novell.com, experiencing X-HELO: mail-lf0-f49.google.com Received: from mail-lf0-f49.google.com (HELO mail-lf0-f49.google.com) (209.85.215.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 10 Jul 2016 11:57:41 +0000 Received: by mail-lf0-f49.google.com with SMTP id h129so53390957lfh.1 for ; Sun, 10 Jul 2016 04:57:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bBBeM1PAbN7JaSXqrZVsiAEaWIwNzp1eumrvzm9kTPw=; b=CoQJVjhdjTEhwn07PtXtEXqOuLFZD3GV3d/mYIECNgtnYzCku1Pz4PdgcZj/hBGtOm d8Hvpgo4yHjkuIKg8TKHHXT0/AmYW3XE3/v54YSi2aZM2MqLirBZrOOBPD0dB6i27xjC S9waPF73TrAAbs/PWALLOP5bG1EMi1gIS0EPIUnAsKwhZ+RG4pxxgSypikRZZPabDUCK fmaFlSdTK9afPkQVm31qGqdi8eVEFVCii6dAbuMhhy3USy/+8K+NvpNl+Gj0mLzwaMcl bCTn7LTLqmGK6jnJJ2HNI2qyWIyjXXvADZDn1DOJk4T/DNdh49DNfIlVcuu5tmMG0Ofh TrwA== X-Gm-Message-State: ALyK8tICXB4E2OcdxZE0DqpkQuE/4dcg3n/eG8wTycrEj32XK7TecCYdNKRpdN5LeuUQt5tKdQ/CIHuFbCP/eA== X-Received: by 10.25.82.10 with SMTP id g10mr3904933lfb.141.1468151857255; Sun, 10 Jul 2016 04:57:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.214.141 with HTTP; Sun, 10 Jul 2016 04:57:17 -0700 (PDT) From: "Matwey V. Kornilov" Date: Sun, 10 Jul 2016 11:57:00 -0000 Message-ID: Subject: gij 4.8 on armv7l To: java@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-07/txt/msg00000.txt.bz2 Hello, I am running gcc 4.8.5 and experiencing the following issue with java on armv7l architecture. I think that issue can be related to gnu java code runtime interpreter. Apache ant fails with the following trace when run using gij: [ 76s] /home/abuild/rpmbuild/BUILD/xml-commons-1.3.04/xml-commons-1_0_b2/build.xml:49: The following error occurred while executing this line: [ 76s] /home/abuild/rpmbuild/BUILD/xml-commons-1.3.04/xml-commons-1_0_b2/java/external/build.xml:120: java.lang.IllegalArgumentException: 16877=40755 will not fit in octal number buffer of length -1292065064 [ 76s] at org.apache.tools.tar.TarUtils.formatUnsignedOctalString(TarUtils.java:387) [ 76s] at org.apache.tools.tar.TarUtils.formatLongOctalBytes(TarUtils.java:440) [ 76s] at org.apache.tools.tar.TarUtils.formatLongOctalOrBinaryBytes(TarUtils.java:470) [ 76s] at org.apache.tools.tar.TarEntry.writeEntryHeaderField(TarEntry.java:866) [ 76s] at org.apache.tools.tar.TarEntry.writeEntryHeader(TarEntry.java:819) [ 76s] at org.apache.tools.tar.TarOutputStream.putNextEntry(TarOutputStream.java:305) [ 76s] at org.apache.tools.ant.taskdefs.Tar.tarResource(Tar.java:480) [ 76s] at org.apache.tools.ant.taskdefs.Tar.tarFile(Tar.java:354) [ 76s] at org.apache.tools.ant.taskdefs.Tar.tar(Tar.java:669) [ 76s] at org.apache.tools.ant.taskdefs.Tar.execute(Tar.java:314) Where -1292065064 randomly changes with every restart. An issue here that the length is a constant in essence. I checked that the same ant.jar run fine with oracle java 1.8.0. It would be great if you could point me how to try to debug and solve this issue. See also: https://bz.apache.org/bugzilla/show_bug.cgi?id=59771 https://bugzilla.novell.com/show_bug.cgi?id=988274 -- With best regards, Matwey V. Kornilov http://blog.matwey.name xmpp://0x2207@jabber.ru