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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC