On 04/03/11 14:44, Daniel Shahaf wrote:
> John Beranek wrote on Thu, Mar 03, 2011 at 17:54:04 +0000:
>> Hi,
>>
>> This afternoon, I checked out the trunk from Subversion in order to
>> build a dev system running 1.7.
>>
>> I updated a sandbox I had lying around, made it 'extraclean', built and
>> installed serf 0.7.1, ran autogen.sh, ran configure (with --prefix
>> /usr/local/subversion-1.7 --with-serf=/usr/local), built and installed
>> Subversion.
>>
>> All of this was done on a Fedora 14 x86_64 system. What I got for my
>> troubles was assertion failures when trying a commit with either
>> Apache+mod_dav_svn or with svnserve. The assertion failure in question is:
>>
>> subversion/libsvn_subr/svn_temp_serializer.c:282:
>> svn_temp_deserializer__resolve: Assertion `*ptr > buffer' failed.
>>
> 
> What are *PTR and BUFFER at that point?

Both are optimised out:

#3  0x00007ffff5b8850b in svn_temp_deserializer__resolve (
    buffer=<value optimized out>, ptr=<value optimized out>)
    at subversion/libsvn_subr/svn_temp_serializer.c:282
#4  0x00007ffff6403636 in svn_fs_fs__id_deserialize (
    buffer=<value optimized out>, id=0x7912b0)
    at subversion/libsvn_fs_fs/id.c:387
#5  0x00007ffff63f4763 in svn_fs_fs__dag_deserialize (out=0x7fffffffd740,
    data=0x7912a8 "", data_len=<value optimized out>,
    pool=<value optimized out>) at subversion/libsvn_fs_fs/dag.c:1111
#6  0x00007ffff5b6188b in svn_cache__get (value_p=<value optimized out>,
    found=<value optimized out>, cache=0x763198, key=<value optimized out>,
    pool=0x60d288) at subversion/libsvn_subr/cache.c:61


John.

-- 
John Beranek                         To generalise is to be an idiot.
http://redux.org.uk/                                 -- William Blake

Reply via email to