Fwd: mod_dav_svn crashing with SVNListParentPath
From: Chris Huseman <chris_at_huseman.net>
Date: Tue, 23 Mar 2010 11:05:08 -0500
I brought this up here a while ago and didn't receive any responses. I'm
Note that the Location directive must just be the root of the virtual host.
svn: Repository moved permanently to 'http://localhost/svn/'; please
Here's what Apache logs before it restarts the child process:
[notice] Parent: child process exited with status 3221225477 -- Restarting.
---------- Forwarded message ----------
Hello, I think I've found a bug with SVNListParentPath that takes down
I'm running Apache v2.2.13 along with Subversion v1.6.4. I'm running in
Relevant configuration bits:
<VirtualHost *:80>
To reproduce the bug, I submit a request to the root url (no repository)
svn info http://localhost/
If you switch SVNListParentPath off, the server does not crash.
I've briefly looked into where the crash happens in code, and it looks like
const char *root_path = repos->root_path;
if (root_path[1] == '\0')
It looks like the real problem is further up the stack but I'm so unfamiliar
Thanks,
|
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.