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=QzLZ0xLiW13E7ECO62NTzALoH4pq5 9nvaK2Zwaj3p0JZN27fOhwNC6N7RuDjudnF4y0g135iKaWiE74G98ArllnazcNYZ mQUsd50xd4nqMS+Hu0pVSkf+WgFlQhsH44fyIyt2V4gjm5eik8BL1RjY/yOWBAZk e+7PCtsv/pi8oU= 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=qR+Uw7MpW/sRKg+ZPf2jEMhrGI8=; b=WmC oArO/M4HWbCpcmmjxaZmuBfsY6KdatyvDIAZArQ4hngEjk8FHbEfkJC3y3ngerAt PbGSHlSlnCjq/BFKl+OwSssgwbLJSzuNd+z1a3/r6+/6BzgOsyfKun+vm7jAWOyA 3ZOeGqUKKFKvKYaePoBy6MQeLLuGCrIk1qm6YjUc= 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=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 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) Date: Thu, 20 Mar 2014 21:49:18 -0700 Message-ID: Subject: Stack trace dumpfile From: Joseph Maxwell To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 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