X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.7 required=5.0	tests=AWL,BAYES_00,TW_SV
X-Spam-Check-By: sourceware.org
Date: Thu, 24 May 2012 18:14:15 +0200
From: Denis Excoffier <Cygwin@Denis-Excoffier.org>
To: cygwin@cygwin.com
Subject: Re: svn --version
Message-ID: <20120524161439.GA2836@qp9482>
References: <20120524070719.GA4640@qp9482> <20120524081202.GT9200@calimero.vinschen.de> <20120524092232.GA896@qp9482> <20120524121850.GC18736@calimero.vinschen.de> <20120524123630.GD18736@calimero.vinschen.de> <20120524145108.GF18736@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20120524145108.GF18736@calimero.vinschen.de>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

On Thu, May 24, 2012 at 04:51:08PM +0200, Corinna Vinschen wrote:
>> On May 24 14:36, Corinna Vinschen wrote:
>> > On May 24 14:18, Corinna Vinschen wrote:
>> > > On May 24 11:22, Denis Excoffier wrote:
>> > > > On Thu, May 24, 2012 at 10:12:02AM +0200, Corinna Vinschen wrote:
>> > > > >> On May 24 09:06, Denis Excoffier wrote:
>> > > > >> > 
>> > > > >> > Hello,
>> > > > >> > 
>> > > > >> > With the new subversion (1.7.5) and the last
>> > > > >> > snapshot (20120523 21:51:34), the command 'svn --version' produces
>> > > > >> > segmentation fault, with no svn.exe.stackdump produced:
>> > > > >> > 
>> > > > >> > % /usr/bin/svn --version
>> > > > >> > Segmentation fault
>> > > > >> > %
>> > > > >> 
>> > > > >> I just installed the latest subversion 1.7.5 and I can not reproduce
>> > > > >> this crash.  svn --version prints the version information just fine with
>> > > > >> the latest snapshot DLL.  I made sure I was really using the snapshot DLL,
>> > > > >> not my local debug version.
>> > 
>> > Never mind that.  I *can* reproduce the problem.  For some reason it
>> > only occurs on XP, not on W7.
>> 
>> I applied a patch.  There was some pointer at process startup which was
>> apparently always 0 on W7 while it could have a random value on XP.
>> I changed the condition to check if we're still in process startup and
>> that seems to work fine on W7 and XP.
>> 
>> Boy, what a lot of problems with something which was supposeed to be
>> a *temporary* workaround :(

The last snapshot (20120524 17:33:50) solves the 'svn --version'
problem. Thanks.

Regards,

Denis Excoffier.

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

