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

Checkout problem

From: BOEL Olivier <olivier.boel_at_europarl.europa.eu>
Date: 2006-08-24 11:44:13 CEST

Hi everyone,
 
 
Could you please help me on this issue?
 
Here is my configuration :
Solaris 9
Apache 2.2.2 (worker MPM)
Subversion 1.3.2
Berkeley DB 4.3.27
OpenLDAP 2.3.17
 
Running "svn co http://..." (from Solaris console) against my HTTP
server makes the child httpd process die (even on small directories).
 
Here is the info I got from truss :
1566/25: 5.4591 open("/TMP/report.32.tmp",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0666) Err#17 EEXIST
1566/25: 5.4595 open("/TMP/report.33.tmp",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = 28
1566/25: 5.4596 Incurred fault #5, FLTACCESS %pc =
0xFF05030C
1566/25: siginfo: SIGBUS BUS_ADRALN addr=0xFCF7B9BC
1566/25: 5.4598 Received signal #10, SIGBUS [caught]
1566/25: siginfo: SIGBUS BUS_ADRALN addr=0xFCF7B9BC
1566/25: 5.4600 sigprocmask(SIG_SETMASK, 0xFCF7B47C, 0x00000000)
= 0
1566/25: set = 0x7FBEE207 0x00003FF6 0 0
1566/25: 5.4602 chdir("/devdata8/svndv/apache")
= 0
1566/25: 5.4603 sigaction(SIGBUS, 0xFCF7B1C0, 0xFCF7B2E0)
= 0
1566/25: new: hand = 0x00000000 mask = 0 0 0 0 flags = 0x0000
1566/25: old: hand = 0x00000000 mask = 0 0 0 0 flags = 0x0000
1566/25: 5.4605 getpid()
= 1566 [10011]
1566/25: 5.4605 getpid()
= 1566 [10011]
1566/25: 5.4607 kill(1566, SIGBUS)
= 0
1566/1: 5.4607 Received signal #10, SIGBUS, in read()
[default]
1566/1: siginfo: SIGBUS pid=1566 uid=46068
1566/1: 5.4610 read(6, 0xFFBFE7FB, 1)
Err#4 EINTR
1566/25: 5.4610 sigprocmask(SIG_SETMASK, 0xFED7A074, 0xFCF7B230)
= 0
1566/25: set = 0xFFBFFEFF 0x00003FFF 0 0
1566/25: oset = 0x7FBEE207 0x00003FF6 0 0

Other operations run fine.
 
Did anyone succeed with this configuration?
Can you provide a hint?
Is there any compatibility chart that summarizes which versions work
together?
 
TIA,
 
 
Olivier
Received on Thu Aug 24 15:02:00 2006

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.