php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57261 Segmentation fault
Submitted: 2006-09-27 10:23 UTC Modified: 2009-02-16 20:25 UTC
From: mhuff at ox dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5.1.6 OS: solaris 10 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 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: mhuff at ox dot com
New email:
PHP Version: OS:

 

 [2006-09-27 10:23 UTC] mhuff at ox dot com
Description:
------------
Apache 2.0.59
PHP 5.1.6
Solaris 5.10 Generic_118833-17 sun4u
Not using gcc, using Sun cc compiler
cc: Sun C 5.8 2005/10/13

php configured with:
./configure \
        --prefix=/usr/local \
        --enable-memory-limit \
        --enable-calendar \
        --with-libxml-dir=/usr/local \
        --with-gdbm=/usr/local \
        --with-db4=/usr/local \
        --with-mysql=/usr/local/mysql \
        --with-bz2 \
        --with-gettext=/usr/local \
        --with-iconv-dir=/usr/local \
        --with-zlib=/usr/local \
        --with-gd \
        --with-jpeg-dir=/usr/local \
        --with-png-dir=/usr/local \
        --with-xpm-dir=/usr/local \
        --with-freetype-dir=/usr/local \
        --enable-gd-native-ttf \
        --enable-ftp \
        --with-mm \
        --with-apxs2=/www/apache/bin/apxs

apc version 3.0.12p2
apc configured with:

./configure \
        --enable-apc            \
        --enable-apc-mmap       \
        --with-apxs=/www/apache/bin/apxs        \
        --with-php-config=/usr/local/bin/php-config
php.ini
extension=apc.so
apc.enabled=1
apc.shm_segments=1
apc.optimization=0
apc.shm_size=128
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024
apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.enable_cli=1

Apache dies with 
Segmentation Fault in 431, waiting for debugger
in error_log





Reproduce code:
---------------
start and stop apache. Any php causes fault


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-27 17:01 UTC] gopalv82 at yahoo dot com
Same as http://pecl.php.net/bugs/bug.php?id=7762 ?

Please provide a backtrace, without which I cannot do anything.
 [2006-09-27 17:42 UTC] mhuff at ox dot com
I would be happy to. How would I do that? I would assume some dbx command? If you could provide the steps that I would need to do, I'll make sure it gets done.

Should I capture the complete ./configure & make output also?
 [2006-12-26 17:44 UTC] shire@php.net
You can find instructions on generating a backtrace here:
http://bugs.php.net/bugs-generating-backtrace.php

Can you also verify if this is still a problem with latest CVS and that it does not occur due to any other extensions such as (Zend debugger, optimizer, Xdebug, APD, etc.)
 [2009-02-16 20:25 UTC] shire@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC