X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; q=dns; s=default; b=VnL
	PdlGGricrgU1OGEX20BjhvRWxAMFkWBbHNGfFrLUqVpte3Gpn7dseukqM30J40D1
	J4NkH4oIOwkXxnQxfcsBAIUiebUTbekHIB0ayoAXHcctUiLeG0nUWa4n57cIOz1q
	1NgkPciSFFfcizns0gpN4cxWf8KUZVKZIZtkZVLo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:to:from:subject:message-id:date:mime-version
	:content-type:content-transfer-encoding; s=default; bh=vXSxaj3Kl
	rWL/PgTBqEMd/i0gbQ=; b=WfUHjXYEMvHCPwPtbGb+lwICRWnfkfEStl3NBKFQY
	ykY+X24ybgCSVb7QuBodRmeJISLJ6xHvIwt0x4UVSMQuzywpKxvb0bIJnSKqzVEB
	T0sWCib+EHtIop+2cGy/x5stMyxdtAfHHEvSr1G+LypmJc3dfPPNLLI/oZozA42G
	v0=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
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)
To: cygwin@cygwin.com
From: "Matt D." <matt@codespunk.com>
Subject: Cygwin gjar core dumps whereas Oracle jar does not
Message-ID: <562257EA.3090501@codespunk.com>
Date: Sat, 17 Oct 2015 10:15:06 -0400
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


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

