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

SVN 1.5 Webdav transparent Proxy - segmentation fault..

From: Petr Cervenka <Petr.Cervenka_at_interzonegames.com>
Date: Tue, 24 Jun 2008 16:51:20 +0800

Hi there,

I am trying to setup 2 machines as MASTER SLAVE, (both debian etch) I have compiled subversion-1.5 from source, running with apache(2.2.3-4) I can commit to master , and checkout from both nodes, however when i try to commit to slave, I get this on
server side:
[notice] child pid 12332 exit signal Segmentation fault (11)

Client:
status line: connection was closed by server (http://XX.XX.XX.XX)

When I run gdb on apache2 i get this when committing:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1302836304 (LWP 12528)]
0xb7b9c0f3 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7b9c0f3 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0xb77206c0 in dav_svn__location_in_filter (f=0x8246dd0, bb=0x8244e08, mode=AP_MODE_READBYTES, block=APR_BLOCK_READ, readbytes=16384)
    at /usr/src/subversion-1.5.0.orig/subversion/mod_dav_svn/mirror.c:97
#2 0xb776b5a8 in ?? () from /usr/lib/apache2/modules/mod_proxy_http.so
#3 0x08246dd0 in ?? ()
#4 0x08244e08 in ?? ()
#5 0x00000000 in ?? ()

Here is slave config:
DAV svn
SVNMasterURI http://172.16.10.68
SVNPath /srv/svnroot/izit

Master:
DAV svn
SVNPath /srv/svnroot/izit

Can anyone help? Thanks

Petr Červenka
IZ Linux System Administrator
Received on 2008-06-24 20:03:50 CEST

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.