php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6779 Apache crashes on start-up
Submitted: 2000-09-16 16:36 UTC Modified: 2000-12-07 11:39 UTC
From: gwu at acm dot org Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.2 OS: Debian Linux (2.2.17 kernel)
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:
46 - 14 = ?
Subscribe to this entry?

 
 [2000-09-16 16:36 UTC] gwu at acm dot org
I am running Apache 3.1.12, PostgreSQL 7.2 and php 4.0.2 with PostgresSQL support.  Apaches crashes on start-up.  I configure
php with the following command:

./configure  --with-pgsql --with-apxs=/usr/local/apache/bin/apxs

The GDB trace of Apache:

#0  0x4000a42d in   ()
#1  0x4016ef0f in   ()
#2  0x400a43b7 in dlopen ()
#3  0x4000a135 in   ()
#4  0x400a493e in dlerror ()
#5  0x400a43dd in dlclose ()
#6  0x8070dd6 in ap_os_dso_unload ()
#7  0x804f279 in unload_module ()
#8  0x8051209 in run_cleanups ()
#9  0x804f8b3 in ap_clear_pool ()
#10 0x806044c in standalone_main ()
#11 0x8060dac in main ()
#12 0x400c0a42 in   ()


  This seems be the same trace reported in bug report 6686 but I am
not using MySQL.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-17 06:30 UTC] sniper@php.net
User feedback: 
------------

 I tried the "--without-mysql" option and Apache still crashes on start-up.
Any other suggestions ?

------------
 [2000-11-01 10:01 UTC] sniper@php.net
Is this still happening when using PHP4.0.3pl1?
And have you compiled Apache from sources yourself?
And PgSQL?

--Jani
 [2000-12-07 11:39 UTC] sniper@php.net
Reopen, if this still happens when using latest snapshot
from http://snaps.php.net/

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 14:01:31 2024 UTC