delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/10/03/07:50:17

X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:subject:to:references
:content-type; q=dns; s=default; b=MUPDs2ZktFyScJTSnGd6+ITHAs5ns
sRb8nF7/EzqTI/DSzdYQXmvfrMw0uXHpWkl65bk4UqFBqwEOxZkvb47MybcIHmB4
f93lVaW2MBI08SINzjVJBQX2KxuTW/pxcR5da9XMs9dXzzQ1vY4bPElbbCFzGbQb
xcTCzVjkltmlUI=
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:message-id:date:from:subject:to:references
:content-type; s=default; bh=W2GLosUPg62nfzW0whevMQ9cp/w=; b=B0D
88phoyAiGHne21i+Xu4ZKjZLLZB068FMLcftPAUYSfYQ3CIFzrPHDeH6Tzm+nvvJ
doDb7mbmX52qfRA1f916QPHOjdHZnUOcuQ3jIMjFnk4gaqRKiczxvDNgK0tw4q63
dCJaRIXWbKF247BsqKs4hEY8mUXpNNrBXuzpAHdA=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*UA:github.com, H*M:google
X-HELO: mail-oi0-f44.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:to:references :user-agent; bh=u+UAG202rVn4QrQOF+WWSPGf/wPZelhPZPi7G/wwAdI=; b=SemwwW4VUt+jTST1oWKsfkG+S4N9+edhAiB8QL+gMsIKOnf3YwCuiManZvCPHGfba7 EbkPnuldWAOFMQbS9aqm8XGMXxQXyYS+Vr+tUddY4csqDVF5XHivsH+m+FDfE/NDrwAf kD7SVpWWdk1bwV1Eqmjdk5ySxKuxOyFj20K4VtF2Whbx9T1JL3I7rAkOz/eSbQZiunTJ JTamoAgrv0woX/R6S8/SngZpGimlGTLrm2FtlB40SeHIoC+H9d2R3ntHXcjDev+VGaKx RdzRFUDffqpjfzfxtN+iKE1j46Mi4P95kquO3iTA84AXdUP3xY0Sglv+8dvD8k/WFKvD Uc5Q==
X-Gm-Message-State: AMCzsaWjd3STfYWM+DhHXJZ6QOWsuzZ0EZWgVPsy7LixvSHH1fHoBJhN a+oyGjkxE2I2XZdak7WC/YcaWw==
X-Google-Smtp-Source: AOwi7QDo7fN/QXJvi4YmFcNfhNV2ByPH0lnoK1Vys2Op4ImBAVAr03VWpd1doG3IMfMiTRmW7bs2hw==
X-Received: by 10.157.72.219 with SMTP id a27mr1081504otj.322.1507031399646; Tue, 03 Oct 2017 04:49:59 -0700 (PDT)
Message-ID: <59d37966.02c1ca0a.656d6.f878@mx.google.com>
Date: Tue, 03 Oct 2017 04:49:58 -0700 (PDT)
From: Steven Penny <svnpenn AT gmail DOT com>
X-Google-Original-From: Steven Penny
Subject: Re: Segmentation fault with binutils 2.28.1
To: cygwin AT cygwin DOT com
References: <6d4a7eb5-0805-2e02-8ab9-aaf4442b80bd AT gmail DOT com>
User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst)

On Tue, 3 Oct 2017 07:48:51, Marco Atzeri wrote:
> I assume it is one of the reason why the compiler and binutils
> you are using are still in test and not current
> 
> @ mingw64-x86_64-binutils
> version: 2.25.0.1.23f238d-1
> [test]
> version: 2.28.1.12c1f20d-1
> 
> @ mingw64-x86_64-gcc-g++
> version: 5.4.0-3
> [test]
> version: 6.3.0-1

Notice carefully that I did not saying anything about GCC 6.3.0 in this thread.
Also notice that you are incorrectly assuming that I am using GCC 6.3.0. The
binutils in question does not work with either 5.4.0 nor 6.3.0.

> As you shifted the target from g++ to binutils

I did this because binutils is the problem, not GCC:

- http://cygwin.com/ml/cygwin/2017-09/msg00289.html
- http://github.com/Martchus/tageditor/issues/23

> do you have evidence that 2.29 will solve the issue ?

It seems that both 2.28 and 2.29 both work, so instead of trying to
troubleshoot we should probably just build a newer version and release that as
test:

http://github.com/Martchus/tageditor/issues/23#issuecomment-332686239


--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019