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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=d3vkRuhoVaeGvX4y g6z85PRvQg1F4K24RRuFJz1VoVg4NwOpO9hHtUNdVQOyIiL00vXVXtthgUfWanZS Jakeb5SN48wAW9Q5d8BNccI2XXgaYlO/yi7R6lngfjz105B+HB1MS4wovfazu+lF WXpGiuUjkTu4R/M+39IxmK0YtCs= 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:subject:to:references:cc:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=CkYIsm8bwpT4+9FptfcQuz CWrUc=; b=kjSNHCkQoWgcXv4e+Iw2iF5yH1GXOiFvk6gG8DiVgP/4TmPdlOzrRN 5f9SsJcI2x3sOAAeAxtC7yWVsTKwX1LmkPsD121ECrJI9VANraZMr5+63qonTQZH PQLxqeO7o2E2q2ujkaXlTFpEWF23jTFUGnpjE3xYWZ47K514QG6j0= 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=-2.2 required=5.0 tests=AWL,BAYES_00,FORGED_SPF_HELO,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS autolearn=no version=3.3.1 spammy=H*Ad:D*uk X-HELO: re-prd-fep-046.btinternet.com Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney AT btinternet DOT com X-OWM-Source-IP: 86.141.128.179 (GB) X-OWM-Env-Sender: jonturney AT btinternet DOT com X-VadeSecure-score: verdict=clean score=0/300, class=clean Subject: Re: assert creates unusable core dump on current stable Cygwin release To: The Cygwin Mailing List References: <2300fe24-fc50-3d1c-6b1b-bf6da6022d2e AT SystematicSw DOT ab DOT ca> Cc: Brian DOT Inglis AT SystematicSw DOT ab DOT ca From: Jon Turney Message-ID: Date: Wed, 9 Oct 2019 18:10:35 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <2300fe24-fc50-3d1c-6b1b-bf6da6022d2e@SystematicSw.ab.ca> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 09/10/2019 16:31, Brian Inglis wrote: > On 2019-10-09 01:14, 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)". > > I also get the core dump, which is un-gdb-able below, as is it's core dump, on > *current stable* Cygwin 64 releases *AND* see the message! As far as I'm aware, the core-dump tool 'dumper' has never been fixed for x86_64, so I wouldn't expect this to work. See [1]. [1] https://cygwin.com/ml/cygwin/2016-03/msg00464.html -- 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