X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.9 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: [hSPmRMDMsfPc0lQjKqlnFZkyu6I0DEP7] Message-ID: Date: Thu, 6 Dec 2012 19:22:16 +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> <50C0DE72 DOT 7080502 AT cornell DOT edu> In-Reply-To: <50C0DE72.7080502@cornell.edu> 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 19:05, Ken Brown wrote: > This isn't the program you're trying to debug. This file contains the > debugging symbols. You need to run gdb on pv.exe, as before; gdb will > know to look in /usr/lib/debug/usr/bin/pv.exe.dbg for the symbols. > $ gdb pv GNU gdb (GDB) 7.5.50.20120815-cvs (cygwin-special) Copyright [...] Reading symbols from /usr/bin/pv...Reading symbols from /usr/lib/debug/usr/bin/pv.exe.dbg...done. done. (gdb) list 35 36 #ifdef ENABLE_NLS 37 setlocale(LC_ALL, ""); 38 bindtextdomain(PACKAGE, LOCALEDIR); 39 textdomain(PACKAGE); 40 #endif 41 42 opts = opts_parse(argc, argv); 43 if (!opts) 44 return 1; (gdb) target exec pv (gdb) run Starting program: /usr/bin/pv [New Thread 5796.0x1fc0] [New Thread 5796.0x15c4] Program received signal SIGSYS, Bad system call. 0x00000000 in ?? () (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