X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <46E6AA25.1B8070F4@dessent.net> Date: Tue, 11 Sep 2007 07:45:57 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: setup.exe crashes upgrading (uninstalling) bash References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Mario Frasca wrote: > what do you suggest? > I already tried to reboot the system and do the update as first thing, > but setup.exe crashes all the same... by the way, I'm using Setup.exe > version 2.573.2.2 > > if I say I want to debug the program ([Fouten opsporen]), I get here: > > 004AC7CD lea esi,[esi] > 004AC7D0 mov eax,dword ptr [ebp-14h] > 004AC7D3 mov eax,dword ptr [eax] > 004AC7D5 mov dword ptr [ebp-14h],eax > 004AC7D8 xor ecx,ecx > 004AC7DA test eax,eax > 004AC7DC mov edx,5 > 004AC7E1 je 004AC7E8 > >004AC7E3 mov ecx,dword ptr [eax+18h] There are copies of setup with debug info included at the snapshots site: . It would help greatly if you could run one of them (ideally the latest) in gdb and get a backtrace at the faulting location. You could also attach gdb after the fault has happened while the error dialog is on the screen. I tried running addr2line on the above but it seems to return nonsense, so I think we'd need more context of the call stack. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/