[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

apache 2.2 broken on sparc-unstable?



Since a few days (probably the last apt-get update), I get this 
in my error_log:

[Thu Oct 12 22:51:29 2006] [notice] child pid 20359 exit signal
Segmentation fault (11)
[Thu Oct 12 22:51:29 2006] [notice] child pid 20358 exit signal
Segmentation fault (11)
[Thu Oct 12 22:51:29 2006] [notice] child pid 20357 exit signal
Segmentation fault (11)


I tried removing (--purge) all apache and php-related modules,
but even with the default config the result is the same:


u1:~# dpkg -l|grep apache
ii  apache2   2.2.3-2    Next generation, scalable, extendable web se
ii  apache2-mpm-prefork         2.2.3-2                 
ii  apache2-utils               2.2.3-2  
ii  apache2.2-common            2.2.3-2  


any idea? :)
regards,
Olivier



PS: strace:   

u1:~# strace  /usr/sbin/apache2 -k start -X
[...]
open("/etc/group", O_RDONLY)            = 8
fcntl64(8, F_GETFD)                     = 0
fcntl64(8, F_SETFD, FD_CLOEXEC)         = 0
_llseek(8, 0, [0], SEEK_CUR)            = 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=689, ...}) = 0
mmap2(NULL, 689, PROT_READ, MAP_SHARED, 8, 0) = 0x7001c000
_llseek(8, 689, [689], SEEK_SET)        = 0
fstat64(8, {st_mode=S_IFREG|0644, st_size=689, ...}) = 0
munmap(0x7001c000, 689)                 = 0
close(8)                                = 0
setgroups32(1, [0])                     = 0
geteuid32()                             = 0
setuid32(33)                            = 0
getpid()                                = 20470
epoll_create(1)                         = -1 ENOSYS (Function not
implemented)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 20470 detached





Reply to: