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

Re: Is ra_dav broken?

From: <cmpilato_at_collab.net>
Date: 2002-05-09 16:11:30 CEST

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

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.