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

Is ra_dav broken?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-05-08 23:44:54 CEST

Hello

Almost every checkout I do over ra_dav involving files fails. The
testsuite fails. Even this fails:

$ svnadmin create repo
$ svn co -d wc http://localhost/repo
$ echo foo > wc/foo.c
$ svn add wc/foo.c
$ svn ci wc
$ rm -rf wc
$ svn co -d wc http://localhost/repo

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
(gdb) p args->propname
$2 = 0x402ac2a3 "svn:mime-type"

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 8 23:45:51 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.