From:             s dot tretter at szene1 dot at
Operating system: Linux
PHP version:      5.3.0alpha1
PHP Bug Type:     *General Issues
Bug description:  Unkown Php Crash - Zend Framework

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. 

-- 
Edit bug report at http://bugs.php.net/?id=45908&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45908&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45908&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45908&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45908&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45908&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45908&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45908&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45908&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45908&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45908&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45908&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45908&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45908&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45908&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45908&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45908&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45908&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45908&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45908&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45908&r=mysqlcfg

Reply via email to