Philip Martin <philip@codematters.co.uk> writes:
> Philip Martin <philip@codematters.co.uk> writes:
>
> > The server SEGVs in apr_hash_get from
> >
> > #2 0x402d0c4a in txn_body_node_prop (baton=0xbffff7cc, trail=0x81510c8)
> > at ../svn/subversion/libsvn_fs/tree.c:887
> > 887 *(args->value_p) = apr_hash_get (proplist, args->propname,
> >
> > It appears that proplist is not a valid hash
> >
> > (gdb) p proplist[0]
> > $1 = {pool = 0x1d600, array = 0x0, iterator = {ht = 0x0, this = 0x402c5408,
> > next = 0x402c7258, index = 1076829660}, count = 1076629908,
> > max = 1076829628}
> > (gdb) p proplist[0].pool[0]
> > Cannot access memory at address 0x1d600
>
> Fixed in rev 1913.
Coolio. Thanks, Philip. Sorry I couldn't reproduce it (though I
should have been able to spot that bug if I had just *looked* at the
function in question...)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 9 16:12:11 2002