php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44172 php cli core dumped
Submitted: 2008-02-19 15:29 UTC Modified: 2008-02-28 01:00 UTC
From: vess at slavof dot net Assigned:
Status: No Feedback Package: SimpleXML related
PHP Version: 5.2.5 OS: FreeBSD 5.5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2008-02-19 15:29 UTC] vess at slavof dot net
Description:
------------
if in extensions.ini enable this extensions 
extension=simplexml.so
extension=spl.so
extension=sqlite.so
extension=mysqli.so
extension=pdo.so
extension=pdo_sqlite.so

php core dumps

Expected result:
----------------
#php -v 
PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb  5 2008 10:04:40)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

Actual result:
--------------
#php -v 
PHP 5.2.5 with Suhosin-Patch 0.9.6.2 (cli) (built: Feb  5 2008 10:04:40)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
php in free(): error: junk pointer, too high to make sense
Abort trap (core dumped)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-02-20 02:19 UTC] felipe@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.


 [2008-02-28 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 Apr 19 23:01:28 2024 UTC