From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82327 invoked by alias); 3 Oct 2018 16:54:06 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 82249 invoked by uid 89); 3 Oct 2018 16:54:06 -0000 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 Received: from rgout0101.bt.lon5.cpcloud.co.uk (HELO rgout01.bt.lon5.cpcloud.co.uk) (65.20.0.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 03 Oct 2018 16:54:05 +0000 X-OWM-Source-IP: 31.51.205.159 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-SNCR-VADESECURE: CLEAN Received: from [192.168.1.102] (31.51.205.159) by rgout01.bt.lon5.cpcloud.co.uk (9.0.019.26-1) (authenticated as jonturney@btinternet.com) id 5B321EA008EB9951 for cygwin@cygwin.com; Wed, 3 Oct 2018 17:54:04 +0100 Subject: Re: setup-x86.exe v2.893 has stopped working To: The Cygwin Mailing List References: <638c7199-a6f9-3bc7-fb16-f82a16dfb639@gmail.com> From: Jon Turney Message-ID: Date: Wed, 03 Oct 2018 16:54:00 -0000 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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-10/txt/msg00026.txt.bz2 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