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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=Ir9xRoASz2HmN3880gRuANjSqa0fkp6GI34rp6ur97DtH5Ox0YxxJ A3vbfu/PGo9+WhGHkTjAolnG8YN+Fwp6CvD3ObeCXH1REUOfAC1R+5CsaM0FxUxM 028fNs3nhkEIawXWCFmzMERLP1DLTiG4OqFaP2hT9sVoqw39s0lGys= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=lpuJ9jyDGJ9zIk7KprFfTBBYtmA=; b=Iy6DMJfUEMX1qBplGUZL8GYQOm4Y ZKH2Ks0CV+itxuyqvHRjhakMMUg68fYiDiupk1moMU1syHIKfqrisJl2ZQpn3ciZ zr+0iUv3/F837S9Th2DFSLXeJ602auYiT+doBx/xDN/OGNV5AYf2rpzNCjvjmH5s fZ0TkZQxe0cARDc= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-02-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+NL/CYIHctp/UUYbZPKpYN Date: Sun, 30 Mar 2014 13:50:04 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: subversion silently fails Message-ID: <20140330175004.GA2202@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <1396199496 DOT 657626 DOT 11011 DOT 5936 AT mail DOT rambler DOT ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396199496.657626.11011.5936@mail.rambler.ru> User-Agent: Mutt/1.5.20 (2009-06-14) On Sun, Mar 30, 2014 at 09:11:36PM +0400, jaakov jaakov wrote: >> As a stab in the dark, can you try running `rebaseall` per the instructions in >> /usr/share/doc/rebase/README? > >Did not help either. It might have even slightly worsened the >installation, since before having rebased, the command > >strace svn help 1>>/tmp/svn.log 2>>/tmp/svn.log > >had not segfaulted, but had ran forever, having been continuously >enlarging /tmp/svn.log with some repeated "...leave..." message. Now >the command does segfault, producing the output mentioned in a previous >e-mail. The way to capture strace output is: strace -osomefile svn help Then somefile will have only the strace data. Presumably the "...leave..." message is coming from svn since I don't see a string like that in Cygwin or svn sources. -- 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