php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50130 Segfault of libphp6.so
Submitted: 2009-11-09 18:18 UTC Modified: 2009-12-22 01:00 UTC
From: robert dot kosten at gmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 6SVN-2009-11-09 (snap) OS: Linux 2.6.31-gentoo #5 SMP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-11-09 18:18 UTC] robert dot kosten at gmail dot com
Description:
------------
I just compiled the 200911091530 snap of php6, the cli is working
fine, but the libphp6 segfaults. System is x86_64 gentoo with
apache2.

./configure --with-icu-dir=/usr --with-mysql=mysqlnd --with-pdo-
with-apxs2 --disable-short-tags --enable-bcmath --with-mcrypt --with-

Reproduce code:
---------------
/usr/lib/apache2/modules/libphp6.so

Expected result:
----------------
Not a "Segmentation fault" :-)

Actual result:
--------------
Segmentation fault

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-09 18:21 UTC] robert dot kosten at gmail dot com
The configure line got clipped, it ends in: recode
 [2009-11-09 18:23 UTC] robert dot kosten at gmail dot com
./configure \
--with-icu-dir=/usr \
--with-mysql=mysqlnd \
--with-pdo-mysql=mysqlnd \
--with-pgsql \
--with-pdo-pgsql \
--without-pdo-sqlite \
--with-apxs2 \
--disable-short-tags \
--enable-bcmath \
--with-mcrypt \
--with-recode
 [2009-11-13 16:01 UTC] robert dot kosten at gmail dot com
Issue reproducible in 200911131530
 [2009-12-14 10:37 UTC] kalle@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.


 [2009-12-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 21:01:33 2024 UTC