php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13031 Segmentation Fault core dump on apache start
Submitted: 2001-08-29 09:50 UTC Modified: 2001-08-30 09:45 UTC
From: jasonk at fdm4 dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 4.0.6 OS: Aix 4.3.3
Private report: No CVE-ID: None
 [2001-08-29 09:50 UTC] jasonk at fdm4 dot com
tried installing PHP-4.0.6 on anr rs/6000 with aix 4.3.3
using gcc 2.95.3.

I have apache 1.3.20 installed dso support
mod ssl is installed
I have mysql installed and working
I also have Jrun installed and working.

i use

./configure \
--with-apxs=/usr/local/apache/bin/apxs
--with-mysql=/usr/local/mysql
--prefix=/usr/local/php

it configures ok
makes ok 
and make install ok 
(i have tried make and gnumake)
when i have the
 LoadModule php4_module        libexec/libphp4.so
line in place i get the seg fault

Ive tried the latest version from snaps and it won't make the libphp4.so file

the segfault i get isreading symbolic information ...
[using memory image in core]

Segmentation fault in php_if_apache_lookup_uri at 0xd0c47fe4 ($t1)
0xd0c47fe4 (php_if_apache_lookup_uri+0x554) 800c0000        lwz   r0,0x0(r12)
 



any help much appreciated

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-29 09:52 UTC] sniper@php.net
Does this happen with latest CVS snapshot:

http://snaps.php.net/ 
 [2001-08-30 09:45 UTC] sniper@php.net
submitted twice: #13033
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC