Package: libapache2-mod-fcgid
Version: 1:2.1-1
Severity: critical
After upgrading libapache2-mod-fcgid from 1:1.10-2 to 1:2.1-1 apache2
throws a floating point exception upon attempting to start.
This is what the init.d script returns on run:
Starting web server (apache2).../usr/sbin/apache2ctl: line 78: 5379
Floating point exception$HTTPD -k $ARGV
failed!
running "strace /usr/sbin/apache2 -k start" shows that it is the fcgid
module which is failing.
stat("/etc/apache2/mods-enabled/fcgid.load", {st_mode=S_IFREG|0644,
st_size=62, ...}) = 0
open("/etc/apache2/mods-enabled/fcgid.load", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=62, ...}) = 0
read(4, "LoadModule fcgid_module /usr/lib"..., 4096) = 62
open("/usr/lib/apache2/modules/mod_fcgid.so", O_RDONLY) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\\\0"...,
640) = 640
fstat(5, {st_mode=S_IFREG|0644, st_size=79192, ...}) = 0
mmap(NULL, 2174936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5,
0) = 0x2ab9a3a66000
mprotect(0x2ab9a3a78000, 2101208, PROT_NONE) = 0
mmap(0x2ab9a3c78000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x12000) = 0x2ab9a3c78000
close(5) = 0
--- SIGFPE (Floating point exception) @ 0 (0) ---
+++ killed by SIGFPE +++
Uninstalling the fcgid module allows apache to start without issue.
Related package versions
libc6 2.3.6.dsl-13
apache2 2.2.3-4
apache2-mpm-prefork 2.2.3-4
apache2-utils 2.2.3-4
apache2.2-common 2.2.3-4
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]