php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56554 Crash with simple eval'd code
Submitted: 2005-09-16 21:23 UTC Modified: 2005-09-20 08:06 UTC
From: mike at blueroot dot co dot uk Assigned:
Status: Not a bug Package: Xdebug
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 - 18 = ?
Subscribe to this entry?

 
 [2005-09-16 21:23 UTC] mike at blueroot dot co dot uk
Description:
------------
Some code used for caching arrays crashes the server, see sample code and backtraces below

PHP version is 5.0.5

configured with 

'./configure' '--prefix=/php5' '--with-apxs=/www/bin/apxs' '--with-gd=shared' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-iconv' '--with-zlib' '--with-openssl' '--with-mysqli' '--without-sqlite' '--disable-posix' '--disable-dom' '--without-mysql' '--disable-tokenizer'

Reproduce code:
---------------
The code to reproduce

http://dev.12snow.co.uk/pear-bug/test.php.txt

The cache file used

http://dev.12snow.co.uk/pear-bug/GetConfig-33.php.txt

Expected result:
----------------
http://dev.12snow.co.uk/pear-bug/expected_output.txt


Actual result:
--------------
Backtrace

http://dev.12snow.co.uk/pear-bug/bt.txt

Diff from php.ini-dist

http://dev.12snow.co.uk/pear-bug/php.ini.diff.txt

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-20 08:06 UTC] php at derickrethans dot nl
Please file bugs for the Xdebug extension at http://bugs.xdebug.org website. As you didn't specify a version number here, I assume you didn't use the CVS version of Xdebug 2. Please use that and all should be fine. If not, please file a bug at the previously mentioned site.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC