X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.3 required=5.0	tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,SPF_NEUTRAL
X-Spam-Check-By: sourceware.org
Message-ID: <50C0DE72.7080502@cornell.edu>
Date: Thu, 06 Dec 2012 13:05:38 -0500
From: Ken Brown <kbrown@cornell.edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: pv-1.3.9-1
References: <BLU0-SMTP2788E9F75C0D3D53EE3FA1CE470@phx.gbl> <87txrzzyr8.fsf@alumni.princeton.edu> <BLU0-SMTP175ADC4EB48DFE048E9F69BCE450@phx.gbl> <20121206121230.GA29046@calimero.vinschen.de> <BLU0-SMTP86D7758CC7E7DAA0A4D5B0CE450@phx.gbl> <50C0DAF6.60500@gmail.com> <BLU0-SMTP14457BB226ACA479928B1AACE450@phx.gbl>
In-Reply-To: <BLU0-SMTP14457BB226ACA479928B1AACE450@phx.gbl>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-CORNELL-SPAM-CHECKED: Pawpaw
X-Original-Sender: kbrown@cornell.edu - Thu Dec  6 13:05:43 2012
X-PMX-CORNELL-REASON: CU_White_List_Override
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 12/6/2012 12:58 PM, Aaron Schneider wrote:
> 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

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.

Ken

--
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

