php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70657 zend_mm_heap corrupted (regression)
Submitted: 2015-10-07 09:27 UTC Modified: 2015-10-18 09:54 UTC
From: alec at alec dot pl Assigned:
Status: Duplicate Package: *General Issues
PHP Version: 7.0.0RC4 OS: Linux x86_64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alec at alec dot pl
New email:
PHP Version: OS:

 

 [2015-10-07 09:27 UTC] alec at alec dot pl
Description:
------------
Roundcube Webmail code worked on RC3, since I updated to RC4 (ubuntu packages from deb.sury.org) it gives 100% reproduceable "zend_mm_heap corrupted" errors. Sometimes it gives memory access violation (core dumped), but not always.

Test script:
---------------
I tried create a simple script, but couldn't reproduce without including the Roundcube Framework. So, to reproduce clone git@github.com:roundcube/roundcubemail.git repository and put following script inside:

<?php
require_once 'program/include/iniset.php';
$RCMAIL = rcmail::get_instance();
echo "it works";
?>

and execute it.

Expected result:
----------------
it works

Actual result:
--------------
zend_mm_heap corrupted

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-10-07 12:00 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2015-10-07 12:00 UTC] laruence@php.net
Please try using this snapshot:

  http://snaps.php.net/php-trunk-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

I can not reproduce it..
even with valgrind
 [2015-10-18 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2015-10-18 09:54 UTC] nikic@php.net
-Status: No Feedback +Status: Duplicate
 [2015-10-18 09:54 UTC] nikic@php.net
Very likely a duplicate of https://bugs.php.net/bug.php?id=70688.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 15:01:30 2024 UTC