From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31535 invoked by alias); 9 Oct 2019 10:03:57 -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 31527 invoked by uid 89); 9 Oct 2019 10:03:57 -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=UD:jp, D*jp X-HELO: conssluserg-05.nifty.com Received: from conssluserg-05.nifty.com (HELO conssluserg-05.nifty.com) (210.131.2.90) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Oct 2019 10:03:55 +0000 Received: from Express5800-S70 (ntsitm283243.sitm.nt.ngn.ppp.infoweb.ne.jp [125.1.151.243]) (authenticated) by conssluserg-05.nifty.com with ESMTP id x99A3lQc003029 for ; Wed, 9 Oct 2019 19:03:48 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-05.nifty.com x99A3lQc003029 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1570615428; bh=tjpc5irKx3hYWKefSbwUrzOPn+g0+mPwF7UekJ9SJdU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=CcH+MhDpxQ18EJloHcMP0fBnh+VFsimo2V9DTxgwDCYPIDjAyB+4ReEL9vyiqUDy/ w2KwuLCBDszxruDsKWxG7dk5fx5Ri1WDNBjibuVKgoXV2obJKO/fIcVjCCbBOiFiUn 64J2CqjnS6ABNrgS00HMcnv+grg7QCqB845namUnmbHb3UDbQqz4NSTYxBGQqZrvKG RZv7YA2zwi2DGvXEfc7qlilj9ls26s43xxOPkWwZiOqi0aAjDI6vwUt2oe0yC0cydw QIiuzS7E50vo+DkVp/QMonuJ8rHTQ7wqI33ovreCxZ/D8/RKjiz1/vLJBfxcygq6rE L6SCQ5yJnN7ig== Date: Wed, 09 Oct 2019 10:03:00 -0000 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: assert does not show output in cygwin test build Message-Id: <20191009190350.c1e05f2bf819dda1fca25dcd@nifty.ne.jp> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg00039.txt.bz2 On Wed, 9 Oct 2019 12:44:14 +0530 Biswapriyo Nath wrote: > * mintty version: mintty 3.0.6 (x86_64-pc-cygwin) > * cygwin version: 3.1.0-0.6 > * code: > > #include > > int main() { > int x = 1; > assert(x == 0); > } > > * Expected result: The terminal should show this message which appers > in latest stable cygwin version. > assertion "x == 0" failed: file "test.c", line 6, function: main > > * Actual result: terminal only shows "Aborted (core dumped)". Thanks for your report. However, I cannot reproduce the problem. 1. Could you please describe the steps to reproduce this? 2. What happens if you execute: ./a.exe 2>&1 | cat -- 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