delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/10/09/06:04:48

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <takashi DOT yano AT nifty DOT ne DOT jp>
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: <CALK-3mJyg6pox9a+ZNgGmspcxBFcgGJ3XymXAOOPP6_Z_tSUjQ@mail.gmail.com>
References: <CALK-3mJyg6pox9a+ZNgGmspcxBFcgGJ3XymXAOOPP6_Z_tSUjQ AT mail DOT gmail DOT com>
Mime-Version: 1.0
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 <assert.h>
> 
> 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 <takashi DOT yano AT nifty DOT ne DOT jp>

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019