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

segfaults with subversion 1.1.0 with apache on SuSE 9.1

From: Moby <moby_at_mobsternet.com>
Date: 2004-10-01 00:22:24 CEST

I have had this problem since I started using subversion (version 1.05). I had
posted this problem before but stopped pursuing it since the RPMS for SuSE
worked fine up to and including version 1.06. However, I ran into problems with
the RPMS for version 1.08 for SuSE. I posted this problem in another email to
this list.

Since I am having problems with the SuSE RPMS version 1.08, I downloaded the
sources for 1.1.0 and tried making subversion 1.1.0 from the sources myself. I
was able to make and install version 1.1.0 with no problems. However, every
time I try to access the repository, the apache child process segfaults.

Following Peter Poeml's suggestion for me when I had the same issue with
subversion 1.05 (I did not follow the problem with 1.05 since the downloaded
RPMS worked fine), I ran strace against httpd2-prefork. Here is the output from
the end of strace:

time(NULL) = 1096582672
semop(1900562, 0x4016fe12, 1) = 0
poll([{fd=12, events=POLLIN, revents=POLLIN}], 1, 300000) = 1
read(12, "\27\3\1\1\315\177[]\10\353IN\230\351\354\326U\243\241\262"..., 8000) = 466
gettimeofday({1096582672, 116083}, NULL) = 0
stat64("/srv/www/htdocs/svn/mob", {st_mode=S_IFDIR|0755, st_size=224, ...}) = 0
lstat64("/srv", {st_mode=S_IFDIR|0755, st_size=144, ...}) = 0
lstat64("/srv/www", {st_mode=S_IFDIR|0755, st_size=168, ...}) = 0
lstat64("/srv/www/htdocs", {st_mode=S_IFDIR|0755, st_size=1488, ...}) = 0
lstat64("/srv/www/htdocs/svn", {st_mode=S_IFDIR|0755, st_size=192, ...}) = 0
lstat64("/srv/www/htdocs/svn/mob", {st_mode=S_IFDIR|0755, st_size=224, ...}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

Being a relative newbie to Linux, I cannot fathom why the process segfaulted.
Any help or ideas will be much appreciated.

Thanks in advance for any help,
--Moby

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 1 00:22:57 2004

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.