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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type:content-transfer-encoding :reply-to; q=dns; s=default; b=JpK8U0GyAXSZ9Q/exm8iHAe691x38iVk+ R3WO0za/HLNn2xBN1VAMeQPnzcJ98w3+RR7hIbvKnHGcsNnfghPK7D6IJkQ66Nw4 59/N3cjAbfsINXfMi7lapwYK66BqxSNJicDGn1ZGjdrkRBrqh4OPmwdPF1l7LVQ3 BwMAstTv0I= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type:content-transfer-encoding :reply-to; s=default; bh=cnEcGR1dQckoibhwrqu0Cf/Vpog=; b=v2YmZkX KOrMKbWG9SQiN0xhT5kxzU8YZlj04A5NG6KdT0Grrj2CNfhg9CrtzEC98sldnH1e mdZiDcHcJ76qB+0/73hjVzkOqtWMzVoYta0xIABT/4+A8cNAikl9chXdFwggyfCb JL8Rn1rhVGL4WWaUVilYY0TJDnyKUj99D3sc= 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=1.4 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=skills, pleasant, H*RU:sk:mail.da, H*r:sk:mail.da X-HELO: resqmta-po-08v.sys.comcast.net Subject: Re: svn segfault when using svn+ssh schema To: cygwin AT cygwin DOT com References: From: David Rothenberger Message-ID: <9a5a8d1d-2b71-522e-59a6-29ad915e2445@acm.org> Date: Sun, 8 Jan 2017 12:45:31 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfGaoPZJJLo45eGGTi5fzHJtTtVzk+xa1ePRHJHNh8JRFmVPYpJlc5AescIkax7Xa8gABmIoodHsuHQfHpMjAVBcZh41GmvhkZJnAQjg40vlQnm7q0Bnn OABRTDZYztJoucCXwQHHFanVlFMLJHbtWksTGVVCflhHn8ly6IbnYH96j3w2z7/eRZEGmJrz/LtWqg== X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com On 1/8/2017 6:12 AM, Sam Edge wrote: > I've seen a number of 'svn segfault' threads on the mailing list archive > but none of them seem to cover this specific failure mode. (Apologies if > one of them does!) > > I'm getting segfaults from svn but only when using ssh as the schema. > The following three commands are all accessing the same server, the name > of which has been changed to protect the guilty. > > -------- > SamEdge AT thor ~ > $ ssh cmserver.XXXXXX.com > ( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries > commit-revprops depth log-revprops atomic-revprops partial-replay > inherited-props ephemeral-txnprops file-revs-reverse ) ) ) > SamEdge AT thor ~ > $ svn ls svn+ssh://cmserver.XXXXXX.com/edl/ > Segmentation fault (core dumped) > > SamEdge AT thor ~ > $ svn ls https://cmserver.XXXXXX.com/edl/ > branches/ > tags/ > trunk/ > > SamEdge AT thor ~ > $ > -------- > > Access using TortoiseSVN using either schema is working fine, as is > access from Linux svn. > > The server is Ubuntu 14.04.5 LTS with package subversion > 1.8.8-1ubuntu3.2, openssh-server 1:6.6p1-2ubuntu2.8 and openssl > 1.0.1f-1ubuntu2.21. > > The secure shell access is using public key authentication. > > I've attached cygcheck & the segfault stackdump. > > I'm at a loss. Any ideas? [Cygwin subversion maintainer here.] Sorry, I have no further ideas. svn+ssh is working fine for me here using both Cygwin and Debian as the server. Debian is running Subversion 1.8.10. I personally lack the technical skills to decode the stack trace. Maybe someone else can. Alternatively, you could theoretically download the subversion debug package and reproduce the error in gdb to get a backtrace. Again, my C/gdb skills are rusty, so I can't provide any details about how to do that. -- David Rothenberger ---- daveroth AT acm DOT org Doubt is not a pleasant condition, but certainty is absurd. -- Voltaire -- 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