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

mod_authz_svn/Apache crash when tagging folder

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-08-14 02:55:17 CEST

Hello everyone,

I get an exception when mod_authz_svn is active while tagging a folder.
I
downloaded the mysql-connector-java-3.0.8-stable.zip from
http://www.mysql.com/downloads/api-jdbc-stable.html. Then, I unzipped
the
file, and tried importing:
svn import . http://svn.hopto.org:8193/tstrepos/mysql-connector-java
svn copy http://svn.hopto.org:8193/tstrepos/mysql-connector-java
http://svn.hopto.org:8193/tstrepos/mysql-0.3.8-stable

When I execute the copy, I am able to enter my log message in my editor,
and
then, when I close the editor, the Apache sub process dies.

I have the following in my apache/logs/error.log:
[Wed Aug 13 20:42:42 2003] [debug] child.c(695): Child 2412: Worker
thread 249 starting.
[Wed Aug 13 20:43:11 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /mysql-connector-java
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /mysql-connector-java
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /mysql-0.3.8-stable
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /mysql-0.3.8-stable
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' OPTIONS /
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' MKACTIVITY (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' CHECKOUT (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPPATCH (null)
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /
[Wed Aug 13 20:43:12 2003] [info] [client 24.202.165.116] Access granted:
'fbos' CHECKOUT /
[Wed Aug 13 20:43:13 2003] [info] [client 24.202.165.116] Access granted:
'fbos' DELETE /mysql-0.3.8-stable
[Wed Aug 13 20:43:13 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND /mysql-connector-java
[Wed Aug 13 20:43:13 2003] [info] [client 24.202.165.116] Access granted:
'fbos' PROPFIND (null)
[Wed Aug 13 20:43:15 2003] [notice] Parent: child process exited with
status 1073807364 -- Restarting.
[Wed Aug 13 20:43:16 2003] [notice] Parent: Created child process 752
[Wed Aug 13 20:43:16 2003] [debug] mpm_winnt.c(505): Parent: Sent the
scoreboard to the child
[Wed Aug 13 20:43:17 2003] [notice] Child 752: Child process is running
[Wed Aug 13 20:43:17 2003] [info] Parent: Duplicating socket 220 and
sending it to child process 752
[Wed Aug 13 20:43:17 2003] [debug] mpm_winnt.c(426): Child 752: Retrieved
our scoreboard from the parent.
[Wed Aug 13 20:43:17 2003] [debug] mpm_winnt.c(623): Parent: Sent 1
listeners to child 752
[Wed Aug 13 20:43:17 2003] [debug] mpm_winnt.c(582): Child 752: retrieved
1 listeners from parent
[Wed Aug 13 20:43:17 2003] [notice] Child 752: Acquired the start mutex.
[Wed Aug 13 20:43:17 2003] [notice] Child 752: Starting 250 worker
threads.
[Wed Aug 13 20:43:17 2003] [debug] child.c(695): Child 752: Worker thread
0 starting.

I also get the following in Windows' application log:

The application, , caused an application error. The error occured on ...
at .... The exception was c0000005 at address 0052E518 (<nosymbols>)
[translated from French]

If I comment the LoadModule mod_authz_svn and SVNAuthzFile directives
from
Apache's configuration file, I can copy the tag the folder fine.

Environment:
SVN 0.26.0, Win 2K SP4 fr_CA, Apache 2.0.47.

Anything else I can provide about my environment to help reproduce and
correct the bug ?

Bye !
François Beausoleil
Java Gui Builder - http://jgb.sourceforge.net/
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 14 02:56:15 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.