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

another segfault during update

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 26 Mar 2009 19:14:03 +0100

Hi,

In libsvn_wc\crop.c, line 294 (function svn_wc_crop_tree), the
target_entry pointer is NULL.

I already got four crash dumps from different people with this segfault.
I assume the pointer is NULL because the call in the previous line to
apr_hash_get can't find the entry.

Unfortunately, the crash dumps don't tell much. All I can see is that
the update is on a 'normal' local path (i.e., no UNC path, no non-ascii
chars in the path) and the update is done with externals included,
allowing unversioned obstruction, depth -1, sticky depth.
The url also doesn't seem special (https, no escaping needed since all
chars are plain ascii).

Maybe someone can find out why this happens?

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1433245

Received on 2009-03-26 19:14:33 CET

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.