X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Message-ID: <4BACA21D.1040409@gmx.de> Date: Fri, 26 Mar 2010 13:01:33 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: "svn --version" halts in 1.7.2-2 References: <20100326093204 DOT GS7718 AT calimero DOT vinschen DOT de> <4BAC8886 DOT 4040104 AT gmx DOT de> <20100326105441 DOT GV7718 AT calimero DOT vinschen DOT de> In-Reply-To: <20100326105441.GV7718@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1 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 Am 26.03.2010 11:54, schrieb Corinna Vinschen: > On Mar 26 11:12, Matthias Andree wrote: >> Am 26.03.2010 10:32, schrieb Corinna Vinschen: >> > On Mar 26 15:40, Nayuta Taga wrote: >> >> Hi, >> >> >> >> "svn --version" hals in 1.7.2-2 on both Windows7 and XP. >> >> The log is following: >> >> [...] >> >> (the shell prompt is not shown, and control+C has no effect) >> > >> > Works for me. BLODA? >> >> Hangs for me too. Win 7 32-bit with Cygwin 1.7.2-2, Sophos Endpoint Security and >> Control 9.0.4 with the Anti-Virus service disabled. > > I've tested on W7 32-bit as well. Works still fine every time I try, > in a console window as well as in mintty. > >> gdb is inconclusive; if I run "gdb svn" and "b main", gdb breaks at exit and >> then goofs up down deep in exit. If I use kill -9, gdb breaks again and I get: >> >> (gdb) bt >> #0 0x00000000 in ?? () >> #1 0x77ca5e4c in ntdll!ZwWriteRequestData () >> from /cygdrive/c/Windows/system32/ntdll.dll >> #2 0x75e66872 in KERNELBASE!GetProcessId () >> from /cygdrive/c/Windows/system32/KernelBase.dll >> #3 0x00000002 in ?? () >> #4 0x0022c81c in ?? () >> #5 0x00000001 in ?? () >> #6 0x00000000 in ?? () >> >> I guess this doesn't help. > > You should probably at least switch to thread 1. Oh right (sorry, I usually write/debug single-threaded Unixy applications...) So let's dig a little deeper: Program received signal SIGKILL, Killed. 0x00000000 in ?? () (gdb) info threads 2 thread 6116.0x15f8 0x75849617 in RaiseException () from /cygdrive/c/Windows/system32/KernelBase.dll * 1 thread 6116.0x140c 0x775764f4 in ntdll!LdrFindResourceEx_U () from /cygdrive/c/Windows/system32/ntdll.dll warning: Couldn't restore frame in current thread, at frame 0 0x775764f4 in ntdll!LdrFindResourceEx_U () from /cygdrive/c/Windows/system32/ntdll.dll (gdb) thread 1 [Switching to thread 1 (thread 6116.0x140c)]#0 0x775764f4 in ntdll!LdrFindResourceEx_U () from /cygdrive/c/Windows/system32/ntdll.dll (gdb) bt #0 0x775764f4 in ntdll!LdrFindResourceEx_U () from /cygdrive/c/Windows/system32/ntdll.dll #1 0x77575e4c in ntdll!ZwWriteRequestData () from /cygdrive/c/Windows/system32/ntdll.dll #2 0x75846872 in KERNELBASE!GetProcessId () from /cygdrive/c/Windows/system32/KernelBase.dll #3 0x00000002 in ?? () #4 0x0022c81c in ?? () #5 0x00000001 in ?? () #6 0x00000000 in ?? () (gdb) thread 2 [Switching to thread 2 (thread 6116.0x15f8)]#0 0x75849617 in RaiseException () from /cygdrive/c/Windows/system32/KernelBase.dll (gdb) bt #0 0x75849617 in RaiseException () from /cygdrive/c/Windows/system32/KernelBase.dll #1 0x7585d549 in OutputDebugStringA () from /cygdrive/c/Windows/system32/KernelBase.dll #2 0x40010006 in ?? () #3 0x00000000 in ?? () (gdb) -- Matthias Andree -- 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