I can't reproduce this.
Is your system a clean install?
Do you mean that the apache parent process segfaults, or do the child processes segfault when you do a request?
Main process I assume as Apache wont run at all.
Please check if this was caused by the latest php security update. Replace all php5 packages with the previous version. You can get a list with:
dpkg -l |grep 5.2.6.dfsg.1-1+lenny4
============ warlock:/etc/network# dpkg -l |grep 5.2.6.dfsg.1-1+lenny4 rc php5-common 5.2.6.dfsg.1-1+lenny4 Common hp5 source ============
Then do
apt-get install libapache2-mod-php5=5.2.6.dfsg.1-1+lenny3 php5-common=5.2.6.dfsg.1-1+lenny3
============== warlock:/etc/network# apt-get install libapache2-mod-php5=5.2.6.dfsg.1 -1+lenny3 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libapache2-mod-php5: Depends: php5-common (= 5.2.6.dfsg.1-1+lenny3) but 5.2.6.dfsg.1-1+lenny4 is to be installed E: Broken packages warlock:/etc/network# php5-common=5.2.6.dfsg.1-1+lenny3 -su: php5-common=5.2.6.dfsg.1-1+lenny3: command not found warlock:/etc/network# ============== and so on (with the packages you have installed). Does this help?
Dec 20 11:58:17 warlock kernel: [10864.632052] apache2[8617]: segfault at 0 ip b6ddc81f sp bfcf656d error 6 in pdo.so[b6dd7000+14000]
This points to the php pdo extension. What php extensions do you have installed and hav you changed the php configuration in any way?
In any case, a backtrace would also be helpful. See /usr/share/doc/apache2.2-common/README.backtrace
I will try... regards Steven -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org