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; q=dns; s=default; b=ca5Vsul2YxzwyekL 4vTZI/pGxSwPThqb8su2BJJhWFk7mizjmwkrQjXrv1hlWBWwZ048GSq4L4kh8xoA FUylq6CIHpGJSRehuDtw7/5zdlCISVC4ZhiZoLXCAjTzxnOmzrSfDyjbyIOOfC+D Ega4XPCD/KhX1SHSekMnUFlvXBM= 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; s=default; bh=lIQNx9U892WvwWyHwoUNnw gbHbo=; b=pk8pv6Ccyfh3cDSmYJ37tg/J9Dq/agEqukpIMShI9PoRi6IaT+qJqP PfIYaWcfwvNk76dLiCOdz1YH0xTHYVS3L7A0V6XwuRL7UK5Zen1F+TPdAwpvOsSW N/eJ7nILKnc41Dr/KlfVt8dSZhn/M7WJDnrNtuqU7zc2EpqtEunPM= 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=0.9 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Greg, mirror, someday, zsh X-HELO: nm17-vm4.access.bullet.mail.gq1.yahoo.com X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw Subject: Re: subversion 1.9.3-1 segfault To: cygwin AT cygwin DOT com References: <56BA2465 DOT 9040809 AT sbcglobal DOT net> <56BF78DF DOT 7090000 AT acm DOT org> <56C73BE9 DOT 1080305 AT sbcglobal DOT net> <56C742BD DOT 3040503 AT acm DOT org> From: Greg Chicares Message-ID: <56C7D26A.1090507@sbcglobal.net> Date: Sat, 20 Feb 2016 02:41:46 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <56C742BD.3040503@acm.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2016-02-19 16:28, David Rothenberger wrote: > Greg Chicares wrote: [...] >> /lmi/mirror/lmi[1]$svn update >> Updating '.': >> zsh: segmentation fault (core dumped) svn update [...non-helpful stackdump...] >> I'll try running 'svn' under 'gdb'. Is there anything else I can do to help? > > That's the only other thing I can think of. If you can catch the > segfault and get a backtrace, I may be able to track it down. Thanks. The problem is no longer occurring. Let me state what I know for the record in case it helps someone else someday. This seems to be a heisenbug. When I ran it under gdb, repeatedly, it refused to segfault. Outside gdb, with subversion-debuginfo installed, I was unable to get a useful stackdump. The problem has occurred only when gnu.org's svn server is slow: on one isolated occasion a week or two ago, and throughout today. And today there seems to have been a DDOS attack on gnu.org: https://savannah.gnu.org/support/?108973 While the problem lasted, sometimes I got one or both of these messages: svn: E170013: Unable to connect to a repository svn: E175012: Connection timed out and sometimes svn segfaulted with no message. I tried the same operations on my debian-7 ("wheezy") system with its older svn-1.6.17, where I got timeouts but no segfault. My real problem was the gnu.org server. I can only conjecture that attempting to work with a server under extreme load causes svn-1.9.3-1 to follow some exceptional code path that attempts to report a diagnostic and in doing so sometimes crashes. -- 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