Stefan Küng <tortoise...@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