php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52598 zend_mm_heap corrupted
Submitted: 2010-08-13 09:26 UTC Modified: 2013-10-24 07:58 UTC
Votes:15
Avg. Score:4.7 ± 0.6
Reproduced:14 of 15 (93.3%)
Same Version:11 (78.6%)
Same OS:9 (64.3%)
From: dr4k0n at list dot ru Assigned: yohgaki (profile)
Status: Closed Package: *General Issues
PHP Version: 5.2.14 OS: Gentoo Linux 2.6.34-xenU-fly
Private report: No CVE-ID: None
 [2010-08-13 09:26 UTC] dr4k0n at list dot ru
Description:
------------
I seen "zend_mm_heap corrupted" message after CLI script executed. It's appear after some changes in PHP scripts.
Package configuration:
pecl-apc-3.0.19
pecl-memcached-1.0.2
pecl-gearman-0.7.0
libmemcached-0.39

I get valgrind log through command:
export USE_ZEND_ALLOC=0 
valgrind --tool=memcheck --num-callers=30 --log-file=/home/drakon/php_debug.log /usr/bin/php -f /var/www/infoskidka.ru/www/cli.php test sape sdf
Link: http://www.infoskidka.ru/common/php_debug.txt

Test script:
---------------
I can't create test script beacuse if I delete some lines in script, error have disappear. 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-13 10:29 UTC] felipe at xyz dot com
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.
 [2010-08-23 16:11 UTC] andy at blyler dot cc
What SVN revision(s) was this fixed in?
 [2010-09-24 21:13 UTC] wdierkes at rackspace dot com
Can we please get the SVN commit revision that this was fixed in?  I've tried 
searching the log, but I see no reference to '52598' or 'zend_mm_heap'.  Thank 
you.
 [2010-12-06 22:18 UTC] wdierkes at rackspace dot com
Just following up with this again.  This issue is still in the 'open' status.  I 
understand that 5.2.14 was the last PHP 5.2 release... which makes it even more 
important for the developers to follow up and help us locate where this issue 
was fixed in SVN (commit number)... so that we can produce a patch and backport 
it to our packages.

I attempted to contact Felipe directly, however that email address is either 
bogus or no longer available.

We have customers affected by this bug that we are attempting to backport for.

As always, thank you for your time!
 [2013-10-24 07:58 UTC] yohgaki@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: yohgaki
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 22:01:32 2024 UTC