delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/11/02/23:53:36

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:from:reply-to:to:cc:subject:date:message-id
:content-type:content-transfer-encoding:mime-version; q=dns; s=
default; b=XNHHJuQEWQyslsLHj4hwuZCHOY4J6AL0KJYMi3DTXSnO5IRGLCOdK
gRS4y9nduLeIWgvDVUS2Ij6ur21nQGqui8BZvW1JPXO4UAkehNF1xG97C9kF1f50
LVEZq20NRjSygAItjxTJy6I/ysw2XWgqk3aKGyVCVzbuUSbqreIDcs=
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:from:reply-to:to:cc:subject:date:message-id
:content-type:content-transfer-encoding:mime-version; s=default;
bh=3tIBYuMNKo6gZbTJTUXbF9+f/1k=; b=u10N8df33aOYIDFSn0Du/jxw5Bj6
W2BNgEMNfH+jy5+7Vga7gSoqldOQh01qtWIWSruHxAyJo+0B9Ak6j18lUWHDjGuX
PPG19sZ0fmiBrYF13oTdheGpYrZV+XR/mVtn9PhsXGpdh6tfGE/WSN0I3FnizU7n
MXOeDczVVPV4ECY=
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-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=uncaught, H*F:D*gov
X-HELO: nihcesxway5.hub.nih.gov
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nih.gov; i=@nih.gov; q=dns/txt; s=NIH; t=1541217202; x=1572753202; h=from:to:cc:subject:date:message-id: content-transfer-encoding:mime-version; bh=pbvYgkvvc2HjAX1rGh/ZNrblvizlMpn6zP7dbpwuuxE=; b=KJnwTZSmlLC5PEAGSxQvKypZ4r9kSzP5tRugJm9wfLVCU2vC4Jb+Wv53 OQO5vBcfsqPogv7WS/QMCIY/+K1hC89CBWgVR5ZoEXAHxQHdFE0kSOLpr K9JgdXOU9FoLO7keX/hUyJSY4sQqU0l+Ar/3F6FJNLZf02BDt5/gBGa6Y 6Xr80YMLBMDpPXlRomB+j+V/FoLjS9BrU6APfKtR6w/aUszJLphz5QGK5 netQtYWWIogCgznG243+ytWAs5vzTJrcc177punsVB5pPnsXhtSq7f1uY 4azBxnRbiHPXT6AeyltAGPG1vXnWfgFiQ+nMFXVJ4V5WH3bI/erTTZlK3 w==;
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nih.onmicrosoft.com; s=selector1-ncbi-nlm-nih-gov; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=pbvYgkvvc2HjAX1rGh/ZNrblvizlMpn6zP7dbpwuuxE=; b=eYvIJplz55B8Zd1CRDM5lZco1NQWqrhpOrTnledw51iifvUSMxTSf+6EQme1/obxoYN3TNou+h8PTF2B1vD6nULgj5XRgfDC//MGI9tdkcwwaFYwG+VDocI+9qVu2MjVBiWrGmiD2XqT/XTlSP9qaCmmnhDBkAk79y3HybebqEI=
From: "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin" <cygwin AT cygwin DOT com>
Reply-To: "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" <lavr AT ncbi DOT nlm DOT nih DOT gov>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
CC: JonY <10walls AT gmail DOT com>
Subject: Re: iostream exceptions uncaught with CYGWIN GCC/7.3.0
Date: Sat, 3 Nov 2018 03:53:16 +0000
Message-ID: <BYAPR09MB324063C1E1F32E4E12E4C0E4A5C80@BYAPR09MB3240.namprd09.prod.outlook.com>
authentication-results: spf=none (sender IP is ) smtp.mailfrom=lavr AT ncbi DOT nlm DOT nih DOT gov;
MIME-Version: 1.0
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id wA33rYRj023807

> Cygwin GCC is configured and built with the old C++ ABI, I'm guess that's the problem?

The problem is that it does not work correctly because G++ and its run-time are not consistent.

GCC doc says version 7.x uses new ABI by default, so I'd guess that's the C++ stdlib which was built with the old ABI -- i.e. the other way around.

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