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

Bug in SVN 1.3.2 with APR 1.2.7

From: Bohlen, Olaf <Olaf.Bohlen_at_ewe.de>
Date: 2006-07-21 13:21:01 CEST

Hi,

we are currently deploying SVN 1.3.2 in production. Since we need to check-in large files (>2GB) we had trouble with SVN and the normal APR 0.9.7.
Our platform looks like following:
- Solaris 10 on UltraSPARC
- Apache 2.2.2
- SVN 1.3.2
- APR 1.2.7
- APR Util 1.2.7

All was compiled using gcc in 32bit mode. We can now check in and out large files, but when doing svn status apache child processes segfault:

-- error_log --
[Fri Jul 21 12:41:03 2006] [notice] child pid 22779 exit signal Segmentation fault (11)
[Fri Jul 21 12:41:03 2006] [notice] child pid 22781 exit signal Segmentation fault (11)
-- EOF --

According to the access log follwing request lead to the SEGV:

-- access_log --
1.2.3.4 - - [21/Jul/2006:12:41:02 +0200] "PROPFIND /subversion/foo/foo/trunk HTTP/1.1" 401 554
-- EOF --

A truss output looks like this:

-- truss.out --
18855: open("/dev/urandom", O_RDONLY) = 18
18855: fstat(18, 0xFFBFEBA8) = 0
18855: read(18, 0xFFBFEB90, 20) = 20
18855: EDBFD3 &F2 " zAF1DE9 jDE84E28BDC ~ sDD\r
18855: close(18) = 0
18855: getpid() = 18855 [3063]
18855: time() = 1153476650
18855: time() = 1153476650
18855: time() = 1153476650
18855: time() = 1153476650
18855: time() = 1153476650
18855: time() = 1153476650
18855: time() = 1153476650
18855: Incurred fault #6, FLTBOUNDS %pc = 0xFEBE7C04
18855: siginfo: SIGSEGV SEGV_MAPERR addr=0x00004D5C
18855: Received signal #11, SIGSEGV [caught]
18855: siginfo: SIGSEGV SEGV_MAPERR addr=0x00004D5C
18855: schedctl() = 0xFE6EA000
18855: lwp_sigmask(SIG_SETMASK, 0x00000400, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
18855: chdir("/usr/local/apache2.2.2") = 0
18855: sigaction(SIGSEGV, 0xFFBFE860, 0xFFBFE900) = 0
18855: getpid() = 18855 [3063]
18855: getpid() = 18855 [3063]
18855: kill(18855, SIGSEGV) = 0
18855: setcontext(0xFFBFE860)
18855: Received signal #11, SIGSEGV [default]
18855: siginfo: SIGSEGV pid=18855 uid=5104

-- EOF --

I found the same problem on google:
http://developer.spikesource.com/forums/viewtopic.php?p=1643

This user has exactly the same problem. But we cannot use BDB as backend, since we use an NFS file share as repository base and you recommend FSFS for NFS file systems.

I really need your help guys!

TIA Yours

-- 
Olaf Bohlen
BTC AG - Bereich System Management Produktion USB
Telefon:  (04 41) 3612 - 4708
Mobiltelefon:  (0174) 333 - 5543
Telefax:  (04 41) 3612 - 3999
Im Auftrag der
EWE Aktiengesellschaft
Abteilung IT
mailto:olaf.bohlen@ewe.de
Escherweg 3
26121 Oldenburg
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 21 14:43:38 2006

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.