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

Re: crash in svn_client_status5

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 14 Oct 2011 10:45:41 +0100

Stefan Küng <tortoisesvn_at_gmail.com> writes:

> Another crash dump shows a problem in libsvn_wc\wc_db.c, function
> read_info (line 6480 on the 1.7.0 tag, line 6739 on trunk).
>
> The 'err' is NULL, so referencing err->apr_err segfaults here:
> if (err2 != NULL)
> err = svn_error_compose_create(
> err,
> svn_error_createf(
> err->apr_err, err2,
> _("The node '%s' has a corrupt checksum value."),
> path_for_error_message(wcroot, local_relpath,
> scratch_pool)));

Fixed by r1183263.

-- 
uberSVN: Apache Subversion Made Easy
http://www.uberSVN.com
Received on 2011-10-14 11:46:27 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.