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

apache SIGSEGV testing crashes



I have just tried to upgrade my server from stable to testing.
mysql and apache are not working now :-(

The apache crashes with SIGSEGV as shown below

read(7, "127.0.0.1\tlocalhost.localdomain\t"..., 4096) = 297
close(7)                                = 0
munmap(0x40023000, 4096)                = 0
getuid32()                              = 0
stat64("/etc/krb5.conf", 0xbfff8fbc)    = -1 ENOENT (No such file or
directory)
stat64("/usr/etc/krb5.conf", 0xbfff8fbc) = -1 ENOENT (No such file or
directory)open("/dev/urandom", O_RDONLY)          = 7
fstat64(7, {st_mode=S_IFCHR|0444, st_rdev=makedev(1, 9), ...}) = 0
read(7, "\314\336\344\362XbI\30g\177l\363C\211\270\235\301\25\236"...,
20) = 20
close(7)                                = 0
getpid()                                = 2452
gettimeofday({1077136846, 238141}, NULL) = 0
getpid()                                = 2452
getpid()                                = 2452
open("/etc/krb5.keytab", O_RDONLY)      = -1 ENOENT (No such file or
directory)
stat64("/dev/urandom", {st_mode=S_IFCHR|0444, st_rdev=makedev(1, 9),
...}) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 2452 detached

It looks like apache is tring call kerberos but that isn't installed and
I can't understand why it if trying to call it - suggestions?

Robin





Reply to: