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

Re: Subversion test results.

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Sat, 14 Nov 2009 08:55:06 +0000

Gavin Baumanis <gavinb_at_thespidernet.com> writes:

> (gdb) up
> #1 0x0000000100519594 in apr_vformatter ()
> (gdb) up
> #2 0x000000010052343c in apr_pvsprintf ()
> (gdb) up
> #3 0x00000001005236db in apr_psprintf ()
> (gdb) up
> #4 0x00000001001e94ae in representation_string (rep=0x1008858b8, format=4, mutable_rep_truncated=1, pool=0x100883e28) at subversion/libsvn_fs_fs/fs_fs.c:2163
> 2163 return apr_psprintf(pool, "%ld %" APR_OFF_T_FMT " %" SVN_FILESIZE_T_FMT
> (gdb) p *rep
> $1 = {
> md5_checksum = 0x1008858f8,
> sha1_checksum = 0x0,
> revision = 0,
> offset = 0,
> size = 4,
> expanded_size = 4,
> txn_id = 0x0,
> uniquifier = 0x0
> }

Please do:
(gdb) p rep->md5_checksum[0]

-- 
Philip
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2417882
Received on 2009-11-14 09:55:36 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.