php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9543 core dump after including module and restarting apache
Submitted: 2001-03-04 06:34 UTC Modified: 2001-04-10 10:48 UTC
From: rd at w4u dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Cobalt RaQ 2 (RedHat)
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rd at w4u dot com
New email:
PHP Version: OS:

 

 [2001-03-04 06:34 UTC] rd at w4u dot com
i have compiled the module on a raq2.
when i include the module (just LoadModule...) and restart the apache, i can see a core-file in the current directory.
there is no error-message in the logfiles of apache.

thanks,
ralf


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-04 15:56 UTC] sniper@php.net
1. What was the configure line you used to configure PHP ?

2. Is your Apache linked with libpthread ? (ldd httpd)
If not, add -lpthread to the apache-1.3.x/src/Makefile line LIBS1 (in front of the other -l's) then do 'make clean;make;make install' for Apache.

3. Create a gdb backtrace of the crash  
( http://bugs.php.net/bugs-generating-backtrace.php )

--Jani

 [2001-03-10 23:30 UTC] sniper@php.net
User feedback:
--------------
>./configure --with-mysql --with-apxs

Try adding the path to installed mysql, e.g.:

--with-mysql=/www/mysql

>> ( http://bugs.php.net/bugs-generating-backtrace.php )
>what is gdb?
>(i have attached the core-file)

Did you read the page found at the url above?
Please do. And DO NOT send any core files to mailing 
lists!!! And as it says in the end of the notice email:
DO NOT answer to this email with your email client, use
the given url instead.

--Jani

 [2001-04-10 10:48 UTC] sniper@php.net
No feedback. If this happens also with soon to be released PHP 4.0.5, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 05:01:28 2024 UTC