[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Crash with 'svn st -u', version 1.3.0

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-30 09:34:27 CET

Hi,

Due to a sent in crashreport for TortoiseSVN, I was finally able to
create a reproduction recipe for a crash. The following recipe
produces a segfault, but *only* if you set '*.obj' in your global
ignore patterns. If you don't set that, this recipe will not make svn
crash.

svn --version
svn, Version 1.3.0 (r17949)
...

svnadmin create testrepo
svn co file:///d:/test/testrepo wc
cd wc
echo test > test.txt
svn add test.txt
svn ci -m ""
svn mkdir test.obj
echo test > test.obj\testfile
svn ci -m ""
svn up -r1
mkdir test.obj
echo test > test.obj\testfile
svn st -v -u
==> crash!

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 30 09:35:07 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.