From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22585 invoked by alias); 9 Oct 2019 10:54:39 -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 22579 invoked by uid 89); 9 Oct 2019 10:54:39 -0000 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 Received: from conssluserg-04.nifty.com (HELO conssluserg-04.nifty.com) (210.131.2.83) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 10:54:36 +0000 Received: from Express5800-S70 (ntsitm283243.sitm.nt.ngn.ppp.infoweb.ne.jp [125.1.151.243]) (authenticated) by conssluserg-04.nifty.com with ESMTP id x99AsORN009657 for ; Wed, 9 Oct 2019 19:54:25 +0900 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, 09 Oct 2019 10:54:00 -0000 From: Takashi Yano To: cygwin@cygwin.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.c1e05f2bf819dda1fca25dcd@nifty.ne.jp> <001901d57e8d$dc665480$9532fd80$@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00041.txt.bz2 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