John Beranek <[email protected]> writes:
> Forgot to note, same assertion failure:
>
> START: client-test
> lt-client-test: subversion/libsvn_subr/svn_temp_serializer.c:282:
> svn_temp_deserializer__resolve: Assertion `*ptr > buffer' failed.
A stack trace please:
$ cd subversion/tests/libsvn_client
$ gdb .libs/lt-client-test
(gdb) r
SEGV
(gdb) bt
This might help, it fixes another valgrind warning but I don't really
understand it:
Index: subversion/libsvn_wc/wc_db_pdh.c
===================================================================
--- subversion/libsvn_wc/wc_db_pdh.c (revision 1076878)
+++ subversion/libsvn_wc/wc_db_pdh.c (working copy)
@@ -593,7 +593,7 @@
if (wcroot == root_wcroot)
apr_hash_set(db->dir_data,
- local_abspath, svn__apr_hash_index_klen(hi), NULL);
+ local_abspath, APR_HASH_KEY_STRING, NULL);
}
result = apr_pool_cleanup_run(db->state_pool, root_wcroot, close_wcroot);
--
Philip