From: tj dot botha at plista dot com
Operating system: Ubuntu Server 12.10
PHP version: master-Git-2013-04-26 (Git)
Package: PDO related
Bug Type: Bug
Bug description:PDO extension causes zend_mm_heap corrupted
Description:
------------
I have a project which uses MySQL PDO. I Compiled PHP versions 5.4.6, PHP
5.4.14 and PHP 5.6 (from current GIT repositoty - 26 April 2013).
I have various configuration options, but everytime I my configure command
includes --with-pdo-mysql=mysqlnd, I am unable to run my project.
The ONLY log file which shows any kind of information is Apache error.log:
zend_mm_heap corrupted
When I remove --with-pdo-mysql from configure, then my project works okay
(however all my PDO functions are of course missing) and I just get normal
expected PHP errors.
However. When I compile PHP version 5.3.24, it works. I can successfully
include --with-pdo-mysql=mysqlnd, and my project loads without problems.
Test script:
---------------
I do not have a test script - as I have no indication as to where the app
fails
Actual result:
--------------
#0 0x00000000008ee2c2 in zval_delref_p (pz=0x5a5a5a5a5a5a5a5a) at
/home/tj/php-
latest/Zend/zend.h:409
#1 0x00000000008ee51f in i_zval_ptr_dtor (zval_ptr=0x5a5a5a5a5a5a5a5a,
__zend_filename=0xe38408 "/home/tj/php-latest/Zend/zend_objects.c",
__zend_lineno=54)
at /home/tj/php-latest/Zend/zend_execute.h:76
#2 0x00000000008ef896 in _zval_ptr_dtor (zval_ptr=0x7f88d6068a20,
__zend_filename=0xe38408 "/home/tj/php-latest/Zend/zend_objects.c",
__zend_lineno=54)
at /home/tj/php-latest/Zend/zend_execute_API.c:428
#3 0x00000000009354de in zend_object_std_dtor (object=0x271b880) at
/home/tj/php-latest/Zend/zend_objects.c:54
#4 0x000000000068aad0 in pdo_dbh_free_storage (dbh=0x271b880) at
/home/tj/php-
latest/ext/pdo/pdo_dbh.c:1576
#5 0x000000000093c9ad in zend_objects_store_del_ref_by_handle_ex
(handle=140,
handlers=0x116c2e0 <pdo_dbh_object_handlers>)
at /home/tj/php-latest/Zend/zend_objects_API.c:221
#6 0x000000000093c6b3 in zend_objects_store_del_ref
(zobject=0x7f88d60a4af8) at
/home/tj/php-latest/Zend/zend_objects_API.c:173
#7 0x0000000000901b6c in _zval_dtor_func (zvalue=0x7f88d60a4af8,
__zend_filename=0xe335f8 "/home/tj/php-latest/Zend/zend_execute.h",
__zend_lineno=81)
at /home/tj/php-latest/Zend/zend_variables.c:54
#8 0x00000000008ee4c1 in _zval_dtor (zvalue=0x7f88d60a4af8,
__zend_filename=0xe335f8 "/home/tj/php-latest/Zend/zend_execute.h",
__zend_lineno=81)
at /home/tj/php-latest/Zend/zend_variables.h:35
#9 0x00000000008ee58c in i_zval_ptr_dtor (zval_ptr=0x7f88d60a4af8,
__zend_filename=0xe34970 "/home/tj/php-latest/Zend/zend_variables.c",
__zend_lineno=182)
at /home/tj/php-latest/Zend/zend_execute.h:81
#10 0x00000000008ef896 in _zval_ptr_dtor (zval_ptr=0x7f88d6030b28,
__zend_filename=0xe34970 "/home/tj/php-latest/Zend/zend_variables.c",
__zend_lineno=182)
at /home/tj/php-latest/Zend/zend_execute_API.c:428
#11 0x0000000000901f7b in _zval_ptr_dtor_wrapper (zval_ptr=0x7f88d6030b28)
at
/home/tj/php-latest/Zend/zend_variables.c:182
#12 0x00000000009174a7 in zend_hash_destroy (ht=0x7f88d6069138) at
/home/tj/php-
latest/Zend/zend_hash.c:560
#13 0x0000000000901b2f in _zval_dtor_func (zvalue=0x7f88d6b1ece8,
__zend_filename=0xe335f8 "/home/tj/php-latest/Zend/zend_execute.h",
__zend_lineno=81)
at /home/tj/php-latest/Zend/zend_variables.c:45
#14 0x00000000008ee4c1 in _zval_dtor (zvalue=0x7f88d6b1ece8,
__zend_filename=0xe335f8 "/home/tj/php-latest/Zend/zend_execute.h",
__zend_lineno=81)
at /home/tj/php-latest/Zend/zend_variables.h:35
#15 0x00000000008ee58c in i_zval_ptr_dtor (zval_ptr=0x7f88d6b1ece8,
__zend_filename=0xe33d68 "/home/tj/php-latest/Zend/zend_opcode.c",
__zend_lineno=169)
at /home/tj/php-latest/Zend/zend_execute.h:81
#16 0x00000000008ef896 in _zval_ptr_dtor (zval_ptr=0x7f88d6b1ef20,
__zend_filename=0xe33d68 "/home/tj/php-latest/Zend/zend_opcode.c",
__zend_lineno=169)
at /home/tj/php-latest/Zend/zend_execute_API.c:428
---Type <return> to continue, or q <return> to quit---
#17 0x00000000008f562e in cleanup_user_class_data (ce=0x7f88d6b1e528) at
/home/tj/php-latest/Zend/zend_opcode.c:169
#18 0x00000000008f5757 in zend_cleanup_user_class_data (pce=0x26d28e8) at
/home/tj/php-latest/Zend/zend_opcode.c:202
#19 0x0000000000917ee7 in zend_hash_reverse_apply (ht=0x25016b0,
apply_func=0x8f572e <zend_cleanup_user_class_data>) at /home/tj/php-
latest/Zend/zend_hash.c:799
#20 0x00000000008ef301 in shutdown_executor () at /home/tj/php-
latest/Zend/zend_execute_API.c:289
#21 0x000000000090411e in zend_deactivate () at /home/tj/php-
latest/Zend/zend.c:939
#22 0x000000000086c2b5 in php_request_shutdown (dummy=0x0) at
/home/tj/php-
latest/main/main.c:1800
#23 0x00000000009b42f8 in do_cli (argc=2, argv=0x2500a40) at /home/tj/php-
latest/sapi/cli/php_cli.c:1176
#24 0x00000000009b4b8d in main (argc=2, argv=0x2500a40) at /home/tj/php-
latest/sapi/cli/php_cli.c:1377
--
Edit bug report at https://bugs.php.net/bug.php?id=64722&edit=1
--
Try a snapshot (PHP 5.4):
https://bugs.php.net/fix.php?id=64722&r=trysnapshot54
Try a snapshot (PHP 5.3):
https://bugs.php.net/fix.php?id=64722&r=trysnapshot53
Try a snapshot (trunk):
https://bugs.php.net/fix.php?id=64722&r=trysnapshottrunk
Fixed in SVN: https://bugs.php.net/fix.php?id=64722&r=fixed
Fixed in release: https://bugs.php.net/fix.php?id=64722&r=alreadyfixed
Need backtrace: https://bugs.php.net/fix.php?id=64722&r=needtrace
Need Reproduce Script: https://bugs.php.net/fix.php?id=64722&r=needscript
Try newer version: https://bugs.php.net/fix.php?id=64722&r=oldversion
Not developer issue: https://bugs.php.net/fix.php?id=64722&r=support
Expected behavior: https://bugs.php.net/fix.php?id=64722&r=notwrong
Not enough info:
https://bugs.php.net/fix.php?id=64722&r=notenoughinfo
Submitted twice:
https://bugs.php.net/fix.php?id=64722&r=submittedtwice
register_globals: https://bugs.php.net/fix.php?id=64722&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64722&r=php4
Daylight Savings: https://bugs.php.net/fix.php?id=64722&r=dst
IIS Stability: https://bugs.php.net/fix.php?id=64722&r=isapi
Install GNU Sed: https://bugs.php.net/fix.php?id=64722&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64722&r=float
No Zend Extensions: https://bugs.php.net/fix.php?id=64722&r=nozend
MySQL Configuration Error: https://bugs.php.net/fix.php?id=64722&r=mysqlcfg