delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/10/02/22:03:38

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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; q=dns; s=default; b=XWaO+mi
Jgh3N5lFKuhsUbdvYwbaCjcAT9b2rydrKsZQZ2nyzNi1/lg3rutj9mLXYsSt94fr
E4mvqJnay48NKaqc3fJwoClnBR+CBXq6Ji90zjy0vFONsujmTdES3H6eAlIwzICL
ntEMgOr8IkiDIoowFahv2IFQmBIOvnMMJNaM=
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:mime-version:in-reply-to:references:from:date
:message-id:subject:to:content-type; s=default; bh=Wk7tw7kJBZaIR
AMzDUuY5r6lht8=; b=v2pd0D7RGTdxFEEhvUWWfrN+PV8tFQBCPRqJ2VU0R9u9W
1eP8oUDC3SSD14AiJtaXpaHpf8lE3XGdlBeW4oT3AXyaTLljTE92iVVvCSleNvUu
2DHxChVA15P1XXB+ipUkwx3uZ53aHfmeGIRG6x3pHrFy4yFOc3UMjLaDiR6Cp0=
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=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:804, month, charge
X-HELO: mail-wr0-f178.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=CLYQ102rlP6rfS1sUlEhamkIsTItprqtAI35HdANaNE=; b=O+LudLhaaKqbxft5n0NGicdHx3nXNAKxq/4ea4yXvEjM46gYOQ7CPthJio+ky/srcT EUQIodqZZ37W8DpOboIoXZe2s33FYHSmUIsWZ9h6NqZfJqGMJgLXm/y/4YQrOZAHAMsp cfEVh8fq2DFzUv08bLSmFoyhxIWihfwLZsHsUkgj37CDLOP1/HausWYIle6KdEdPtUun TsC1scOfO9vogq9mvzqu6wWCBdKPQ6O2NY1j0pC1QlMT8VZqPJohWiu+UDWWIH+VDXJl mwLvg+GUW54K4+4LcByKvKMY3GiWnjHBl4uFiRFUgxyXvHNTF60u2h90hbjm4ilOl2iJ o1fw==
X-Gm-Message-State: AMCzsaV38XVK1LHZ/bg2Erf20vAEWI/nFX5mE8A+0Ve1VJJmO20pWVqC STZIYMWmJS/qcqPQaVNbzPDqokxucZiS/4/LMhKUxA==
X-Google-Smtp-Source: AOwi7QClhq4ab+Snwd6IwsTjP95VuU/lthJdVxwM5DL+ShwDbhHvpT5nxNN4KrEipgw/Nd6NThUcESWvBoEMa0522d4=
X-Received: by 10.223.178.144 with SMTP id g16mr10614183wrd.76.1506996194958; Mon, 02 Oct 2017 19:03:14 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <59d2e708.c9539d0a.a5cbd.e4cc@mx.google.com>
References: <59d2e708 DOT c9539d0a DOT a5cbd DOT e4cc AT mx DOT google DOT com>
From: =?UTF-8?B?5Y+26Zuo6aOe?= <sunyucong AT gmail DOT com>
Date: Mon, 2 Oct 2017 19:02:44 -0700
Message-ID: <CAJygYd3+kj=2e8XfBNEXzsX-QCk7xy8KOdE=pi5-Xopnwer6jA@mail.gmail.com>
Subject: Re: Segmentation fault with binutils 2.28.1
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

Who is in charge of maintaining this package? Can we just upgrade to
latest binutils?

On Mon, Oct 2, 2017 at 6:25 PM, Steven Penny <svnpenn AT gmail DOT com> wrote:
> Reposting because it is a new month. Here is a demonstration of the problem:
>
>    $ cat z.cpp
>    #include <iostream>
>    main() {
>     std::cout << "cout test\n";
>    }
>
>    $ x86_64-w64-mingw32-g++ -static -o z z.cpp
>
>    $ ./z
>    Segmentation fault
>
> - http://cygwin.com/ml/cygwin/2017-09/msg00229.html
> - http://cygwin.com/ml/cygwin/2017-09/msg00289.html
> - http://github.com/Martchus/tageditor/issues/23
>
>
> --
> 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
>

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