php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27546 Apache 2 Segfault when restarting
Submitted: 2004-03-10 01:59 UTC Modified: 2004-03-10 03:26 UTC
From: markus dot reinhardt at wsl dot ch Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.4 OS: Solaris 9
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: markus dot reinhardt at wsl dot ch
New email:
PHP Version: OS:

 

 [2004-03-10 01:59 UTC] markus dot reinhardt at wsl dot ch
Description:
------------
Apache 2 processes die when restarting and PHP module is loaded. Occurs only with Apache 2 mpm worker. See also bugs #17414 and #24567. Apache 2 mpm prefork is o.k.

Apache 2 version: 2.0.48

PHP configure:
configure --with-apxs2=/usr/local/apache/bin/apxs \
          --with-config-file-path=/usr/local/apache/conf \
          --with-openssl=/usr/local/ssl \
          --with-oci8=/usr/local/app/oracle/product/prog92 \
          --enable-sigchild \
          --with-gettext \
          --with-xml \
          --with-mcrypt \
          --with-pear \
          --with-ldap \
          --with-imap=/usr/local/imap-2002e \
          --with-imap-ssl

Reproduce code:
---------------
Apache error_log: [notice] seg fault or similar nasty error detected in the parent process



Expected result:
----------------
Apache shouldn't die.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-10 03:26 UTC] derick@php.net
You're using atleast a couple of extensions (gettext and mcrypt most likely) that are not thread safe. Tip: Don't use MPM.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 17:01:28 2025 UTC