From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27482 invoked by alias); 17 Oct 2015 14:15:36 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 27474 invoked by uid 89); 17 Oct 2015 14:15:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 17 Oct 2015 14:15:34 +0000 Received: by pacfv9 with SMTP id fv9so49415742pac.3 for ; Sat, 17 Oct 2015 07:15:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=oD1IhxuBTdj8OIeWrT7QfzDqTtgRfB+tYuvcdoCQ0ms=; b=IPCRTV/U712jPW26JxenUB4cOtP/sVu5zvdOVcJjtqCherY/6RcOnBVjaAaETFtTrA qBYj/bRVaRDP5ROgHxdgotnwwJXJl/ubsNHQ5vu2oa7eU8P3oNrzMo9bC12nz8dv2DeN fnhyST0+Ur8hGpVmyq4YsomzrAWe49yZVbyYnjIW4dQ2YNKjyPIbN0w73GsVyV6ZWuxt QWDWbbOhyPfhQFb6/GwM4slvDCFmGQR/IcvPBQpdVHNZkdZ/wTkz0z9LMVqADxjXm42U 7BABDQiGmTzIxxxdDaQUd/RWFZQRg0EBBp9X6990fHkm/w5E22M/aywG/b7NjYTMJouS xcCQ== X-Received: by 10.66.227.101 with SMTP id rz5mr23312133pac.123.1445091332523; Sat, 17 Oct 2015 07:15:32 -0700 (PDT) Received: from [10.0.1.109] (ip72-209-49-95.ri.ri.cox.net. [72.209.49.95]) by smtp.gmail.com with ESMTPSA id ci2sm26899722pbc.66.2015.10.17.07.15.31 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Oct 2015 07:15:32 -0700 (PDT) To: cygwin@cygwin.com From: "Matt D." Subject: Cygwin gjar core dumps whereas Oracle jar does not Message-ID: <562257EA.3090501@codespunk.com> Date: Sat, 17 Oct 2015 14:15:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-10/txt/msg00257.txt.bz2 Latest release of setup-x86.exe downloaded today. Sample jar and folder for testing: https://www.dropbox.com/s/8cdworjifch79de/sample_jar.zip?dl=0 Test on gcc-java-4.9.2-3: $gjar -uf test.jar -C test icons Illegal instruction (core dumped) Test on gcc-5.2.0-1: $gjar -uf test.jar -C test icons Illegal instruction (core dumped) Test on Oracle JDK jar: $jar -uf test.jar -C test icons (works fine) Matt D. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple