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

Re: Caught a hung svn server

From: mark benedetto king <mbk_at_earthquake.boredom.org>
Date: 2003-01-14 04:16:17 CET

On Mon, Jan 13, 2003 at 06:16:08PM -0800, Blair Zajac wrote:
> Karl Fogel wrote:
> >
> > Blair Zajac <blair@orcaware.com> writes:
> > > #6 0x4037576e in svn_fs_open_berkeley (fs=0xbffff1e8,
> > > path=0xfffffdfe <Address 0xfffffdfe out of bounds>)
> > > at subversion/libsvn_fs/fs.c:562
> >
> > I suspect that's the problem :-). Any idea how to reproduce?
>
> Looking at the backtrace again, the problem starts higher up in
> the stack in mod_dav.c:
>
> #9 0x4034cd1d in dav_svn_get_resource (r=0x8130bc8,
> root_path=0x811d560 "/repos",
> label=0xfffffdfe <Address 0xfffffdfe out of bounds>, use_checked_in=-514,
> resource=0xfffffdfe) at subversion/mod_dav_svn/repos.c:1160
> #10 0x40313b0a in dav_get_resource (r=0x8130bc8, label_allowed=1,
> use_checked_in=-514, res_p=0xbffff33c) at mod_dav.c:705
>
> Any reason why mod_dav.c would be passing the same pointer in
> dav_svn_get_resource's label and resource arguments?
>

-514 == 0xffffffde, so it's using it for all the parameters.

This might be misleading, though. It's possible that something
clobbered the stack before the wedge.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 14 04:17:05 2003

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.