From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100223 invoked by alias); 9 Feb 2016 23:07:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 100199 invoked by uid 89); 9 Feb 2016 23:07:45 -0000 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 Received: from nm5-vm8.access.bullet.mail.gq1.yahoo.com (HELO nm5-vm8.access.bullet.mail.gq1.yahoo.com) (216.39.63.213) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 09 Feb 2016 23:07:44 +0000 Received: from [216.39.60.170] by nm5.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Feb 2016 23:07:42 -0000 Received: from [67.195.22.117] by tm6.access.bullet.mail.gq1.yahoo.com with NNFMP; 09 Feb 2016 23:07:42 -0000 Received: from [127.0.0.1] by smtp112.sbc.mail.gq1.yahoo.com with NNFMP; 09 Feb 2016 23:07:42 -0000 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 Message-ID: <56BA713D.6000409@sbcglobal.net> Date: Tue, 09 Feb 2016 23:07:00 -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 X-SW-Source: 2016-02/txt/msg00123.txt.bz2 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