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:to:in-reply-to:subject:date:message-id :mime-version:content-transfer-encoding:content-type:references; q=dns; s=default; b=S8OfxxDe9ZSuV1qYxGzWdHBuJtj+4y0AIjg2qh6HsaR aOU8JB1e7IFVHo6lBQ7boMoFuFCb5NoZtyjd7hhcQAgb8tzSKf16X0ST+u3mUqaU I1otqgiU25cI9RboQSBzbFU1Zd8mKZEFYze67bidHXuFFgAbSWtQmxSKv9dirQQQ = 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:to:in-reply-to:subject:date:message-id :mime-version:content-transfer-encoding:content-type:references; s=default; bh=+TroblY8pFhODXTG1uFqcJRYW1M=; b=ZElky9IES8L9NxRDM BGNbQvNvgHXf7c/1r9XpVXxdhDnas/74m4sBQuqXpmfrSRtnQBfOGQiizEIGcUrs oVrQo060CBjByE7h83WQW1Mvmk0feViFTvZPd5LQxUl/xdFePSJwVFFY1eSZhQ4Q +KTac8etIFrS70WuCgioni6fWA= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=-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 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= 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, 9 Oct 2019 13:39:42 +0300 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 DOT c1e05f2bf819dda1fca25dcd AT nifty DOT ne DOT jp> X-IsSubscribed: yes 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