Access violation in 1.6.0
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 23 Mar 2009 17:38:02 +0100
Hi,
The first crash reports for TSVN 1.6.0 are coming in. There's one that's
in libsvn_wc\update_editor.c, line 2315
/* What to do with a versioned or schedule-add dir:
If the UUID doesn't match the parent's, or the URL isn't a
A dir already added without history is OK. Set add_existed
An existing versioned dir is an error. In the future we may
A dir added with history is a tree conflict. */
if (strcmp(entry->uuid, parent_entry->uuid) != 0)
The string comparison results in an access violation, because
I don't know *why* the uuid for the parent entry is NULL though...
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=1390738
|
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.