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

Re: Breakage on trunk?

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 03 Mar 2011 23:48:35 +0000

John Beranek <john_at_redux.org.uk> 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
Received on 2011-03-04 00:49:08 CET

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.