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

Segfault with 1.6.5 during update

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 17 Sep 2009 21:00:54 +0200

Hi,

Crash dump sent for TSVN. Segfault in is_child(),
libsvn_subr/dirent_uri.c, line 524:

   if (SVN_PATH_IS_EMPTY(path1))
with 'path1' being NULL.

The is_child() is called from svn_uri_is_child() (same file) and
check_tree_conflict(), libsvn_wc/update_editor.c, line 1630:
       repos_url = entry->repos;
       path_in_repos = svn_path_is_child(repos_url, entry->url, pool);
where entry->url is NULL.

I don't have more information besides that this exact segfault was
reported in the last 4 of the 13 dumps I just analyzed. So it's not
something that only happens rarely.

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=2396152
Received on 2009-09-17 21:01:08 CEST

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.