From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9584 invoked by alias); 21 Mar 2014 04:49:24 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9572 invoked by uid 89); 21 Mar 2014 04:49:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f196.google.com Received: from mail-lb0-f196.google.com (HELO mail-lb0-f196.google.com) (209.85.217.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 21 Mar 2014 04:49:22 +0000 Received: by mail-lb0-f196.google.com with SMTP id 10so327971lbg.11 for ; Thu, 20 Mar 2014 21:49:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.37.99 with SMTP id x3mr32000809laj.7.1395377358904; Thu, 20 Mar 2014 21:49:18 -0700 (PDT) Received: by 10.114.190.234 with HTTP; Thu, 20 Mar 2014 21:49:18 -0700 (PDT) Date: Fri, 21 Mar 2014 10:18:00 -0000 Message-ID: Subject: Stack trace dumpfile From: Joseph Maxwell To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2014-03/txt/msg00378.txt.bz2 I have compiled a C program that seemed to be successful, using - "$ gcc -O2 /cygdrive/j/Comp_programs/C/24_Hrs/8/OCR_DOC-8.3.c -o /cygdrive/j/Comp_programs/C/24_Hrs/8/08L03.exe" however on executing it I receive the following message - " $ /cygdrive/j/Comp_programs/C/24_Hrs/8/08L03.exe 9 [main] 08L03 16888 J:\Comp_programs\C\24_Hrs\8\08L03.exe: *** fatal error - MapViewOfFileEx 'shared.5'(0x794), Win32 error 6. Terminating. 8066 [main] 08L03 16888 cygwin_exception::open_stackdumpfile: Dumping stack trace to 08L03.exe.stackdump" I recompiled using the gcc -O2 -g option with the intent of using 'addr2line -e' . The problem is that I cannot find a "08L03.exe.stackdump" anywhere on My Computer" after an exhaustive search on all disks. Could someone suggest were to locate this file or how to proceed with the debug. Thanks! -- 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