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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=KaMiCFgZodWntqEz
	6SDWIXcygDWp3qTjdnK7vdDrnr+qA/mf/fGlptVxcllF5XoW7u+KCGhC0AUV2T8u
	5jC9eGsnV6mNiy2eRC6KAnP4QmOgE76a6thRvuezu9xoEbd5WFdfLu0LXfACUIAK
	wIVBcKqAbn8wbqr29luTrxhX5Ck=
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=X1Q9yYPQBFEFt0wEhRJy1i
	gU6YI=; b=p8wQEpkn1IjLzQoav1AU8mIwnMYUk4+N3qzD8bl8qNi5+UEkTsVjf9
	mv24YwAB4jw/hwgPA0tNlO2VO4SBV/xB13RGEjudrNJU6JyHeCZrlJWC8OoGemg4
	mHVNPPLRTFxzB8sBChQ367U04feY3Rx75BOFCiupXxY/+C8+TQ9eI=
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=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=greg, Greg, Chicares, chicares
X-HELO: nm5-vm8.access.bullet.mail.gq1.yahoo.com
X-Yahoo-SMTP: mjD.OBqswBAPbVUxYJaYPvc61jLEnpq8VnBwJGdbEJOPA9xw
Subject: Re: subversion 1.9.3-1 segfault
To: cygwin@cygwin.com
References: <56BA2465.9040809@sbcglobal.net> <1476405031.20160209235505@yandex.ru>
From: Greg Chicares <gchicares@sbcglobal.net>
Message-ID: <56BA713D.6000409@sbcglobal.net>
Date: Tue, 9 Feb 2016 23:07:41 +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: <1476405031.20160209235505@yandex.ru>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 02/09/2016 08:55 PM, Andrey Repin wrote:
> Greetings, Greg Chicares!
> 
>> 'svn' segfaulted on a routine command:
> 
>> zsh: segmentation fault (core dumped)
> 
> So, was it svn or zsh that crashed?

It was svn that crashed. I was running it in zsh, which trapped the
segfault and printed this:
  zsh: segmentation fault (core dumped)

Usually, zsh prints the failed command at the end of that message,
as in this session:
  $bash -c 'inf() { inf; }; inf'
  zsh: segmentation fault (core dumped) bash -c 'inf() { inf; }; inf'
but in this case it did not, and the omission does make the message
potentially confusing. But the stackdump contains:
  program=C:\cygwin-lmi\bin\svn.exe, pid 1736, thread main
so it's surely svn that crashed.


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

