delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/10/03/12:54:32

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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=oK0Y+eRZ0AQ7cOrn
+TiO+/wMVgJtt+RxbiNLOAzVKtjNrWXti4+CjT1XBIEG9rI/01obVgNNuQMr43kd
gp6DfB1g3Hgy04SySfbp6UlQ7OB4fnDFyA9Yj1H5LaAqjZZ5efqjMKSr37Ksdx9Q
PiTFKa2y59IcQ1ylz99zJr3+VCk=
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:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=dxvBCsgp73e8muQzpUSnFf
t9Ll4=; b=o9/obLnMn6GeA66GqoRVy2u22dFvkHhsDnCZTZbTvzYMDE76E6Gvct
YxUy0bz1ItsfdgeA3YXuwQWiLewoeGaZhDhwun7iLj6q2bA3MIWHZmiyR5GdMsGE
5wjqEoTmNgn86YeYhyQsyx7GClRLqzl0JOVzirPH7g8paKJjZsZUk=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=preserving
X-HELO: rgout01.bt.lon5.cpcloud.co.uk
X-OWM-Source-IP: 31.51.205.159 (GB)
X-OWM-Env-Sender: jonturney AT btinternet DOT com
X-VadeSecure-score: verdict=clean score=0/300, class=clean
X-SNCR-VADESECURE: CLEAN
Subject: Re: setup-x86.exe v2.893 has stopped working
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>
References: <CAFWoy7HuhsSgavPNes7JVdV0ydrBQo5pKO6Z2WPDkQXdJjxP7g AT mail DOT gmail DOT com> <638c7199-a6f9-3bc7-fb16-f82a16dfb639 AT gmail DOT com> <CAFWoy7HURnK9vX35V2PEL5jG3JKSMv+UpgOpKXnGcteEGPPbUA AT mail DOT gmail DOT com> <d33edbea-d849-bda7-5ea6-b9aeda12be5c AT cornell DOT edu> <e140b4b6-df11-549f-334d-3cb27c89d23f AT dronecode DOT org DOT uk> <CAFWoy7HqmDSEDt0FxeTyJ4y4qU53_60bLiBR=Jcg5-VNFteAYA AT mail DOT gmail DOT com>
From: Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>
Message-ID: <bb8b6370-59f2-c52d-8e0e-8185d9604f43@dronecode.org.uk>
Date: Wed, 3 Oct 2018 17:54:03 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
MIME-Version: 1.0
In-Reply-To: <CAFWoy7HqmDSEDt0FxeTyJ4y4qU53_60bLiBR=Jcg5-VNFteAYA@mail.gmail.com>

On 03/10/2018 14:55, Keith Christian wrote:
> Ken and Jon,
> 
> I've downloaded setup-2.893.x86.dbg referenced above.  I haven't used
> gdb in a while but I am confident I can use it.  I''ve read the page
> referenced at sourceware.org/git.
> 
> I'm willing to build a setup-x86.exe to work with setup-2.893.x86.dbg

The whole point of preserving the symbols is that you don't need to 
rebuild setup in order to debug it.

Something like the following should work:

upx -d setup-x86.exe
gdb setup-x86.exe
symbol-file setup-2.893.x86.dbg
run
[reproduce crash]
bt full


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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019