From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10541 invoked by alias); 3 Nov 2018 03:53:25 -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 10525 invoked by uid 89); 3 Nov 2018 03:53:24 -0000 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 Received: from nihcesxway5.hub.nih.gov (HELO nihcesxway5.hub.nih.gov) (128.231.90.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 03 Nov 2018 03:53:22 +0000 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==; Received: from uccbx01.nih.gov (HELO ces.nih.gov) ([156.40.79.151]) by nihcesxway5.hub.nih.gov with ESMTP; 02 Nov 2018 23:53:20 -0400 Received: from uccbX02.nih.gov (156.40.79.152) by uccbX01.nih.gov (156.40.79.151) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Fri, 2 Nov 2018 23:53:20 -0400 Received: from GCC01-CY1-obe.outbound.protection.outlook.com (156.40.79.132) by uccbX02.nih.gov (156.40.79.152) with Microsoft SMTP Server (TLS) id 15.0.1367.3 via Frontend Transport; Fri, 2 Nov 2018 23:53:20 -0400 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= Received: from BYAPR09MB3240.namprd09.prod.outlook.com (20.178.1.14) by BYAPR09MB3240.namprd09.prod.outlook.com (20.178.1.14) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.1294.25; Sat, 3 Nov 2018 03:53:18 +0000 Received: from BYAPR09MB3240.namprd09.prod.outlook.com ([fe80::adec:71de:6fd1:8f70]) by BYAPR09MB3240.namprd09.prod.outlook.com ([fe80::adec:71de:6fd1:8f70%3]) with mapi id 15.20.1294.024; Sat, 3 Nov 2018 03:53:18 +0000 From: "Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin" Reply-To: "Lavrentiev, Anton (NIH/NLM/NCBI) [C]" To: "cygwin@cygwin.com" CC: JonY <10walls@gmail.com> Subject: Re: iostream exceptions uncaught with CYGWIN GCC/7.3.0 Date: Sat, 03 Nov 2018 03:53:00 -0000 Message-ID: authentication-results: spf=none (sender IP is ) smtp.mailfrom=lavr@ncbi.nlm.nih.gov; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Return-Path: lavr@ncbi.nlm.nih.gov X-SW-Source: 2018-11/txt/msg00041.txt.bz2 > 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