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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=wEEWo6066d/b5LWQVfLFZhuDgxEnU78EOlHogpx7cLu bK2alkHJh2OeuyQmQb58KUqZwoK54JFjhsexGiAg0LSbZTaCf11vXY2VlOvh+PkS a8n0De+04CYj1SIXXRzaE3tV6vRziBkk3Mq69Uen3cYOb+HYVaaoLahRM0OfY1hA = 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:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=qgZ1iA+4v+RO8RZXFQxT5t0TpTQ=; b=JK1RMi20XN0SZYhpP 570Hj5+MK70MjPHXW1GsJTYsxnrzTVTzrs9bqfDtMmyJcKiwTKFdNqMO4D8D3ZKh S7tW5yIf/5Qf9lHsxp389EASB/3R1yBCNuREPOCJa+CV4DexW9FxMg3BzL0fibgf YuB9sJ7OfOij7Dt6/mfN6zBoIs= 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=-7.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=hello! X-HELO: conssluserg-04.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com x99AsORN009657 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1570618465; bh=LRqN3dqxtcQFbqVfCBKoDLmdf7R9/p9GY5QopGaN8z8=; h=Date:From:To:Subject:In-Reply-To:References:From; b=x2eydRiMzogNdnNH+rEpGSJfQpAb3cY39CITpNo8n8+Ezu8YPJBB3drhHdKK3Ia1N SOX4iLYjclUiDiQ8nt9cRCdOGhCBVVVJ+iorGaxedd0/+HgC+BwqItHGzahllHezp4 B4TrifC3Pq/d/WoSUhrM57f8abt85hb+AmopKSwo8rerKfJCHxbGk0nYem5ImRXL9b 1+/Pp/pT32+aaRn8HbNbWuau1H6y0xJp2k21Gr3FQmr1dbup6gjjBLQomcxXGqq2o6 yvDODutcFTnanWNicY1EADx/APSjdzK1aapJTWvjt3vXieh9Hd6JsahQedF6JPY+eq YR02Xy6FAA+eQ== Date: Wed, 9 Oct 2019 19:54:27 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: assert does not show output in cygwin test build Message-Id: <20191009195427.28daf789b85b0e0333b05b74@nifty.ne.jp> In-Reply-To: <001901d57e8d$dc665480$9532fd80$@samsung.com> References: <20191009190350 DOT c1e05f2bf819dda1fca25dcd AT nifty DOT ne DOT jp> <001901d57e8d$dc665480$9532fd80$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Wed, 9 Oct 2019 13:39:42 +0300 "Pavel Fedin" wrote: > 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. Is this surely the reply to "Re: assert does not show output in cygwin test build" ? Or your reply is regarding "Cygwin and stdexcept bug ?" ? -- Takashi Yano -- 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