X-Recipient: archive-cygwin@delorie.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:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; q=dns; s=default; b=n3M2zx+/iojRXOab3QOaG1HyEv/WMc
	fZrvra+fKtKzKeqxCwhX71nMJ7Skyz9LkXjyUBUKzoASK8q6tpIx2TUdejDscdnr
	furEIMTeFM0yKNlTzMuOUeOyWnb+LKH/iHN2pCSOu4RgqA1zoiRNyQpYWDn3z/Dn
	zrLyo05iQQi3A=
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:references
	:mime-version:content-type:content-transfer-encoding
	:in-reply-to; s=default; bh=ZhCrjFF4ASeJ+St2wc1Po1zmB2E=; b=M2aD
	9WALRTewHJE5hCDI8h+intQUjTFw696tY7wfUTOhIfqjQCVnSOAt8V9CP093EQJV
	Cjf0rGFpox5WBnNO+KTR2hHkucFz+TOm1BhaCPAFw853I/wQetHcNExQqhgdyVvU
	nQKlHCrdmxR9hUxTCIg+dvgTc/bgYOR06k5mWwI=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_05,SPF_PASS autolearn=ham version=3.3.2
X-HELO: northrend.tastycake.net
Date: Sun, 30 Mar 2014 13:10:19 +0100
From: Adam Dinwoodie <adam@dinwoodie.org>
To: cygwin@cygwin.com
Subject: Re: subversion silently fails
Message-ID: <20140330121019.GA28831@tastycake.net>
References: <1396142838.544447.1056.42234@mail.rambler.ru>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <1396142838.544447.1056.42234@mail.rambler.ru>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-IsSubscribed: yes

On Sun, Mar 30, 2014 at 05:27:18AM +0400, jaakov jaakov wrote:
> Package: Subversion
> Version: 1.8.8.1
> 
> Reproduce:
> 
> $ svn help
> $
> 
> No output is produced, but we do expect some output.  The same happens
> for commands like svn info, svn log, svn --version, etc.

Works just fine for me.

> Unknown commands are properly rejected, though:
>
> $ svn sdgsdfg
> Unbekannter Unterbefehl: »sdgsdfg«
> Geben Sie »svn help« für weitere Hilfe ein.
> $
> 
> Reinstalling all direct dependencies and all members of "Libs" of
> the installer doesn't help. The logs of
> 
> $ strace svn help 1>>/tmp/svn.log 2>>/tmp/svn.log
> Segmentation fault
> $
> 
> and
> 
> $ cygcheck -v -s > cygcheck.log
> $
> 
> are attached.

The svn.log reports "windows error 998" at the end, which is
ERROR_NOACCESS "Invalid access to memory location."  As a stab in the
dark, can you try running `rebaseall` per the instructions in
/usr/share/doc/rebase/README?

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

