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

Re: another segfault during update

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 16 Apr 2009 18:40:14 +0200

On Wed, Apr 15, 2009 at 19:48, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
> Hi,
>
> In version 1.6.1, there's another possible segfault during updates:
>
> file libsvn_wc\update_editor.c, line 3522, function add_file():
>      if (!eb->switch_url
>          && strcmp(fb->new_URL, entry->url) != 0)
>
> The 'entry->url' is NULL according to crash dumps I got for TSVN.

Another crash dump with a similar problem:

Same file, same function, just a few lines above (line 3514):

      if (entry->uuid /* UUID is optional for file entries. */
          && strcmp(entry->uuid, parent_entry->uuid) != 0)
        return svn_error_createf(

here, the parent_entry->uuid is also NULL.

I'll try to get more info from the user...

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=1750423
Received on 2009-04-16 18:40:45 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.