php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12413 Segmentation Fault when run httpd
Submitted: 2001-07-26 20:04 UTC Modified: 2001-07-28 00:02 UTC
From: s956695 at hotmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: Solaris 8
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: s956695 at hotmail dot com
New email:
PHP Version: OS:

 

 [2001-07-26 20:04 UTC] s956695 at hotmail dot com
I comiled php 4.06 with mysql 3.2.32 and Apache 1.3.20 without error using option 
.configure --with-apache=<src> \
--with-mysql=/usr/local/mysql

after I done for make install
i restart httpd and got not error

but nobody can access the web server and i check the error_log got the following
[Thu Jul 26 15:06:36 2001] [notice] SIGHUP received.  Attempting to restart
[Thu Jul 26 15:06:36 2001] [notice] Apache/1.3.20 (Unix) PHP/4.0.6 configured --
 resuming normal operations
[Thu Jul 26 15:06:36 2001] [notice] suEXEC mechanism enabled (wrapper: /usr/loca
l/apache/bin/suexec)
[Thu Jul 26 15:07:08 2001] [notice] child pid 8876 exit signal Segmentation Faul
t (11)
[Thu Jul 26 15:07:08 2001] [notice] child pid 8875 exit signal Segmentation Faul
t (11)
[Thu Jul 26 15:07:20 2001] [notice] child pid 8877 exit signal Segmentation Faul
t (11)
[Thu Jul 26 15:07:22 2001] [notice] child pid 8878 exit signal Segmentation Faul

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-26 21:35 UTC] sniper@php.net
Try doing this instead:

./apachectl stop
./apachectl start

ie. do not restart Apache after updating it.

--Jani

 [2001-07-27 23:56 UTC] sniper@php.net
Please provide a gdb backtrace of the crash.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 15:01:31 2025 UTC