Hi,
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)));
I can't see where 'err' would be even set before reaching that part of
the code?
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net