php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45908 Unkown Php Crash - Zend Framework
Submitted: 2008-08-25 13:30 UTC Modified: 2008-08-25 17:06 UTC
From: s dot tretter at szene1 dot at Assigned:
Status: Closed Package: *General Issues
PHP Version: 5.3.0alpha1 OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: s dot tretter at szene1 dot at
New email:
PHP Version: OS:

 

 [2008-08-25 13:30 UTC] s dot tretter at szene1 dot at
Description:
------------
Php Crashes and retursn error code 0377 (gdb). but if i type "bt" or "bt full" gdb returns that there is no backtrace.
tested php5.3alpha1 and a current php5.3 snapshot.
Our webpage is based on the Zend Framework. PHP is loaded with2 modules: APC and memcache.. the problem is that I can't test itthe website without these 2 modules, because our webpage needs these two modules.
With php5.2.6 everything works as exepcted.

tested with cli version (for debugging) and as apache module.

configure:
'./configure' \
'--with-pcre-regex' \
'--without-sqlite' \
'--with-mysqli=mysqlnd' \
'--with-gd' \
'--enable-exif' \
'--with-mcrypt' \
'--enable-mbstring' \
'--prefix=/usr/local/php5' \
'--with-zlib' \
'--enable-gd-native-ttf' \
'--enable-sockets' \
'--enable-soap' \
'--with-apxs2=/usr/local/apache2/bin/apxs' 

Reproduce code:
---------------
i don't know where the error happens exactly.. so there is no reproduce code, I could post the strace?

Expected result:
----------------
no crash

Actual result:
--------------
there is no core file, just a strange exit code. script gives no output at all. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-25 15:51 UTC] lstrojny@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

We need a backtrace and a simple and stripped down reproduction script to find out what causes this
 [2008-08-25 17:06 UTC] s dot tretter at szene1 dot at
found my problem .. the php.ini was not fully parsed, so the include_path and other parametes were not correctly set. the same php.ini works with 5.2.6! removed all comments and unnecessary config parameters, now my php.ini works also with php5.3.

sorry for bug report...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC