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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC