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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
37 - 9 = ?
Subscribe to this entry?

 
 [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: Thu Apr 18 17:01:28 2024 UTC