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=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 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.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 AT cygwin DOT com References: <56BA2465 DOT 9040809 AT sbcglobal DOT net> <1476405031 DOT 20160209235505 AT yandex DOT ru> From: Greg Chicares 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