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

Re: Problems commiting to SVN repository -- The specified activity does not exist.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-05 01:02:10 CEST

Stuart Longland <stuartl@longlandclan.hopto.org> writes:

> #0 0x2ab4d0ac in sdbm_hash (str=0xe <Address 0xe out of bounds>, len=5)
> at sdbm_hash.c:89
> ~ loop = 5
> ~ n = 0
> #1 0x2ab4e01c in apr_sdbm_fetch (db=0x100eb008, val=0x7fff78c0, key=
> ~ {dptr = 0xe <Address 0xe out of bounds>, dsize = 37}) at sdbm.c:238
> ~ status = 269369864
> #2 0x2ab4f938 in vt_sdbm_exists (dbm=0xe, key={dptr = 0x100e4132
> "79beb5b4-c031-444d-871a-82152aac2e5d", dsize = 37})
> ~ at apr_dbm_sdbm.c:225
> ~ value = {dptr = 0x2aba1c30 <Address 0x2aba1c30 out of bounds>,
> dsize = 716501188}
> ~ exists = 716492964
> #3 0x2ab4f24c in apr_dbm_exists (dbm=0x0, key={dptr = 0x100e4132
> "79beb5b4-c031-444d-871a-82152aac2e5d", dsize = 37})
> ~ at apr_dbm.c:151
> No locals.
> #4 0x2b3c3cd0 in dav_svn_get_txn (repos=0x100e4208,
> activity_id=0x100e4132 "79beb5b4-c031-444d-871a-82152aac2e5d")
> ~ at subversion/mod_dav_svn/activity.c:58
> ~ dbm = (apr_dbm_t *) 0x100e4420
> ~ status = 0
> ~ pathname = 0x100e4278 "/home/cvs/atomiclinux/dav/activities"
> ~ key = {dptr = 0x100e4132 "79beb5b4-c031-444d-871a-82152aac2e5d",
> dsize = 37}
> ~ value = {dptr = 0x1000b200 "", dsize = 0}
> ~ txn_name = 0x0

I'm not sure how what's going on; it looks like something is causing
a bogus string to enter into apr_sdbm_fetch. It's trying to look up
the name of the activity (which is a UUID), as it should.

This is apache 2.0.47, right?

> On an unrelated topic, for some reason, if I send to
> sussman@collab.net, it bounces -- saying I'm "Spamming", I fail to see
> how my emails about this problem are spam. Could something also be done
> about this too?

Huh? Nobody else is having problems mailing me. Just tested it, in
fact.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 5 01:04:08 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.