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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=N4znBsfCEAkGTpuflynScizuwMEtx dOUibzLet6U4eS4TTgYcjvyp3/DPmSNkavribxXK2ASnKLdO/FfVtSHGhgY0+xPk WGe0FHuV9YeKgTlolT0Vtm+JtR/sax3p3TXaMImkcn9wDtvu9pK3Ik/6jpk3GT6c wBiBZklP3OLUJE= 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:date:message-id:subject:from:to :content-type; s=default; bh=hK3irM+I28pR9kXIoWReS4h7gcI=; b=pjt GDcFtwcmLXULxbc2T85E0AX3Yl4C+kwfYxWCWnDicQ/UHiUfUSqSK1iG3hvjFoLl Es0q4M1ldWFBwrsgWAuUQBTxUYbw7nfkl7i8pQFcpkLMI+vbgSPo6pAl4oJ0QCha IfyQnIHY47vlGqlYF7my2gSj+s2mF9Rdco/A0yz8= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f175.google.com MIME-Version: 1.0 X-Received: by 10.224.131.70 with SMTP id w6mr25042458qas.78.1421415021626; Fri, 16 Jan 2015 05:30:21 -0800 (PST) Date: Fri, 16 Jan 2015 16:30:21 +0300 Message-ID: Subject: Stack Dump Message From: Ameen Sayegh To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 hello there, I already asked the question on [stack overflow](http://stackoverflow.com/q/27943489/2318073) but I didn't quite get the answer I want. Here is the issue: abort function produces the output "Aborted (core dumped)" when I run the program on cygwin terminal while it produce " 0 [main] test 1904 cygwin_exception::open_stackdumpfile: Dumping stack trace to test.exe.stackdump" when I run it on Windows CMD or Windows Explorer. Why is that? and Can I change it to the first format? I can't read the source code to figure out what exactly is going on because such projects are bigger than my skills but I tried though and I found that the abort function is sending SIGABRT signal but couldn't find the signal handlers I hope someone will help me with this. thank you all Ameen -- 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