php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3752 Apache configtest dumps core with DSO & versioning
Submitted: 2000-03-07 03:20 UTC Modified: 2002-10-01 13:56 UTC
From: top at sci dot fi Assigned:
Status: Wont fix Package: Dynamic loading
PHP Version: 3.0.15 OS: Solaris 2.7 (Sparc)
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: top at sci dot fi
New email:
PHP Version: OS:

 

 [2000-03-07 03:20 UTC] top at sci dot fi
I compiled Apache 1.3.{9,11,12} with PHP3.0.15 configured with the following setup:

./configure --with-apxs=/usr/local/httpd/bin/apxs --with-solid --enable-track-vars --enable-versioning --with-xml

Apache starts up fine and php-pages seems to be working. But when I do a configtest in Apache, it dumps core after saying syntax is ok. Here's a backtrace of core:

Core was generated by `/u3/server/httpd-1.3.12/bin/httpd -t'.
Program terminated with signal 11, Segmentation Fault.
#0  0xfee17b00 in ?? ()
(gdb) bt
#0  0xfee17b00 in ?? ()
#1  0xff116814 in ?? ()
#2  0xff2d1f18 in ?? ()
#3  0xff2d74e0 in ?? ()
#4  0x11a50 in ap_ecvt ()

In Linux 2.2.13 (Intel) this setup is working without any problems. Also if I compile the Solaris-version without versioning everything is working properly.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 13:56 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 01:01:28 2024 UTC