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=S2pOpAtUBXQ3kGIvul3D8XM1Vr3peR4nyQQ63e0CL+H WcGODpU8NnxSXgD5dTqOu2osfz+5JsVtCTZW4Q4E2mgrW25Bir/DDjDGal98IVIp z5fOqwHVvYXV5XbHA4sFtf5Sl0anJubk0mO1lEWIMB55G4p/xp/VgS3UYinDrDv0 = 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=HcDd041ItqLbobPsoYGhNdde7cw=; b=r7imUbUr8OEjn0BJo ti+cBMZoEXE8dfALCc5ZWLcl7sHvkZV4M/BxcHt0MfiR15gdOQ9f9pn3E9BoI9C2 6gO3O9qeHHNIeBoWIb+wwGXt9aUQI1ry0wzdparR5bHzi5oVUkRR/PAn1h6d6xRT hvFj5aVno8qvOlkbOaCxL1VHig= 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=UD:jp, D*jp X-HELO: conssluserg-05.nifty.com 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, 9 Oct 2019 19:03:50 +0900 From: Takashi Yano To: cygwin AT cygwin DOT 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 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