ID:               45908
 User updated by:  s dot tretter at szene1 dot at
 Reported By:      s dot tretter at szene1 dot at
-Status:           Feedback
+Status:           Closed
 Bug Type:         *General Issues
 Operating System: Linux
 PHP Version:      5.3.0alpha1
 New Comment:

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...


Previous Comments:
------------------------------------------------------------------------

[2008-08-25 15:51:22] [EMAIL PROTECTED]

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 13:30:08] 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. 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45908&edit=1

Reply via email to