php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11781 Seg Fault apache and 0 bytes request.. apache died
Submitted: 2001-06-28 10:25 UTC Modified: 2001-07-24 05:46 UTC
From: wilco at vanboxtelinternet dot nl Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 4.0.6 OS: Linux Slackware 7.1
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: wilco at vanboxtelinternet dot nl
New email:
PHP Version: OS:

 

 [2001-06-28 10:25 UTC] wilco at vanboxtelinternet dot nl
The crash happens after a random (half) hours at with my busy visited website +/- 2 mil. pageviews a month.
Lots of these messages in my apache error_log
[Thu Jun 28 15:51:13 2001] [notice] child pid 21954 exit signal Segmentation fault (11)
apachectl restart won't help!! only apachectl stop and start makes it work again.

all the configure and compile went good!
I already tried it with apc enabled and disabled in php.ini with no results.
this is my configure string:

 './configure' '--with-config-file-path=/www' '--with-apache=../apache_1.3.20' '--with-mcrypt=../libmcrypt-2.4.11' '--with-mysql=/usr/local/mysql' '--with-openssl=/usr/local/openssl' '--with-zlib-dir=/usr/local' '--with-zlib=/usr/local' '--with-gd=/usr/local' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr/local' '--with-freetype-dir=/usr/local' '--with-ttf' '--enable-gd-native-ttf' '--with-xml' '--disable-debug' '--enable-memory-limit' '--enable-shared' '--enable-track-vars' '--enable-trans-sid' '--enable-versioning' '--enable-magic-quotes' '--enable-bcmath' '--enable-apc'

php405 worked great but then I was unable to configure gd and freetype.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-29 09:43 UTC] sniper@php.net
Please include a GDB backtrace of the crash into this report. Instructions how to do this are found here:

http://www.php.net/bugs-generating-backtrace.php

--jani

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