X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-EIP: [GJrIiHz/FDr9ghAHcIf+vI0PykI8dgxW] Message-ID: Date: Thu, 6 Dec 2012 18:58:05 +0100 From: Aaron Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: pv-1.3.9-1 References: <87txrzzyr8 DOT fsf AT alumni DOT princeton DOT edu> <20121206121230 DOT GA29046 AT calimero DOT vinschen DOT de> <50C0DAF6 DOT 60500 AT gmail DOT com> In-Reply-To: <50C0DAF6.60500@gmail.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 On 06/12/2012 18:50, marco atzeri wrote: >> Program received signal SIGSEGV, Segmentation fault. >> mainCRTStartup () at >> /usr/src/debug/cygwin-1.7.17-1/winsup/cygwin/crt0.c:23 >> 23 /usr/src/debug/cygwin-1.7.17-1/winsup/cygwin/crt0.c: No such >> file or directory. >> (gdb) >> > you should at least install the cygwin debuginfo package > $ chmod +x /usr/lib/debug/usr/bin/pv.exe.dbg $ gdb /usr/lib/debug/usr/bin/pv.exe.dbg GNU gdb (GDB) 7.5.50.20120815-cvs (cygwin-special) Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-cygwin". For bug reporting instructions, please see: ... Reading symbols from /usr/lib/debug/usr/bin/pv.exe.dbg...done. (gdb) list 22 #include 23 #include 24 25 26 /* 27 * Process command-line arguments and set option flags, then call functions 28 * to initialise, and finally enter the main loop. 29 */ 30 int main(int argc, char **argv) 31 { (gdb) file No executable file now. Discard symbol table from `/usr/lib/debug/usr/bin/pv.exe.dbg'? (y or n) n Not confirmed. (gdb) run Starting program: No executable specified, use `target exec'. (gdb) target exec /usr/lib/debug/usr/bin/pv.exe.dbg (gdb) run Starting program: /usr/lib/debug/usr/bin/pv.exe.dbg [New Thread 8660.0x3134] Program received signal SIGSEGV, Segmentation fault. mainCRTStartup () at /usr/src/debug/cygwin-1.7.17-1/winsup/cygwin/crt0.c:23 23 { (gdb) -- 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