X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Thu, 24 May 2012 16:51:08 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: svn --version Message-ID: <20120524145108.GF18736@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20120524070719 DOT GA4640 AT qp9482> <20120524081202 DOT GT9200 AT calimero DOT vinschen DOT de> <20120524092232 DOT GA896 AT qp9482> <20120524121850 DOT GC18736 AT calimero DOT vinschen DOT de> <20120524123630 DOT GD18736 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20120524123630.GD18736@calimero.vinschen.de> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 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 :( Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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