From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124081 invoked by alias); 9 Oct 2019 10:39:48 -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 124073 invoked by uid 89); 9 Oct 2019 10:39:48 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:557, hello!, H*UA:Outlook, H*x:Outlook X-HELO: mailout1.w1.samsung.com Received: from mailout1.w1.samsung.com (HELO mailout1.w1.samsung.com) (210.118.77.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 10:39:46 +0000 Received: from eucas1p2.samsung.com (unknown [182.198.249.207]) by mailout1.w1.samsung.com (KnoxPortal) with ESMTP id 20191009103944euoutp01ffaad2180f5bf75267dd009fdc27f3b5~L9F8XyAXF1755817558euoutp01j for ; Wed, 9 Oct 2019 10:39:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mailout1.w1.samsung.com 20191009103944euoutp01ffaad2180f5bf75267dd009fdc27f3b5~L9F8XyAXF1755817558euoutp01j DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1570617584; bh=sKXu+HCcCrIEtu073FRM60r3QTz7hxvDrkttCImLSSM=; h=From:To:In-Reply-To:Subject:Date:References:From; b=TKOaYjIA8/5N30x3sHjV3fkKiWOn4ZZ+F0KpVkt2WtHwDi3+sXWu9BLaHSeaMt2FY rAhygFgkM0fYWLCIT6DW64wfGj/TFflNy3CDm1UGTKjxI0RQMzmHub3dH0bbuvFMb+ catpzPwpbHq90WINcUacQxAAstedT4uVF8HLZ+gs= Received: from eusmges2new.samsung.com (unknown [203.254.199.244]) by eucas1p2.samsung.com (KnoxPortal) with ESMTP id 20191009103944eucas1p2e08069b87f2e2519924c79fbce5ce078~L9F8R8hXR0746607466eucas1p26; Wed, 9 Oct 2019 10:39:44 +0000 (GMT) Received: from eucas1p1.samsung.com ( [182.198.249.206]) by eusmges2new.samsung.com (EUCPMTA) with SMTP id BE.2C.04309.0F8BD9D5; Wed, 9 Oct 2019 11:39:44 +0100 (BST) Received: from eusmtrp2.samsung.com (unknown [182.198.249.139]) by eucas1p2.samsung.com (KnoxPortal) with ESMTPA id 20191009103943eucas1p24a788c0feb9fa310848e4370eeb5f810~L9F7TGFIx0749207492eucas1p2z; Wed, 9 Oct 2019 10:39:43 +0000 (GMT) Received: from eusmgms2.samsung.com (unknown [182.198.249.180]) by eusmtrp2.samsung.com (KnoxPortal) with ESMTP id 20191009103943eusmtrp2172600e5b8c43cdbb33f03ec117b84d6~L9F7R_xKA1175511755eusmtrp2Z; Wed, 9 Oct 2019 10:39:43 +0000 (GMT) Received: from eusmtip2.samsung.com ( [203.254.199.222]) by eusmgms2.samsung.com (EUCPMTA) with SMTP id AB.64.04117.FE8BD9D5; Wed, 9 Oct 2019 11:39:43 +0100 (BST) Received: from PFEDIN01 (unknown [106.109.131.169]) by eusmtip2.samsung.com (KnoxPortal) with ESMTPA id 20191009103942eusmtip202920e0a408143f9df90d42df4bd1c83~L9F7Buy4a2199321993eusmtip2s; Wed, 9 Oct 2019 10:39:42 +0000 (GMT) From: "Pavel Fedin" To: "'Takashi Yano'" , In-Reply-To: <20191009190350.c1e05f2bf819dda1fca25dcd@nifty.ne.jp> Subject: RE: assert does not show output in cygwin test build Date: Wed, 09 Oct 2019 10:39:00 -0000 Message-ID: <001901d57e8d$dc665480$9532fd80$@samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-CMS-MailID: 20191009103943eucas1p24a788c0feb9fa310848e4370eeb5f810 X-Msg-Generator: CA Content-Type: text/plain; charset="utf-8" X-RootMTR: 20191009100417epcas3p397ab8308d3f1dfedaa05b484b05adb1f X-EPHeader: CA CMS-TYPE: 201P X-CMS-RootMailID: 20191009100417epcas3p397ab8308d3f1dfedaa05b484b05adb1f References: <20191009190350.c1e05f2bf819dda1fca25dcd@nifty.ne.jp> X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00040.txt.bz2 Hello! > Thanks for your report. However, I cannot reproduce the problem. > > 1. Could you please describe the steps to reproduce this? g++ test.cpp -o test ./test > 2. What happens if you execute: > ./a.exe 2>&1 | cat The same. No output. From gdb i know that the control reaches __cxa_throw and then RaiseException(). Then the app apparently just exits. I'll try to debug this myself when i have some time. Kind regards, Pavel Fedin Senior Engineer Samsung Electronics Research center Russia -- 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