delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/10/09/03:17:30

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:mime-version:from:date:message-id:subject:to
:content-type; q=dns; s=default; b=IZRfX2ea92xJRleLU1wckvJQEoXKp
KSPihrwC2SrmCmBsgR+xTbv45eL0QoDl02H+waqoMLNqckVe1XcDLwptTQPVUzFL
ztIEn9d7CjB7Wu4wsgexQg4OV46Xf9SC9fKO8EQ5IBBOvvIz3DVf8aUvlLcGjzdS
4IKWY6oQJpbfbk=
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:mime-version:from:date:message-id:subject:to
:content-type; s=default; bh=gW+rylgRgfYB2jRYTVTkNVVT1AI=; b=qYU
DLU0s5Y/LaEmqMqL289fhZOoJ+e3mP7vJyC6YQyrKB0mtdGqJ0mf3CWK84utZLmb
q+TNbniT0jLnWciMD8IuCFkWv/QDyizjr8Xqs38YmNo9p0lZaAuyOs27IZgZX/vg
9GIAM23Rxyd432IKLPnIgThSagmtnOVP5lX48jwo=
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=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=
X-HELO: mail-io1-f42.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=zJRBDZtGcahx+mX5riSJUHzlurqV9Zwsx4lXjYR/42w=; b=DiRXTdbukZIVD4ET5TUqSvMKRB9rCdDlOmhAwrd2VSZd04LGu6376RjDiKMmRm0Wz5 +YtXFnFWAexQgD4OcSHVY8xitfXpOZKtfUkJgIaHtH5kcqYdFp95m17It+06G5h5uYgN maIjn/oOT7q1/lT1XaA1LvDisKrwEMV8GWGEf91S1pq3y4JimDm5THcA6sm1jN3EWbfu WltnLbENfFvBkze0cj/ODs3EtYiAjIcBXXAhd8rx0cI/mYyzVvH+ux5ihCGeS9tZAjvr h7uzso05XDi/51PtgITLHlgTPwKsrTAsCBq7YfTr85FMJ0cslYHk53jqqumezgRYNagI HrGA==
MIME-Version: 1.0
From: Biswapriyo Nath <nathbappai AT gmail DOT com>
Date: Wed, 9 Oct 2019 12:44:14 +0530
Message-ID: <CALK-3mJyg6pox9a+ZNgGmspcxBFcgGJ3XymXAOOPP6_Z_tSUjQ@mail.gmail.com>
Subject: assert does not show output in cygwin test build
To: cygwin AT cygwin DOT com
X-IsSubscribed: yes

* 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)".

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