View Issue Details

IDProjectCategoryView StatusLast Update
0001117XdebugUncategorizedpublic2015-02-28 16:30
Reporterz0rc Assigned Toderick  
PriorityhighSeveritycrashReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSDebianOS Version7.6
Product Version2.3.1 
Fixed in Version2.3.2 
Summary0001117: phpunit with coverage reporting under 5.5.22 crashes xdebug
Description

After upgrading from PHP 5.5.21 to 5.5.22 PHPUnit started to crash within xdebug module when used with coverage option. I tried with coverage-html and coverage-clover.

Tried with PHPUnit branches 3.7 and 4.5.

Sample output

php vendor/bin/phpunit --configuration=phpunit.xml.dist

PHPUnit 4.5.0-16-geb6ad0d by Sebastian Bergmann and contributors.

Configuration read from /var/build/total_import/staging/135/phpunit.xml.dist

Deprecated configuration setting "strict" used

....... glibc detected php: realloc(): invalid next size: 0x00000000028518a0 ***

Full GDB stack trace https://privatepaste.com/280caa3907

Interesting is that under valgrind there is no crash, but there is some nasty errors (valgrind -v --leak-check=full php vendor/bin/phpunit --configuration=phpunit.xml.dist) https://privatepaste.com/bf998591bd

Steps To Reproduce

phpunit --coverage-html

TagsNo tags attached.
Attached Files
valgrind_output.txt (56,546 bytes)   
==31065== Memcheck, a memory error detector
==31065== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==31065== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==31065== Command: php vendor/bin/phpunit --configuration=phpunit.xml.dist
==31065== 
--31065-- Valgrind options:
--31065--    --suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp
--31065--    -v
--31065--    --leak-check=full
--31065-- Contents of /proc/version:
--31065--   Linux version 3.13-0.bpo.1-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.13.7-1~bpo70+1 (2014-03-29)
--31065-- Arch and hwcaps: AMD64, amd64-sse3-cx16
--31065-- Page sizes: currently 4096, max supported 4096
--31065-- Valgrind library directory: /usr/lib/valgrind
--31065-- Reading syms from /usr/bin/php5 (0x400000)
--31065--   Considering /usr/bin/php5 ..
--31065--   .. CRC mismatch (computed 9a623ac6 wanted 6e315491)
--31065--   Considering /usr/lib/debug/usr/bin/php5 ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/ld-2.13.so (0x4000000)
--31065--   Considering /lib/x86_64-linux-gnu/ld-2.13.so ..
--31065--   .. CRC mismatch (computed 12479f05 wanted 3b27f9dd)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/ld-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/valgrind/memcheck-amd64-linux (0x38000000)
--31065--   Considering /usr/lib/valgrind/memcheck-amd64-linux ..
--31065--   .. CRC mismatch (computed 917e6694 wanted d604052d)
--31065--   Considering /usr/lib/debug/usr/lib/valgrind/memcheck-amd64-linux ..
--31065--   .. CRC is valid
--31065--    object doesn't have a dynamic symbol table
--31065-- Reading suppressions file: /usr/lib/valgrind/debian-libc6-dbg.supp
--31065-- Reading suppressions file: /usr/lib/valgrind/default.supp
==31065== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-31065-by-root-on-???
==31065== embedded gdbserver: writing to   /tmp/vgdb-pipe-to-vgdb-from-31065-by-root-on-???
==31065== embedded gdbserver: shared mem   /tmp/vgdb-pipe-shared-mem-vgdb-31065-by-root-on-???
==31065== 
==31065== TO CONTROL THIS PROCESS USING vgdb (which you probably
==31065== don't want to do, unless you know exactly what you're doing,
==31065== or are doing some strange experiment):
==31065==   /usr/lib/valgrind/../../bin/vgdb --pid=31065 ...command...
==31065== 
==31065== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==31065==   /path/to/gdb php
==31065== and then give GDB the following command
==31065==   target remote | /usr/lib/valgrind/../../bin/vgdb --pid=31065
==31065== --pid is optional if only one valgrind process is running
==31065== 
--31065-- REDIR: 0x40169d0 (strlen) redirected to 0x38061d67 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--31065-- Reading syms from /usr/lib/valgrind/vgpreload_core-amd64-linux.so (0x4a22000)
--31065--   Considering /usr/lib/valgrind/vgpreload_core-amd64-linux.so ..
--31065--   .. CRC mismatch (computed 2439aefb wanted 12795d6b)
--31065--   Considering /usr/lib/debug/usr/lib/valgrind/vgpreload_core-amd64-linux.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so (0x4c24000)
--31065--   Considering /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ..
--31065--   .. CRC mismatch (computed 765bf264 wanted b7bd9c2d)
--31065--   Considering /usr/lib/debug/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so ..
--31065--   .. CRC is valid
--31065-- REDIR: 0x4016840 (index) redirected to 0x4c29180 (index)
--31065-- REDIR: 0x40168c0 (strcmp) redirected to 0x4c2a0a0 (strcmp)
--31065-- Reading syms from /lib/x86_64-linux-gnu/libcrypt-2.13.so (0x4e2f000)
--31065--   Considering /lib/x86_64-linux-gnu/libcrypt-2.13.so ..
--31065--   .. CRC mismatch (computed 34fc376a wanted 95f78930)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libcrypt-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/libz.so.1.2.7 (0x5066000)
--31065--   Considering /lib/x86_64-linux-gnu/libz.so.1.2.7 ..
--31065--   .. CRC mismatch (computed 57f46862 wanted 0646fc34)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/libonig.so.2.0.0 (0x527d000)
--31065--   Considering /usr/lib/libonig.so.2.0.0 ..
--31065--   .. CRC mismatch (computed 23d2aa41 wanted c8cde1be)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x54e3000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 ..
--31065--   .. CRC mismatch (computed 3c48ef62 wanted 909f0ed8)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x58db000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 ..
--31065--   .. CRC mismatch (computed c9415284 wanted 1680bbc0)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libdb-5.1.so (0x5b3b000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/libqdbm.so.14.14.0 (0x5ebe000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libbz2.so.1.0.4 (0x610b000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/librt-2.13.so (0x631b000)
--31065--   Considering /lib/x86_64-linux-gnu/librt-2.13.so ..
--31065--   .. CRC mismatch (computed de6c6735 wanted 7576e9e9)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/librt-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/libm-2.13.so (0x6523000)
--31065--   Considering /lib/x86_64-linux-gnu/libm-2.13.so ..
--31065--   .. CRC mismatch (computed 6b2119a9 wanted be67ca0f)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libm-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/libdl-2.13.so (0x67a5000)
--31065--   Considering /lib/x86_64-linux-gnu/libdl-2.13.so ..
--31065--   .. CRC mismatch (computed 98235dc1 wanted 72c11600)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libdl-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/libnsl-2.13.so (0x69a9000)
--31065--   Considering /lib/x86_64-linux-gnu/libnsl-2.13.so ..
--31065--   .. CRC mismatch (computed de3accd4 wanted 94604302)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libnsl-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libxml2.so.2.8.0 (0x6bc1000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 (0x6f21000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2 ..
--31065--   .. CRC mismatch (computed 8f415d16 wanted 92dbf6e7)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 (0x7160000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3 ..
--31065--   .. CRC mismatch (computed 2c094079 wanted d4c0e7ee)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 (0x7434000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1 ..
--31065--   .. CRC mismatch (computed 4f11ba32 wanted 02786e45)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libcom_err.so.2.1 (0x765d000)
--31065--   Considering /lib/x86_64-linux-gnu/libcom_err.so.2.1 ..
--31065--   .. CRC mismatch (computed 4a3fe812 wanted 788ccb81)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libc-2.13.so (0x7861000)
--31065--   Considering /lib/x86_64-linux-gnu/libc-2.13.so ..
--31065--   .. CRC mismatch (computed a647c898 wanted 882b2ada)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libc-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/libresolv-2.13.so (0x7bec000)
--31065--   Considering /lib/x86_64-linux-gnu/libresolv-2.13.so ..
--31065--   .. CRC mismatch (computed ccf41bed wanted da768719)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libresolv-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/libpthread-2.13.so (0x7e02000)
--31065--   Considering /lib/x86_64-linux-gnu/libpthread-2.13.so ..
--31065--   .. CRC mismatch (computed e5e40290 wanted 8df396bc)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libpthread-2.13.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /lib/x86_64-linux-gnu/liblzma.so.5.0.0 (0x801e000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 (0x8241000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1 ..
--31065--   .. CRC mismatch (computed 3b2970bc wanted 2436a502)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libkeyutils.so.1.4 (0x844a000)
--31065--    object doesn't have a symbol table
--31065-- REDIR: 0x78e9190 (memcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e4800 (strcasecmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e6ac0 (strncasecmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e2800 (strncpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e0f70 (strncmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e0790 (strcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e4680 (stpcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e0d40 (strlen) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78df250 (index) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e3600 (memset) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e2fe0 (bcmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78df300 (strcmp) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x794eae0 (__memmove_chk) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x794eaa0 (__memcpy_chk) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e3410 (memmove) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e2860 (__GI_strrchr) redirected to 0x4c28fa0 (__GI_strrchr)
--31065-- REDIR: 0x78e0d80 (__GI_strlen) redirected to 0x4c29500 (__GI_strlen)
--31065-- REDIR: 0x797b8c0 (__strlen_sse42) redirected to 0x4c294e0 (strlen)
--31065-- REDIR: 0x78dba00 (malloc) redirected to 0x4c28b80 (malloc)
--31065-- REDIR: 0x7989b90 (__memcpy_ssse3_back) redirected to 0x4c2a620 (memcpy)
--31065-- REDIR: 0x78e0fb0 (__GI_strncmp) redirected to 0x4c299d0 (__GI_strncmp)
--31065-- REDIR: 0x78e3640 (__GI_memset) redirected to 0x4c2b490 (memset)
--31065-- REDIR: 0x78dcae0 (realloc) redirected to 0x4c28c50 (realloc)
--31065-- REDIR: 0x78e2830 (rindex) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x7976190 (__strrchr_sse42) redirected to 0x4c28f70 (rindex)
--31065-- REDIR: 0x78df340 (__GI_strcmp) redirected to 0x4c2a050 (__GI_strcmp)
--31065-- REDIR: 0x78e2f60 (memchr) redirected to 0x4c2a140 (memchr)
--31065-- REDIR: 0x78df280 (__GI_strchr) redirected to 0x4c29080 (__GI_strchr)
--31065-- REDIR: 0x78ea5b0 (strchrnul) redirected to 0x4c2b7d0 (strchrnul)
--31065-- REDIR: 0x78db920 (free) redirected to 0x4c27ce0 (free)
--31065-- REDIR: 0x78e46b0 (__GI_stpcpy) redirected to 0x4c2b220 (__GI_stpcpy)
--31065-- REDIR: 0x78e07c0 (__GI_strcpy) redirected to 0x4c295f0 (__GI_strcpy)
--31065-- REDIR: 0x79962f0 (__memcmp_sse4_1) redirected to 0x4c2b0b0 (bcmp)
--31065-- REDIR: 0x7974080 (__strchr_sse42) redirected to 0x4c29040 (index)
--31065-- REDIR: 0x7989b80 (__memcpy_chk_ssse3_back) redirected to 0x4c2bac0 (__memcpy_chk)
--31065-- REDIR: 0x7978650 (__strncasecmp_sse42) redirected to 0x4c29b20 (strncasecmp)
--31065-- REDIR: 0x79769b0 (__strcasecmp_sse42) redirected to 0x4c29a40 (strcasecmp)
--31065-- REDIR: 0x78daf50 (calloc) redirected to 0x4c27200 (calloc)
--31065-- Reading syms from /usr/lib/php5/20121212/opcache.so (0x8a4e000)
--31065--   Considering /usr/lib/php5/20121212/opcache.so ..
--31065--   .. CRC mismatch (computed a6bd0030 wanted c5bd58e4)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/opcache.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/php5/20121212/xdebug.so (0x8c77000)
--31065-- Reading syms from /usr/lib/php5/20121212/pdo.so (0x8eb1000)
--31065--   Considering /usr/lib/php5/20121212/pdo.so ..
--31065--   .. CRC mismatch (computed 9fa48a91 wanted b23e1dba)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/pdo.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/php5/20121212/curl.so (0x90cd000)
--31065--   Considering /usr/lib/php5/20121212/curl.so ..
--31065--   .. CRC mismatch (computed 5a48b295 wanted e25685ea)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/curl.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libcurl.so.4.2.0 (0x92e2000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libidn.so.11.6.8 (0x954b000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 (0x977f000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3 (0x99a8000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.8.3 (0x9bb7000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/librtmp.so.0 (0x9e08000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0 (0xa022000)
--31065--   Considering /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0 ..
--31065--   .. CRC mismatch (computed e1e1fb05 wanted 46e16e18)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 (0xa2a1000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.4 (0xa4bc000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.4 ..
--31065--   .. CRC mismatch (computed fc660feb wanted 53133039)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0 (0xa77c000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.16 (0xa97f000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.16 ..
--31065--   .. CRC mismatch (computed e8a39300 wanted 5519bc5f)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0 (0xab90000)
--31065--    object doesn't have a symbol table
--31065-- REDIR: 0x78e2c90 (strspn) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78ea530 (rawmemchr) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78e2900 (strpbrk) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x78ee350 (strstr) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- Reading syms from /usr/lib/php5/20121212/gd.so (0xada2000)
--31065--   Considering /usr/lib/php5/20121212/gd.so ..
--31065--   .. CRC mismatch (computed a8d209af wanted 3996a21b)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/gd.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/libt1.so.5.1.2 (0xb00a000)
--31065--   Considering /usr/lib/libt1.so.5.1.2 ..
--31065--   .. CRC mismatch (computed fda402a3 wanted cafc016b)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 (0xb268000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 ..
--31065--   .. CRC mismatch (computed 0f3a3a58 wanted ec7baf21)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libXpm.so.4.11.0 (0xb5a3000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libXpm.so.4.11.0 ..
--31065--   .. CRC mismatch (computed 1a6788c5 wanted 6c67534e)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libpng12.so.0.49.0 (0xb7b4000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libjpeg.so.8.4.0 (0xb9db000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libjpeg.so.8.4.0 ..
--31065--   .. CRC mismatch (computed 839ef2f3 wanted be5bc76d)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libvpx.so.1.1.0 (0xbc15000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libvpx.so.1.1.0 ..
--31065--   .. CRC mismatch (computed 814856d1 wanted b98b8fb0)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.1 (0xbeb4000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 (0xc153000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 (0xc374000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 ..
--31065--   .. CRC mismatch (computed e86b3e46 wanted 75c26269)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 (0xc577000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 ..
--31065--   .. CRC mismatch (computed 7cfb68c6 wanted 3087afd9)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/gearman.so (0xc77c000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libgearman.so.6.0.0 (0xc998000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libuuid.so.1.3.0 (0xcbb6000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 (0xcdbb000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17 ..
--31065--   .. CRC mismatch (computed 2e90e449 wanted 202ea9e2)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libgcc_s.so.1 (0xd0c2000)
--31065--   Considering /lib/x86_64-linux-gnu/libgcc_s.so.1 ..
--31065--   .. CRC mismatch (computed f44ca19e wanted 240e89d2)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/imagick.so (0xd2d8000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libMagickWand.so.5.0.0 (0xd53f000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libMagickCore.so.5.0.0 (0xd859000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 (0xdd05000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 ..
--31065--   .. CRC mismatch (computed 94ea9657 wanted e9faeb2b)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.2 (0xdf13000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.6 (0xe160000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/liblqr-1.so.0.3.1 (0xe3c6000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4 (0xe5dd000)
--31065--   Considering /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4 ..
--31065--   .. CRC mismatch (computed 23713226 wanted f44f9803)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.5.0 (0xe8d5000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 (0xeb0c000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 ..
--31065--   .. CRC mismatch (computed 9b3f1027 wanted 70df10a3)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0 (0xed1e000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0 (0xef85000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 (0xf18e000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 ..
--31065--   .. CRC mismatch (computed 27743227 wanted c7b58103)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 (0xf395000)
--31065--   Considering /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 ..
--31065--   .. CRC mismatch (computed fe2795ba wanted 4fd34042)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libjbig.so.0.0.0 (0xf5b0000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libpcre.so.3.13.1 (0xf7be000)
--31065--   Considering /lib/x86_64-linux-gnu/libpcre.so.3.13.1 ..
--31065--   .. CRC mismatch (computed f5974496 wanted 19f35889)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libexpat.so.1.6.0 (0xf9fb000)
--31065--    object doesn't have a symbol table
--31065-- REDIR: 0x78e4150 (mempcpy) redirected to 0x4a22750 (_vgnU_ifunc_wrapper)
--31065-- REDIR: 0x798c660 (__mempcpy_ssse3_back) redirected to 0x4c2b8e0 (mempcpy)
--31065-- Reading syms from /usr/lib/php5/20121212/imap.so (0xfc25000)
--31065--   Considering /usr/lib/php5/20121212/imap.so ..
--31065--   .. CRC mismatch (computed 6d6adf97 wanted a2511b24)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/imap.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/libc-client.so.2007e.0 (0xfe3d000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /lib/x86_64-linux-gnu/libpam.so.0.83.0 (0x10151000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/intl.so (0x1035f000)
--31065--   Considering /usr/lib/php5/20121212/intl.so ..
--31065--   .. CRC mismatch (computed 38271c54 wanted 2c2a0219)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/intl.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libicui18n.so.48.1.1 (0x105be000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libicuuc.so.48.1.1 (0x1078c000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libicudata.so.48.1.1 (0x108fd000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/libicuio.so.48.1.1 (0x41b4000)
--31065--    object doesn't have a symbol table
--31065-- REDIR: 0x7974130 (__strcmp_sse42) redirected to 0x4c2a000 (strcmp)
--31065-- Reading syms from /usr/lib/php5/20121212/ldap.so (0x11a6e000)
--31065--   Considering /usr/lib/php5/20121212/ldap.so ..
--31065--   .. CRC mismatch (computed 54d565ba wanted 6bcfdb38)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/ldap.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/php5/20121212/mcrypt.so (0x11c7e000)
--31065--   Considering /usr/lib/php5/20121212/mcrypt.so ..
--31065--   .. CRC mismatch (computed 7c8b8071 wanted c450f939)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/mcrypt.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/libmcrypt.so.4.4.8 (0x11e89000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/memcache.so (0x120bb000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/mongo.so (0x122d4000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/mysql.so (0x12536000)
--31065--   Considering /usr/lib/php5/20121212/mysql.so ..
--31065--   .. CRC mismatch (computed 2841b179 wanted b0b76b03)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/mysql.so ..
--31065--   .. CRC mismatch (computed 54c05eec wanted b0b76b03)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/libmysqlclient.so.18.0.0 (0x12743000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/mysqli.so (0x12cac000)
--31065--   Considering /usr/lib/php5/20121212/mysqli.so ..
--31065--   .. CRC mismatch (computed d5f60d06 wanted d770439c)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/mysqli.so ..
--31065--   .. CRC mismatch (computed 665d5b77 wanted d770439c)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/pdo_mysql.so (0x12ecf000)
--31065--   Considering /usr/lib/php5/20121212/pdo_mysql.so ..
--31065--   .. CRC mismatch (computed a027b74d wanted bccf9059)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/pdo_mysql.so ..
--31065--   .. CRC mismatch (computed fbf209ce wanted bccf9059)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/phalcon.so (0x130d8000)
--31065--    object doesn't have a symbol table
--31065-- Reading syms from /usr/lib/php5/20121212/recode.so (0x13591000)
--31065--   Considering /usr/lib/php5/20121212/recode.so ..
--31065--   .. CRC mismatch (computed 0f05fadf wanted bc4889c8)
--31065--   Considering /usr/lib/debug/usr/lib/php5/20121212/recode.so ..
--31065--   .. CRC is valid
--31065-- Reading syms from /usr/lib/x86_64-linux-gnu/librecode.so.0.0.0 (0x13794000)
--31065--    object doesn't have a symbol table
--31065-- REDIR: 0xffffffffff600400 (???) redirected to 0x38061d5d (vgPlain_amd64_linux_REDIR_FOR_vtime)
--31065-- REDIR: 0x797c720 (???) redirected to 0x4c296c0 (strncpy)
--31065-- REDIR: 0x78dc280 (posix_memalign) redirected to 0x4c27170 (posix_memalign)
--31065-- REDIR: 0x78ea560 (__GI___rawmemchr) redirected to 0x4c2b820 (__GI___rawmemchr)
--31065-- REDIR: 0x797bd00 (???) redirected to 0x4c29520 (strcpy)
--31065-- REDIR: 0x78edc20 (__GI_strncpy) redirected to 0x4c29810 (__GI_strncpy)
--31065-- Reading syms from /lib/x86_64-linux-gnu/libnss_files-2.13.so (0x13f5a000)
--31065--   Considering /lib/x86_64-linux-gnu/libnss_files-2.13.so ..
--31065--   .. CRC mismatch (computed 86e5f6f9 wanted 42e8d20f)
--31065--   Considering /usr/lib/debug/lib/x86_64-linux-gnu/libnss_files-2.13.so ..
--31065--   .. CRC is valid
--31065-- REDIR: 0x797afa0 (__rawmemchr_sse42) redirected to 0x4c2b800 (rawmemchr)
--31065-- REDIR: 0xffffffffff600000 (???) redirected to 0x38061d53 (vgPlain_amd64_linux_REDIR_FOR_vgettimeofday)
--31065-- REDIR: 0x7974fd0 (__strncmp_sse42) redirected to 0x4c29960 (strncmp)
--31065-- REDIR: 0x78e0ed0 (strncat) redirected to 0x4c29380 (strncat)
--31065-- REDIR: 0x798f130 (__memmove_ssse3_back) redirected to 0x4c2b530 (memmove)
--31065-- REDIR: 0x7976330 (__strstr_sse42) redirected to 0x4c2bbd0 (strstr)
--31065-- REDIR: 0x797bbd0 (__strspn_sse42) redirected to 0x4c2bd30 (strspn)
PHPUnit 4.5.0-16-geb6ad0d by Sebastian Bergmann and contributors.

Configuration read from /var/build/total_import/staging/135/phpunit.xml.dist

Deprecated configuration setting "strict" used

......==31065== Invalid write of size 4
==31065==    at 0x8C8C037: xdebug_code_coverage_start_of_function (xdebug_code_coverage.c:774)
==31065==    by 0x8C86D46: xdebug_execute_ex (xdebug.c:1497)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==  Address 0x17294cb0 is 0 bytes after a block of size 128 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C8C015: xdebug_code_coverage_start_of_function (xdebug_code_coverage.c:771)
==31065==    by 0x8C86D46: xdebug_execute_ex (xdebug.c:1497)
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: xdebug_execute_internal (xdebug.c:1649)
==31065==    by 0x6C31AD: zend_call_function (zend_execute_API.c:954)
==31065==    by 0x6C3901: zend_lookup_class_ex (zend_execute_API.c:1110)
==31065==    by 0x6C3FEC: zend_fetch_class_by_name (zend_execute_API.c:1520)
==31065== 
==31065== Invalid write of size 4
==31065==    at 0x8C8C037: xdebug_code_coverage_start_of_function (xdebug_code_coverage.c:774)
==31065==    by 0x8C86D46: xdebug_execute_ex (xdebug.c:1497)
==31065==    by 0x78113F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:30974)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==  Address 0x17294cb0 is 0 bytes after a block of size 128 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C8C015: xdebug_code_coverage_start_of_function (xdebug_code_coverage.c:771)
==31065==    by 0x8C86D46: xdebug_execute_ex (xdebug.c:1497)
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: xdebug_execute_internal (xdebug.c:1649)
==31065==    by 0x6C31AD: zend_call_function (zend_execute_API.c:954)
==31065==    by 0x6C3901: zend_lookup_class_ex (zend_execute_API.c:1110)
==31065==    by 0x6C3FEC: zend_fetch_class_by_name (zend_execute_API.c:1520)
==31065== 
==31065== Invalid write of size 8
==31065==    at 0x8C89072: xdebug_path_info_add_path_for_level (xdebug_branch_info.c:161)
==31065==    by 0x8C8BFE3: xdebug_code_coverage_start_of_function (xdebug_code_coverage.c:767)
==31065==    by 0x8C86D46: xdebug_execute_ex (xdebug.c:1497)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: xdebug_execute_internal (xdebug.c:1649)
==31065==  Address 0x16434610 is 0 bytes after a block of size 336 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C88CCF: xdebug_path_info_make_sure_level_exists.isra.2 (xdebug_branch_info.c:146)
==31065==    by 0x8C890B1: xdebug_path_info_get_path_for_level (xdebug_branch_info.c:166)
==31065==    by 0x8C8C094: xdebug_code_coverage_end_of_function (xdebug_code_coverage.c:780)
==31065==    by 0x8C86D76: xdebug_execute_ex (xdebug.c:1531)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065== 
.==31065== Invalid read of size 8
==31065==    at 0x8C890BB: xdebug_path_info_get_path_for_level (xdebug_branch_info.c:167)
==31065==    by 0x8C8C094: xdebug_code_coverage_end_of_function (xdebug_code_coverage.c:780)
==31065==    by 0x8C86D76: xdebug_execute_ex (xdebug.c:1531)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==  Address 0x17711188 is 0 bytes after a block of size 344 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C88CCF: xdebug_path_info_make_sure_level_exists.isra.2 (xdebug_branch_info.c:146)
==31065==    by 0x8C890B1: xdebug_path_info_get_path_for_level (xdebug_branch_info.c:166)
==31065==    by 0x8C8C094: xdebug_code_coverage_end_of_function (xdebug_code_coverage.c:780)
==31065==    by 0x8C86D76: xdebug_execute_ex (xdebug.c:1531)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: xdebug_execute_ex (xdebug.c:1526)
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065== 
................................

Time: 4.04 minutes, Memory: 23.75Mb

OK (39 tests, 56 assertions)

Generating code coverage report in Clover XML format ... done

Generating code coverage report in HTML format ... done
--31065-- REDIR: 0x78e0e60 (strnlen) redirected to 0x4c29480 (strnlen)
--31065-- Discarding syms at 0x13591e50-0x135922f8 in /usr/lib/php5/20121212/recode.so due to munmap()
--31065-- Discarding syms at 0x13826d70-0x13853bf4 in /usr/lib/x86_64-linux-gnu/librecode.so.0.0.0 due to munmap()
--31065-- Discarding syms at 0x13115180-0x13317388 in /usr/lib/php5/20121212/phalcon.so due to munmap()
--31065-- Discarding syms at 0x12ed1ae0-0x12ed4fb8 in /usr/lib/php5/20121212/pdo_mysql.so due to munmap()
--31065-- Discarding syms at 0x12cb59f0-0x12cc48f4 in /usr/lib/php5/20121212/mysqli.so due to munmap()
--31065-- Discarding syms at 0x1253a6d0-0x1253ec68 in /usr/lib/php5/20121212/mysql.so due to munmap()
--31065-- Discarding syms at 0x127676a0-0x127bbd38 in /usr/lib/libmysqlclient.so.18.0.0 due to munmap()
--31065-- Discarding syms at 0x122ea6a0-0x12320f68 in /usr/lib/php5/20121212/mongo.so due to munmap()
--31065-- Discarding syms at 0x120c0c60-0x120ce9fc in /usr/lib/php5/20121212/memcache.so due to munmap()
--31065-- Discarding syms at 0x11c81690-0x11c84ea8 in /usr/lib/php5/20121212/mcrypt.so due to munmap()
--31065-- Discarding syms at 0x11e8e2d0-0x11ea7348 in /usr/lib/libmcrypt.so.4.4.8 due to munmap()
--31065-- Discarding syms at 0x11a726e0-0x11a78418 in /usr/lib/php5/20121212/ldap.so due to munmap()
--31065-- Discarding syms at 0x10378290-0x103a11b0 in /usr/lib/php5/20121212/intl.so due to munmap()
--31065-- Discarding syms at 0x41b6d80-0x41bd2c0 in /usr/lib/x86_64-linux-gnu/libicuio.so.48.1.1 due to munmap()
--31065-- Discarding syms at 0x1062c390-0x10732314 in /usr/lib/x86_64-linux-gnu/libicui18n.so.48.1.1 due to munmap()
--31065-- Discarding syms at 0x107d8790-0x1088de54 in /usr/lib/x86_64-linux-gnu/libicuuc.so.48.1.1 due to munmap()
--31065-- Discarding syms at 0x108fd5f0-0x108fd6f0 in /usr/lib/x86_64-linux-gnu/libicudata.so.48.1.1 due to munmap()
--31065-- Discarding syms at 0xfc2b4e0-0xfc368d4 in /usr/lib/php5/20121212/imap.so due to munmap()
--31065-- Discarding syms at 0xfe5a600-0xfed1598 in /usr/lib/libc-client.so.2007e.0 due to munmap()
--31065-- Discarding syms at 0x10153920-0x1015a818 in /lib/x86_64-linux-gnu/libpam.so.0.83.0 due to munmap()
--31065-- Discarding syms at 0xd2fc9b0-0xd322f28 in /usr/lib/php5/20121212/imagick.so due to munmap()
--31065-- Discarding syms at 0xd55c5d0-0xd639d34 in /usr/lib/x86_64-linux-gnu/libMagickWand.so.5.0.0 due to munmap()
--31065-- Discarding syms at 0xd896d90-0xda457ac in /usr/lib/x86_64-linux-gnu/libMagickCore.so.5.0.0 due to munmap()
--31065-- Discarding syms at 0xdd08fb0-0xdd10360 in /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0 due to munmap()
--31065-- Discarding syms at 0xdf1f080-0xdf4c334 in /usr/lib/x86_64-linux-gnu/liblcms2.so.2.0.2 due to munmap()
--31065-- Discarding syms at 0xe1686c0-0xe19ac84 in /usr/lib/x86_64-linux-gnu/libtiff.so.4.3.6 due to munmap()
--31065-- Discarding syms at 0xe3c8390-0xe3da834 in /usr/lib/x86_64-linux-gnu/liblqr-1.so.0.3.1 due to munmap()
--31065-- Discarding syms at 0xe5f96c0-0xe6665cc in /lib/x86_64-linux-gnu/libglib-2.0.so.0.3200.4 due to munmap()
--31065-- Discarding syms at 0xe8db8f0-0xe8f5b0c in /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.5.0 due to munmap()
--31065-- Discarding syms at 0xeb0fb30-0xeb19ae0 in /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0 due to munmap()
--31065-- Discarding syms at 0xed32460-0xed6e5ec in /usr/lib/x86_64-linux-gnu/libXt.so.6.0.0 due to munmap()
--31065-- Discarding syms at 0xef876b0-0xef8b7c4 in /usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0 due to munmap()
--31065-- Discarding syms at 0xf18fcc0-0xf193d18 in /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 due to munmap()
--31065-- Discarding syms at 0xf39a2b0-0xf3a7f18 in /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 due to munmap()
--31065-- Discarding syms at 0xf5b1410-0xf5b99b8 in /usr/lib/x86_64-linux-gnu/libjbig.so.0.0.0 due to munmap()
--31065-- Discarding syms at 0xf7bf9a0-0xf7e6158 in /lib/x86_64-linux-gnu/libpcre.so.3.13.1 due to munmap()
--31065-- Discarding syms at 0xf9fef00-0xfa17dfc in /lib/x86_64-linux-gnu/libexpat.so.1.6.0 due to munmap()
--31065-- Discarding syms at 0xc785cd0-0xc78e298 in /usr/lib/php5/20121212/gearman.so due to munmap()
--31065-- Discarding syms at 0xc99f6b0-0xc9ad13c in /usr/lib/x86_64-linux-gnu/libgearman.so.6.0.0 due to munmap()
--31065-- Discarding syms at 0xcbb7900-0xcbb8f58 in /lib/x86_64-linux-gnu/libuuid.so.1.3.0 due to munmap()
--31065-- Discarding syms at 0xadabca0-0xadd6a44 in /usr/lib/php5/20121212/gd.so due to munmap()
--31065-- Discarding syms at 0xb014e10-0xb043b8c in /usr/lib/libt1.so.5.1.2 due to munmap()
--31065-- Discarding syms at 0xb5a62e0-0xb5b1228 in /usr/lib/x86_64-linux-gnu/libXpm.so.4.11.0 due to munmap()
--31065-- Discarding syms at 0xb288190-0xb30d170 in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 due to munmap()
--31065-- Discarding syms at 0xb7b9050-0xb7d2c38 in /lib/x86_64-linux-gnu/libpng12.so.0.49.0 due to munmap()
--31065-- Discarding syms at 0xb9dfc30-0xba0bc34 in /usr/lib/x86_64-linux-gnu/libjpeg.so.8.4.0 due to munmap()
--31065-- Discarding syms at 0xbc18590-0xbc9a3c0 in /usr/lib/x86_64-linux-gnu/libvpx.so.1.1.0 due to munmap()
--31065-- Discarding syms at 0xbec19c0-0xbf29f50 in /usr/lib/x86_64-linux-gnu/libfreetype.so.6.8.1 due to munmap()
--31065-- Discarding syms at 0xc15de50-0xc16a828 in /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0 due to munmap()
--31065-- Discarding syms at 0xc374df0-0xc375b78 in /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0 due to munmap()
--31065-- Discarding syms at 0xc578380-0xc579d38 in /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0 due to munmap()
--31065-- Discarding syms at 0x90d0f50-0x90db658 in /usr/lib/php5/20121212/curl.so due to munmap()
--31065-- Discarding syms at 0x92ee090-0x9333e18 in /usr/lib/x86_64-linux-gnu/libcurl.so.4.2.0 due to munmap()
--31065-- Discarding syms at 0x954e2f0-0x9552808 in /usr/lib/x86_64-linux-gnu/libidn.so.11.6.8 due to munmap()
--31065-- Discarding syms at 0x9784050-0x979db78 in /usr/lib/x86_64-linux-gnu/libssh2.so.1.0.1 due to munmap()
--31065-- Discarding syms at 0x9bc74b0-0x9bf5358 in /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.8.3 due to munmap()
--31065-- Discarding syms at 0x99ab9a0-0x99b2b64 in /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.8.3 due to munmap()
--31065-- Discarding syms at 0x9e0d5b0-0x9e1a788 in /usr/lib/x86_64-linux-gnu/librtmp.so.0 due to munmap()
--31065-- Discarding syms at 0xa2a4880-0xa2b5674 in /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25 due to munmap()
--31065-- Discarding syms at 0xa4d68b0-0xa555d2c in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.22.4 due to munmap()
--31065-- Discarding syms at 0xa02a700-0xa078c48 in /lib/x86_64-linux-gnu/libgcrypt.so.11.7.0 due to munmap()
--31065-- Discarding syms at 0xa77c9c0-0xa77cf38 in /lib/x86_64-linux-gnu/libgpg-error.so.0.8.0 due to munmap()
--31065-- Discarding syms at 0xa980f00-0xa98bca8 in /usr/lib/x86_64-linux-gnu/libtasn1.so.3.1.16 due to munmap()
--31065-- Discarding syms at 0xab92f50-0xab9bda8 in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0 due to munmap()
--31065-- Discarding syms at 0x8eb6fc0-0x8ec46d0 in /usr/lib/php5/20121212/pdo.so due to munmap()
--31065-- Discarding syms at 0x8a52de0-0x8a68974 in /usr/lib/php5/20121212/opcache.so due to munmap()
--31065-- Discarding syms at 0x8c84450-0x8ca468c in /usr/lib/php5/20121212/xdebug.so due to munmap()
--31065-- Discarding syms at 0x13f5c180-0x13f63148 in /lib/x86_64-linux-gnu/libnss_files-2.13.so due to munmap()
==31065== 
==31065== HEAP SUMMARY:
==31065==     in use at exit: 12,133 bytes in 150 blocks
==31065==   total heap usage: 20,052,374 allocs, 20,052,224 frees, 1,575,166,098 bytes allocated
==31065== 
==31065== Searching for pointers to 150 not-freed blocks
==31065== Checked 825,848 bytes
==31065== 
==31065== 11 bytes in 1 blocks are definitely lost in loss record 4 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0xFE5BD17: ???
==31065==    by 0xFE7935E: ???
==31065==    by 0xFE60DE4: ???
==31065==    by 0xFE60E28: ???
==31065==    by 0xFE78D26: ???
==31065==    by 0xFC31F5B: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6DF544: zend_hash_apply (zend_hash.c:716)
==31065==    by 0x6D6F09: zend_startup_modules (zend_API.c:1886)
==31065==    by 0x66FE9D: php_module_startup (main.c:2229)
==31065==    by 0x78297C: php_cli_startup (php_cli.c:417)
==31065== 
==31065== 16 bytes in 1 blocks are definitely lost in loss record 6 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0xEF87C28: ???
==31065==    by 0xEF87C65: ???
==31065==    by 0xEF87A69: ???
==31065==    by 0xEF8934B: ???
==31065==    by 0xD989543: ???
==31065==    by 0xD989E49: ???
==31065==    by 0xD9856A9: ???
==31065==    by 0xD3220B7: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6DF544: zend_hash_apply (zend_hash.c:716)
==31065==    by 0x6D6F09: zend_startup_modules (zend_API.c:1886)
==31065== 
==31065== 24 bytes in 1 blocks are definitely lost in loss record 8 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x8C892ED: ???
==31065==    by 0x8C87663: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6D88E5: zend_startup_module (zend_API.c:2315)
==31065==    by 0x6DD800: zend_extension_startup (zend_extensions.c:154)
==31065==    by 0x6C556F: zend_llist_apply_with_del (zend_llist.c:178)
==31065==    by 0x6DD876: zend_startup_extensions (zend_extensions.c:175)
==31065==    by 0x66FEA4: php_module_startup (main.c:2232)
==31065==    by 0x78297C: php_cli_startup (php_cli.c:417)
==31065==    by 0x432017: main (php_cli.c:1358)
==31065== 
==31065== 24 bytes in 1 blocks are definitely lost in loss record 9 of 27
==31065==    at 0x4C272B8: calloc (vg_replace_malloc.c:566)
==31065==    by 0x8C890E5: ???
==31065==    by 0x8C8BFBF: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065== 
==31065== 48 bytes in 1 blocks are definitely lost in loss record 13 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0xFE5BD17: ???
==31065==    by 0xFE5E3F9: ???
==31065==    by 0xFE60C46: ???
==31065==    by 0xFE60DD5: ???
==31065==    by 0xFE60E28: ???
==31065==    by 0xFE78D26: ???
==31065==    by 0xFC31F5B: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6DF544: zend_hash_apply (zend_hash.c:716)
==31065==    by 0x6D6F09: zend_startup_modules (zend_API.c:1886)
==31065==    by 0x66FE9D: php_module_startup (main.c:2229)
==31065== 
==31065== 75 (64 direct, 11 indirect) bytes in 1 blocks are definitely lost in loss record 16 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x7917A44: gaih_inet (getaddrinfo.c:1275)
==31065==    by 0x791B071: getaddrinfo (getaddrinfo.c:2441)
==31065==    by 0xFE5E2FF: ???
==31065==    by 0xFE60C46: ???
==31065==    by 0xFE60DD5: ???
==31065==    by 0xFE60E28: ???
==31065==    by 0xFE78D26: ???
==31065==    by 0xFC31F5B: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6DF544: zend_hash_apply (zend_hash.c:716)
==31065==    by 0x6D6F09: zend_startup_modules (zend_API.c:1886)
==31065== 
==31065== 104 (88 direct, 16 indirect) bytes in 1 blocks are definitely lost in loss record 19 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0xEF87C28: ???
==31065==    by 0xEF87C65: ???
==31065==    by 0xEF8A080: ???
==31065==    by 0xEF8A51D: ???
==31065==    by 0xEF87B67: ???
==31065==    by 0xD989543: ???
==31065==    by 0xD989E49: ???
==31065==    by 0xD9856A9: ???
==31065==    by 0xD3220B7: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6DF544: zend_hash_apply (zend_hash.c:716)
==31065== 
==31065== 176 (16 direct, 160 indirect) bytes in 1 blocks are definitely lost in loss record 21 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0xEF8B44D: ???
==31065==    by 0xEF87DD4: ???
==31065==    by 0xEF8924B: ???
==31065==    by 0xEF87B76: ???
==31065==    by 0xD989543: ???
==31065==    by 0xD989E49: ???
==31065==    by 0xD9856A9: ???
==31065==    by 0xD3220B7: ???
==31065==    by 0x6D3005: zend_startup_module_ex (zend_API.c:1759)
==31065==    by 0x6DF544: zend_hash_apply (zend_hash.c:716)
==31065==    by 0x6D6F09: zend_startup_modules (zend_API.c:1886)
==31065== 
==31065== 936 bytes in 39 blocks are definitely lost in loss record 23 of 27
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x8C892ED: ???
==31065==    by 0x8C8C291: ???
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: ???
==31065==    by 0x78040A: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:552)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065== 
==31065== 1,944 bytes in 81 blocks are definitely lost in loss record 25 of 27
==31065==    at 0x4C272B8: calloc (vg_replace_malloc.c:566)
==31065==    by 0x8C890E5: ???
==31065==    by 0x8C8BFBF: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065== 
==31065== LEAK SUMMARY:
==31065==    definitely lost: 3,171 bytes in 128 blocks
==31065==    indirectly lost: 187 bytes in 6 blocks
==31065==      possibly lost: 0 bytes in 0 blocks
==31065==    still reachable: 8,775 bytes in 16 blocks
==31065==         suppressed: 0 bytes in 0 blocks
==31065== Reachable blocks (those to which a pointer was found) are not shown.
==31065== To see them, rerun with: --leak-check=full --show-reachable=yes
==31065== 
==31065== ERROR SUMMARY: 58 errors from 14 contexts (suppressed: 37 from 10)
==31065== 
==31065== 1 errors in context 1 of 14:
==31065== Invalid write of size 4
==31065==    at 0x8C8C037: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x78113F: ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (zend_vm_execute.h:30974)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==  Address 0x17294cb0 is 0 bytes after a block of size 128 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C8C015: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: ???
==31065==    by 0x6C31AD: zend_call_function (zend_execute_API.c:954)
==31065==    by 0x6C3901: zend_lookup_class_ex (zend_execute_API.c:1110)
==31065==    by 0x6C3FEC: zend_fetch_class_by_name (zend_execute_API.c:1520)
==31065== 
==31065== 
==31065== 1 errors in context 2 of 14:
==31065== Invalid write of size 4
==31065==    at 0x8C8C037: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==  Address 0x17294cb0 is 0 bytes after a block of size 128 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C8C015: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: ???
==31065==    by 0x6C31AD: zend_call_function (zend_execute_API.c:954)
==31065==    by 0x6C3901: zend_lookup_class_ex (zend_execute_API.c:1110)
==31065==    by 0x6C3FEC: zend_fetch_class_by_name (zend_execute_API.c:1520)
==31065== 
==31065== 
==31065== 21 errors in context 3 of 14:
==31065== Invalid read of size 8
==31065==    at 0x8C890BB: ???
==31065==    by 0x8C8C094: ???
==31065==    by 0x8C86D76: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==  Address 0x17711188 is 0 bytes after a block of size 344 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C88CCF: ???
==31065==    by 0x8C890B1: ???
==31065==    by 0x8C8C094: ???
==31065==    by 0x8C86D76: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065== 
==31065== 
==31065== 25 errors in context 4 of 14:
==31065== Invalid write of size 8
==31065==    at 0x8C89072: ???
==31065==    by 0x8C8BFE3: ???
==31065==    by 0x8C86D46: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x6C3060: zend_call_function (zend_execute_API.c:934)
==31065==    by 0x6E88D4: zend_call_method (zend_interfaces.c:97)
==31065==    by 0x5BE4D6: zif_spl_autoload_call (php_spl.c:436)
==31065==    by 0x6C0E78: dtrace_execute_internal (zend_dtrace.c:97)
==31065==    by 0x8C86221: ???
==31065==  Address 0x16434610 is 0 bytes after a block of size 336 alloc'd
==31065==    at 0x4C28BED: malloc (vg_replace_malloc.c:263)
==31065==    by 0x4C28D6F: realloc (vg_replace_malloc.c:632)
==31065==    by 0x8C88CCF: ???
==31065==    by 0x8C890B1: ???
==31065==    by 0x8C8C094: ???
==31065==    by 0x8C86D76: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065==    by 0x6C0D4C: dtrace_execute_ex (zend_dtrace.c:73)
==31065==    by 0x8C86AB1: ???
==31065==    by 0x780A75: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:584)
==31065==    by 0x740517: execute_ex (zend_vm_execute.h:363)
==31065== 
--31065-- 
--31065-- used_suppression:     37 dl-hack3-cond-1
==31065== 
==31065== ERROR SUMMARY: 58 errors from 14 contexts (suppressed: 37 from 10)
valgrind_output.txt (56,546 bytes)   
gdb_output.txt (65,374 bytes)   
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/php...Reading symbols from /usr/lib/debug/usr/bin/php5...done.
done.
(gdb) r php vendor/bin/phpunit --configuration=phpunit.xml.dist
Starting program: /usr/bin/php vendor/bin/phpunit --configuration=phpunit.xml.dist
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
warning: the debug information found in "/usr/lib/debug//usr/lib/php5/20121212/mysql.so" does not match "/usr/lib/php5/20121212/mysql.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/usr/lib/php5/20121212/mysql.so" does not match "/usr/lib/php5/20121212/mysql.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib/php5/20121212/mysqli.so" does not match "/usr/lib/php5/20121212/mysqli.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/usr/lib/php5/20121212/mysqli.so" does not match "/usr/lib/php5/20121212/mysqli.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug//usr/lib/php5/20121212/pdo_mysql.so" does not match "/usr/lib/php5/20121212/pdo_mysql.so" (CRC mismatch).

warning: the debug information found in "/usr/lib/debug/usr/lib/php5/20121212/pdo_mysql.so" does not match "/usr/lib/php5/20121212/pdo_mysql.so" (CRC mismatch).

PHPUnit 4.5.0-16-geb6ad0d by Sebastian Bergmann and contributors.

Configuration read from /var/build/total_import/staging/135/phpunit.xml.dist

Deprecated configuration setting "strict" used

.......*** glibc detected *** /usr/bin/php: realloc(): invalid next size: 0x00000000026e95d0 ***
^C
Program received signal SIGINT, Interrupt.
__lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
97	../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: No such file or directory.
(gdb) bt full
#0  __lll_lock_wait_private () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:97
No locals.
#1  0x00007ffff509c628 in _L_lock_9676 () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2  0x00007ffff509a981 in *__GI___libc_free (mem=0x7ffff53a6e40) at malloc.c:3736
        ignore1 = 128
        ignore2 = <optimized out>
        ignore3 = -512
        ar_ptr = 0x7ffff53a6e40
        p = 0xf3efe0
#3  0x00007ffff7dee6f2 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#4  0x00007ffff7de98c9 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#5  0x00007ffff7def168 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#6  0x00007ffff7deabd6 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#7  0x00007ffff7deeb4a in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#8  0x00007ffff5132100 in do_dlopen (ptr=0x7fffffff3b70) at dl-libc.c:86
No locals.
#9  0x00007ffff7deabd6 in ?? () from /lib64/ld-linux-x86-64.so.2
No symbol table info available.
#10 0x00007ffff513219f in dlerror_run (operate=0xffffffffffffffff, args=0x7fffffff3570) at dl-libc.c:47
        objname = 0x70 <Address 0x70 out of bounds>
        last_errstring = 0x0
        malloced = false
        result = <optimized out>
#11 0x00007ffff5132297 in *__GI___libc_dlopen_mode (name=<optimized out>, mode=<optimized out>) at dl-libc.c:160
        args = {name = 0x7ffff516b56e "libgcc_s.so.1", mode = -2147483647, map = 0x90}
#12 0x00007ffff51101a5 in init () at ../sysdeps/x86_64/../ia64/backtrace.c:41
No locals.
#13 0x00007ffff4bfa8a0 in pthread_once () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S:104
No locals.
#14 0x00007ffff51102a4 in *__GI___backtrace (array=<optimized out>, size=64) at ../sysdeps/x86_64/../ia64/backtrace.c:85
        __p = 0xfffffffffffffe00
        arg = {array = 0x7fffffff41f0, cnt = -1, size = 64}
        once = 1
#15 0x00007ffff508c3af in __libc_message (do_abort=<optimized out>, fmt=<optimized out>) at ../sysdeps/unix/sysv/linux/libc_fatal.c:168
        addrs = {0xf53a6e40, 0x7ffff53a6e40, 0x2034780, 0x7ffff50cd19d, 0x7fffffff4480, 0x7fffffff4b28, 0x0, 0x7fffffff4ae0, 0x0, 0x7ffff50cd19d, 0x0, 0x7fffffff4291, 0x260c609, 0x7fffffff43b0, 0x260c609, 0x7ffff5049fbb, 
          0x1eb1ba0, 0x260bf40, 0x260c869, 0x7fffffff43e0, 0x260c869, 0x7ffff5049fbb, 0x7fffffff4510, 0x7ffff50a926a, 0x0, 0x2f04a1941c9faaf8, 0x2034780, 0x0, 0x7fffffff4540, 0x671e37, 0xc0, 0x7ffff53a6e98, 0x7ffff53a6ea8, 0x0, 
          0xab, 0xc0000000b, 0xe0, 0xc00000000, 0x20, 0xc, 0x7ffff53a6e40, 0x7ffff50a926a, 0x7ffff516d11f, 0xab, 0x6, 0x7ffff509aa70, 0x0, 0x7ffff50a926a, 0xc0, 0x7fffffff44e0, 0x7ffff53a6ea8, 0x0, 0xab, 0xc0000000b, 0xc0, 
          0x7ffff53a6e98, 0x7ffff53a6ea8, 0x0, 0xab, 0xc0000000b, 0xe0, 0xc00000000, 0x20, 0xc}
        n = <optimized out>
        ap = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fffffff4520, reg_save_area = 0x7fffffff4430}}
        ap_copy = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fffffff4520, reg_save_area = 0x7fffffff4430}}
        fd = 13
        on_2 = <optimized out>
        list = <optimized out>
        nlist = <optimized out>
        cp = <optimized out>
        written = false
#16 0x00007ffff5095be6 in malloc_printerr (action=3, str=0x7ffff516cd73 "realloc(): invalid next size", ptr=<optimized out>) at malloc.c:6312
        buf = "00000000026e95d0"
        cp = 0x7fffffff3570 ""
#17 0x00007ffff509b8bc in _int_realloc (av=0x7ffff53a6e40, oldp=0x26e95c0, oldsize=352, nb=624) at malloc.c:5267
        newp = <optimized out>
        newsize = <optimized out>
        newmem = <optimized out>
        next = 0x26e9720
        remainder = <optimized out>
        remainder_size = <optimized out>
        bck = <optimized out>
        fwd = <optimized out>
        copysize = <optimized out>
        ncopies = <optimized out>
        s = <optimized out>
        errstr = 0x80 <Address 0x80 out of bounds>
        __func__ = "_int_realloc"
#18 0x00007ffff509bbd0 in *__GI___libc_realloc (oldmem=0x26e95d0, bytes=608) at malloc.c:3821
        ar_ptr = 0x7ffff53a6e40
        nb = 624
        newp = <optimized out>
        oldp = 0x26e95c0
        oldsize = 352
        __func__ = "__libc_realloc"
#19 0x00007ffff3ff4cd0 in xdebug_path_info_make_sure_level_exists (level=level@entry=44, path_info=<error reading variable: Unhandled dwarf expression opcode 0xfa>, 
    path_info=<error reading variable: Unhandled dwarf expression opcode 0xfa>) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug_branch_info.c:146
        i = 0
        orig_size = 43
#20 0x00007ffff3ff506a in xdebug_path_info_add_path_for_level (path_info=0x1d4cf80, path=path@entry=0x260c520, level=44) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug_branch_info.c:160
No locals.
#21 0x00007ffff3ff7fe4 in xdebug_code_coverage_start_of_function (op_array=op_array@entry=0x2366110) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug_code_coverage.c:767
        path = 0x260c520
#22 0x00007ffff3ff2d47 in xdebug_execute_ex (execute_data=0x7ffff7fb3c60) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1497
        op_array = 0x2366110
        edata = <optimized out>
        dummy = 0x24
        fse = 0x260c860
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192796
        le = <optimized out>
        clear = 0
        return_val = 0x0
#23 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb3ae8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x2366e90
        should_change_scope = 1 '\001'
        fbc = 0x2366110
#24 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb3ae8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#25 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#26 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb3ae8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x2364d20
        edata = <optimized out>
        dummy = 0x26
        fse = 0x260c950
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192795
        le = <optimized out>
        clear = 1
        return_val = 0x0
#27 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb38e8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x232a5c0
        should_change_scope = 1 '\001'
        fbc = 0x2364d20
#28 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb38e8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#29 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#30 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb38e8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x23296c8
        edata = <optimized out>
        dummy = 0x33
        fse = 0x260c6e0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192790
        le = <optimized out>
        clear = 0
        return_val = 0x0
#31 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb35e0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x22cd7d8
        should_change_scope = 1 '\001'
        fbc = 0x23296c8
#32 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb35e0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#33 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#34 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb35e0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x22c55d0
        edata = <optimized out>
        dummy = 0x33
        fse = 0x260c3d0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192786
        le = <optimized out>
        clear = 0
        return_val = 0x0
#35 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb3360) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x22cf578
        should_change_scope = 1 '\001'
        fbc = 0x22c55d0
#36 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb3360) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#37 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#38 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb3360) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x22cdaa8
        edata = <optimized out>
        dummy = 0x30
        fse = 0x2034940
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192785
        le = <optimized out>
        clear = 0
        return_val = 0x0
#39 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb3138) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1e33fa0
        should_change_scope = 1 '\001'
        fbc = 0x22cdaa8
#40 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb3138) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#41 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#42 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb3138) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1dea3f8
        edata = <optimized out>
        dummy = 0x30
        fse = 0x20344c0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192783
        le = <optimized out>
        clear = 0
        return_val = 0x0
#43 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb2bc8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1dec030
        should_change_scope = 1 '\001'
        fbc = 0x1dea3f8
#44 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb2bc8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#45 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#46 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb2bc8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1dea7c8
        edata = <optimized out>
        dummy = 0x30
        fse = 0x20343b0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192780
        le = <optimized out>
        clear = 1
        return_val = 0x0
#47 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb2940) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1deb6f0
        should_change_scope = 1 '\001'
        fbc = 0x1dea7c8
#48 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb2940) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#49 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#50 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb2940) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1de8c90
        edata = <optimized out>
        dummy = 0x2b
        fse = 0x20342c0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192752
        le = <optimized out>
        clear = 0
        return_val = 0x0
#51 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb2498) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1d64670
        should_change_scope = 1 '\001'
        fbc = 0x1de8c90
#52 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb2498) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#53 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#54 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb2498) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1e034f8
        edata = <optimized out>
        dummy = 0x2d
        fse = 0x2033970
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192710
        le = <optimized out>
        clear = 0
        return_val = 0x0
#55 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb20a0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1e306c0
        should_change_scope = 1 '\001'
        fbc = 0x1e034f8
#56 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb20a0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#57 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#58 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb20a0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1d63a68
        edata = <optimized out>
        dummy = 0x2b
        fse = 0x2033e40
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192708
        le = <optimized out>
        clear = 0
        return_val = 0x0
#59 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb1f38) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1d64670
        should_change_scope = 1 '\001'
        fbc = 0x1d63a68
#60 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb1f38) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#61 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#62 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb1f38) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1e034f8
        edata = <optimized out>
        dummy = 0x20
        fse = 0x2033840
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192705
        le = <optimized out>
        clear = 0
        return_val = 0x0
#63 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb1b48) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1e3b410
        should_change_scope = 1 '\001'
        fbc = 0x1e034f8
#64 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb1b48) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#65 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#66 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb1b48) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1e3a860
        edata = <optimized out>
        dummy = 0xd
        fse = 0x2032b60
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192703
        le = <optimized out>
        clear = 0
        return_val = 0x0
#67 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb1848) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da2c38
        should_change_scope = 1 '\001'
        fbc = 0x1e3a860
#68 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb1848) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#69 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#70 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb1848) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1d7fa48
        edata = <optimized out>
        dummy = 0x2f
        fse = 0x2033ad0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192700
        le = <optimized out>
        clear = 0
        return_val = 0x0
#71 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb1338) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x7ffff7fc1638
        should_change_scope = 1 '\001'
        fbc = 0x1d7fa48
#72 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb1338) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#73 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#74 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb1338) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1db24e8
        edata = <optimized out>
        dummy = 0xd
        fse = 0x2032e60
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192697
        le = <optimized out>
        clear = 0
        return_val = 0x0
#75 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb1140) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da9310
        should_change_scope = 1 '\001'
        fbc = 0x1db24e8
#76 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb1140) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#77 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#78 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb1140) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1da6dd0
        edata = <optimized out>
        dummy = 0xd
        fse = 0x2033250
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192693
        le = <optimized out>
        clear = 0
        return_val = 0x0
#79 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb0d40) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da3058
        should_change_scope = 1 '\001'
        fbc = 0x1da6dd0
#80 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb0d40) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#81 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#82 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb0d40) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1d7fa48
        edata = <optimized out>
        dummy = 0x29
        fse = 0x2033c00
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192676
        le = <optimized out>
        clear = 0
        return_val = 0x0
#83 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fb07c0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1dc15e0
        should_change_scope = 1 '\001'
        fbc = 0x1d7fa48
#84 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fb07c0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#85 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#86 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fb07c0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x7ffff7fcfec8
        edata = <optimized out>
        dummy = 0x2f
        fse = 0x1eaf540
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192578
        le = <optimized out>
        clear = 0
        return_val = 0x0
#87 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faff10) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x7ffff7fca778
        should_change_scope = 1 '\001'
        fbc = 0x7ffff7fcfec8
#88 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faff10) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#89 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#90 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faff10) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x7ffff7fc7280
        edata = <optimized out>
        dummy = 0x2f
        fse = 0x1eaf7d0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192568
        le = <optimized out>
        clear = 0
        return_val = 0x0
#91 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faf8d8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x7ffff7fc53c0
        should_change_scope = 1 '\001'
        fbc = 0x7ffff7fc7280
#92 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faf8d8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#93 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#94 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faf8d8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x7ffff7fc4ba0
        edata = <optimized out>
        dummy = 0xd
        fse = 0x2094780
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192565
        le = <optimized out>
        clear = 0
        return_val = 0x0
#95 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faf6c0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da9310
        should_change_scope = 1 '\001'
        fbc = 0x7ffff7fc4ba0
#96 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faf6c0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#97 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#98 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faf6c0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1da6dd0
        edata = <optimized out>
        dummy = 0xd
        fse = 0x2094650
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 192561
        le = <optimized out>
        clear = 0
        return_val = 0x0
#99 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faf2c0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da3058
        should_change_scope = 1 '\001'
        fbc = 0x1da6dd0
#100 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faf2c0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#101 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#102 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faf2c0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1d7fa48
        edata = <optimized out>
        dummy = 0x2f
        fse = 0x273fea0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191669
        le = <optimized out>
        clear = 0
        return_val = 0x0
#103 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faedb0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x7ffff7fc1638
        should_change_scope = 1 '\001'
        fbc = 0x1d7fa48
#104 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faedb0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#105 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#106 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faedb0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1db24e8
        edata = <optimized out>
        dummy = 0xd
        fse = 0x27408c0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191666
        le = <optimized out>
        clear = 0
        return_val = 0x0
#107 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faebb8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da9310
        should_change_scope = 1 '\001'
        fbc = 0x1db24e8
#108 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faebb8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#109 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#110 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faebb8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1da6dd0
        edata = <optimized out>
        dummy = 0xd
        fse = 0x2740200
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191662
        le = <optimized out>
        clear = 0
        return_val = 0x0
#111 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fae7b8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1da3058
        should_change_scope = 1 '\001'
        fbc = 0x1da6dd0
#112 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fae7b8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#113 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#114 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fae7b8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1d7fa48
        edata = <optimized out>
        dummy = 0x30
        fse = 0x27af740
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191645
        le = <optimized out>
        clear = 0
        return_val = 0x0
#115 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fae228) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1fdc250
        should_change_scope = 1 '\001'
        fbc = 0x1d7fa48
#116 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fae228) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#117 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#118 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fae228) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1fd88b8
        edata = <optimized out>
        dummy = 0x30
        fse = 0x27ae2d0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191431
        le = <optimized out>
        clear = 1
        return_val = 0x0
#119 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fadc38) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1fe06a0
        should_change_scope = 1 '\001'
        fbc = 0x1fd88b8
#120 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fadc38) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#121 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#122 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fadc38) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1fef698
        edata = <optimized out>
        dummy = 0x2a
        fse = 0x1b90f80
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191387
        le = <optimized out>
        clear = 0
        return_val = 0x0
#123 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fad9e0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1f9e440
        should_change_scope = 1 '\001'
        fbc = 0x1fef698
#124 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fad9e0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#125 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#126 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fad9e0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1ff1178
        edata = <optimized out>
        dummy = 0x26
        fse = 0x1c83570
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191200
        le = <optimized out>
        clear = 0
        return_val = 0x0
#127 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fad358) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1e6f290
        should_change_scope = 1 '\001'
        fbc = 0x1ff1178
#128 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fad358) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#129 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#130 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fad358) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1e84578
        edata = <optimized out>
        dummy = 0x26
        fse = 0x27a4ab0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191195
        le = <optimized out>
        clear = 0
        return_val = 0x0
#131 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7facb08) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1dc4e98
        should_change_scope = 1 '\001'
        fbc = 0x1e84578
#132 0x0000000000740518 in execute_ex (execute_data=0x7ffff7facb08) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#133 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#134 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7facb08) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1e80618
        edata = <optimized out>
        dummy = 0x26
        fse = 0x1b94220
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191155
        le = <optimized out>
        clear = 0
        return_val = 0x0
#135 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fac470) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1dc2de8
        should_change_scope = 1 '\001'
        fbc = 0x1e80618
#136 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fac470) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#137 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#138 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fac470) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1e80510
        edata = <optimized out>
        dummy = 0x34
        fse = 0x1b930c0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 191013
        le = <optimized out>
        clear = 1
        return_val = 0x0
#139 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fabeb0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x17cb3c0
        should_change_scope = 1 '\001'
        fbc = 0x1e80510
#140 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fabeb0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#141 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#142 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fabeb0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x183a7a8
        edata = <optimized out>
        dummy = 0x30
        fse = 0x22827b0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 190981
        le = <optimized out>
        clear = 1
        return_val = 0x0
#143 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fabd00) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x18388d0
        should_change_scope = 1 '\001'
        fbc = 0x183a7a8
#144 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fabd00) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#145 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#146 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fabd00) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x18378b0
        edata = <optimized out>
        dummy = 0x2
        fse = 0x1d03d00
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 190959
        le = <optimized out>
        clear = 0
        return_val = 0x0
#147 0x00000000006c3061 in zend_call_function (fci=fci@entry=0x7fffffff8870, fci_cache=0x183d718, fci_cache@entry=0x7fffffff8840) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_execute_API.c:934
        i = <optimized out>
        original_return_value = 0x7ffff7faa930
        calling_symbol_table = 0x0
        original_op_array = 0x183d718
        original_opline_ptr = 0x7ffff7fab9e0
        current_scope = 0x0
        current_called_scope = 0x107fec0
        calling_scope = 0x29cda48
        called_scope = 0x7ffff7fab9e0
        current_this = 0x29cda48
        execute_data = {opline = 0x0, function_state = {function = 0x18378b0, arguments = 0x7ffff7fabb38}, op_array = 0x0, object = 0x184bff0, symbol_table = 0x0, prev_execute_data = 0x7ffff7fab9e0, old_error_reporting = 0x0, 
          nested = 0 '\000', original_return_value = 0x7ffff7faba30, current_scope = 0x164fbc8, current_called_scope = 0x182b108, current_this = 0x184bff0, fast_ret = 0x7ffff7faba58, call_slots = 0x7ffff7fabad0, 
          call = 0x7ffff7fabad0}
        fci_cache_local = {initialized = 171 '\253', function_handler = 0x3000000020, calling_scope = 0x7fffffff8810, called_scope = 0x7fffffff8740, object_ptr = 0x20}
#148 0x0000000000562c16 in zim_reflection_method_invokeArgs (ht=<optimized out>, return_value=0x29c14d0, return_value_ptr=<optimized out>, this_ptr=<optimized out>, return_value_used=<optimized out>)
    at /usr/src/php5.5/source/dotdeb-php5/ext/reflection/php_reflection.c:3018
        retval_ptr = <optimized out>
        params = 0x2e29968
        object = 0x184bff0
        intern = 0x29c5fd0
        mptr = 0x18378b0
        argc = 2
        result = <optimized out>
        fci = {size = 72, function_table = 0x0, function_name = 0x0, symbol_table = 0x0, retval_ptr_ptr = 0x7fffffff8820, param_count = 2, params = 0x2e29968, object_ptr = 0x184bff0, no_separation = 1 '\001'}
        fcc = {initialized = 1 '\001', function_handler = 0x18378b0, calling_scope = 0x182b108, called_scope = 0x182b108, object_ptr = 0x184bff0}
        obj_ce = 0x182b108
        param_array = 0x29bed28
#149 0x00000000006c0e79 in dtrace_execute_internal (execute_data_ptr=<optimized out>, fci=<optimized out>, return_value_used=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:97
        lineno = <optimized out>
        filename = <optimized out>
#150 0x00007ffff3ff2222 in xdebug_execute_internal (current_execute_data=0x7ffff7fab9e0, fci=0x0, return_value_used=1) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1649
        edata = <optimized out>
        fse = 0x1d03a70
        cur_opcode = <optimized out>
        do_return = 0
        function_nr = 190958
        restore_error_handler_situation = 0
        tmp_error_cb = 0
#151 0x000000000078040b in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fab9e0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:552
        ret = 0x7ffff7fab6e0
        opline = 0x166dd00
        should_change_scope = 1 '\001'
        fbc = 0x1081440
#152 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fab9e0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#153 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#154 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fab9e0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x183d718
        edata = <optimized out>
        dummy = 0x1b
        fse = 0x25474d0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 190954
        le = <optimized out>
        clear = 0
        return_val = 0x0
#155 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7faada8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1669960
        should_change_scope = 1 '\001'
        fbc = 0x183d718
#156 0x0000000000740518 in execute_ex (execute_data=0x7ffff7faada8) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#157 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#158 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7faada8) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x183d610
        edata = <optimized out>
        dummy = 0x1d
        fse = 0x1d50900
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 187340
        le = <optimized out>
        clear = 1
        return_val = 0x0
#159 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa9a20) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1ac03f0
        should_change_scope = 1 '\001'
        fbc = 0x183d610
#160 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa9a20) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#161 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#162 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa9a20) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1ab5438
        edata = <optimized out>
        dummy = 0x184bec0
        fse = 0x1d26300
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 187303
        le = <optimized out>
        clear = 1
        return_val = 0x0
#163 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa7fa0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1668540
        should_change_scope = 1 '\001'
        fbc = 0x1ab5438
#164 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa7fa0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#165 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#166 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa7fa0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x183d508
        edata = <optimized out>
        dummy = 0x184be30
        fse = 0x1eb38e0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 187295
        le = <optimized out>
        clear = 1
        return_val = 0x0
#167 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa6b30) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1603800
        should_change_scope = 1 '\001'
        fbc = 0x183d508
#168 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa6b30) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#169 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#170 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa6b30) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1855418
        edata = <optimized out>
        dummy = 0xe88db4
        fse = 0x26d8420
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 187239
        le = <optimized out>
        clear = 1
        return_val = 0x0
#171 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa5ba0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1603800
        should_change_scope = 1 '\001'
        fbc = 0x1855418
#172 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa5ba0) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#173 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#174 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa5ba0) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x15f6e70
        edata = <optimized out>
        dummy = 0xe88db4
        fse = 0x2158f10
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 186608
        le = <optimized out>
        clear = 1
        return_val = 0x0
#175 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa4c10) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1603800
        should_change_scope = 1 '\001'
        fbc = 0x15f6e70
#176 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa4c10) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#177 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#178 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa4c10) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x15f6e70
        edata = <optimized out>
        dummy = 0x52c2199362392b56
        fse = 0x1625cf0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 48370
        le = <optimized out>
        clear = 1
        return_val = 0x0
#179 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa3c30) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x1a71e40
        should_change_scope = 1 '\001'
        fbc = 0x15f6e70
#180 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa3c30) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#181 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#182 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa3c30) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x1a1a350
        edata = <optimized out>
        dummy = 0x155f240
        fse = 0x122a600
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 42644
        le = <optimized out>
        clear = 0
        return_val = 0x0
#183 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa0e48) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x15606b0
        should_change_scope = 1 '\001'
        fbc = 0x1a1a350
#184 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa0e48) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#185 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#186 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa0e48) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x7fffe90e6958
        edata = <optimized out>
        dummy = 0x7fffffff9e28
        fse = 0x152d870
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 166
        le = <optimized out>
        clear = 0
        return_val = 0x0
#187 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa0510) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x155ddd0
        should_change_scope = 1 '\001'
        fbc = 0x7fffe90e6958
#188 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa0510) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 1 '\001'
#189 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#190 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa0510) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x7ffff7fd6888
        edata = <optimized out>
        dummy = 0x310fea6caa
        fse = 0x152d5f0
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 165
        le = <optimized out>
        clear = 1
        return_val = 0x0
#191 0x0000000000780a76 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7fa0360) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:584
        opline = 0x7ffff7fd8ea0
        should_change_scope = 1 '\001'
        fbc = 0x7ffff7fd6888
#192 0x0000000000740518 in execute_ex (execute_data=0x7ffff7fa0360) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_vm_execute.h:363
        ret = <optimized out>
        original_in_execution = 0 '\000'
#193 0x00000000006c0d4d in dtrace_execute_ex (execute_data=<optimized out>) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend_dtrace.c:73
        lineno = <optimized out>
        scope = 0x0
        filename = <optimized out>
        funcname = <optimized out>
        classname = <optimized out>
#194 0x00007ffff3ff2ab2 in xdebug_execute_ex (execute_data=0x7ffff7fa0360) at /tmp/buildd/php-xdebug-2.3.1/xdebug-2.3.1/xdebug.c:1526
        op_array = 0x7ffff7fd5e30
        edata = <optimized out>
        dummy = 0xea58c8
        fse = 0x150a580
        xfse = <optimized out>
        magic_cookie = <optimized out>
        do_return = 0
        function_nr = 0
        le = <optimized out>
        clear = 1
        return_val = 0x0
#195 0x00000000006d2989 in zend_execute_scripts (type=type@entry=8, retval=retval@entry=0x0, file_count=file_count@entry=3) at /usr/src/php5.5/source/dotdeb-php5/Zend/zend.c:1327
        files = {{gp_offset = 40, fp_offset = 32767, overflow_arg_area = 0x7fffffffa1f0, reg_save_area = 0x7fffffffa180}}
        i = <optimized out>
        file_handle = 0x7fffffffc5a0
        orig_op_array = 0x0
        orig_retval_ptr_ptr = 0x0
        orig_interactive = 0
#196 0x000000000067081c in php_execute_script (primary_file=primary_file@entry=0x7fffffffc5a0) at /usr/src/php5.5/source/dotdeb-php5/main/main.c:2506
        realfile = "/var/build/total_import/staging/135/vendor/phpunit/phpunit/phpunit\000\377\377\177", '\000' <repeats 18 times>"\362, \251\336\367\377\177\000\000\001", '\000' <repeats 15 times>"\360, \265\377\377\377\177\000\000@D\002\365\377\177\000\000\030\266\377\377\377\177\000\000\000M\352\000\000\000\000\000`O\352\000\000\000\000\000\030\310\377\377\377\177\000\000\002\000\000\000\000\000\000\000U\n\337\367\377\177\000\000\220]:\365\377\177\000\000m\t\373\267\207\231\206\214\000\000\000\000\000\000\000\000\200Nw\360\330uD\210\240W:\365\377\177\000\000\200\355\206\353\326O9\253\240W:\365\377\177\000\000Jo\b\365\377\177\000\000\000M\352\000\000\000\000\000@)x\000\000\000\000\000\000M\352\000\000\000\000\000\335~g\000\000\000\000\000"...
        __orig_bailout = <optimized out>
        __bailout = {{__jmpbuf = {1, 4824573749524880879, 0, 22064544, 0, 0, 4824573750758006255, -4824574065655357969}, __mask_was_saved = 0, __saved_mask = {__val = {36, 0, 0, 0, 140737304439408, 140737307635264, 
                140737307635264, 22064544, 66, 0, 0, 0, 140737304439180, 140737488341024, 6737293, 22064544}}}}
        prepend_file_p = <optimized out>
        append_file_p = 0x0
        prepend_file = {type = ZEND_HANDLE_FILENAME, filename = 0x0, opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, 
                old_closer = 0}, reader = 0, fsizer = 0, closer = 0}}, free_filename = 0 '\000'}
        append_file = {type = ZEND_HANDLE_FILENAME, filename = 0x0, opened_path = 0x0, handle = {fd = 0, fp = 0x0, stream = {handle = 0x0, isatty = 0, mmap = {len = 0, pos = 0, map = 0x0, buf = 0x0, old_handle = 0x0, 
                old_closer = 0}, reader = 0, fsizer = 0, closer = 0}}, free_filename = 0 '\000'}
        old_cwd = 0x7fffffffa200 ""
        retval = 0
#197 0x0000000000783bd3 in do_cli (argc=3, argv=0xea7920) at /usr/src/php5.5/source/dotdeb-php5/sapi/cli/php_cli.c:994
        __orig_bailout = <optimized out>
        __bailout = {{__jmpbuf = {0, -4824573747602465297, 0, 0, 0, 0, 4824573749539560943, -4824574230113362449}, __mask_was_saved = 0, __saved_mask = {__val = {11917385, 11917409, 11816693, 11816714, 11917422, 11917442, 
                11917459, 11918013, 11917480, 11917494, 11917516, 11917535, 11917562, 11917591, 0, 0}}}}
        c = <optimized out>
        file_handle = {type = ZEND_HANDLE_MAPPED, filename = 0xea7970 "vendor/bin/phpunit", opened_path = 0x0, handle = {fd = -134389920, fp = 0x7ffff7fd5f60, stream = {handle = 0x7ffff7fd5f60, isatty = 0, mmap = {len = 911, 
                pos = 0, map = 0x7ffff7ff5000, buf = 0x7ffff7ff5013 "-85F-85", old_handle = 0x150a580, old_closer = 0x6e7770 <zend_stream_stdio_closer>}, reader = 0x6e7870 <zend_stream_stdio_reader>, 
              fsizer = 0x6e77a0 <zend_stream_stdio_fsizer>, closer = 0x6e77f0 <zend_stream_mmap_closer>}}, free_filename = 0 '\000'}
        behavior = <optimized out>
        reflection_what = <optimized out>
        request_started = 1
        exit_status = 0
        php_optarg = 0x0
        php_optind = 2
        exec_direct = 0x0
        exec_run = 0x0
        exec_begin = 0x0
        exec_end = 0x0
        arg_free = <optimized out>
        arg_excp = 0xea7928
        script_file = <optimized out>
        translated_path = 0x150ada0 "/var/build/total_import/staging/135/vendor/phpunit/phpunit/phpunit"
        interactive = 0
        lineno = 2
        param_error = <optimized out>
        hide_argv = <optimized out>
#198 0x000000000043239f in main (argc=3, argv=0xea7920) at /usr/src/php5.5/source/dotdeb-php5/sapi/cli/php_cli.c:1378
        __orig_bailout = 0x0
        __bailout = {{__jmpbuf = {0, -4824573747602465297, 0, 0, 0, 0, 4824573748862180847, -4824574307015139857}, __mask_was_saved = 0, __saved_mask = {__val = {140737488345544, 4294967299, 0, 140737340706816, 4304840, 1, 0, 
                2, 140737303982816, 140737307652096, 3, 140737488345800, 140737354048736, 140737488345832, 4377825, 1}}}}
        c = <optimized out>
        exit_status = 0
        module_started = 1
        sapi_started = 1
        php_optarg = 0x0
        php_optind = 1
        use_extended_info = 0
        ini_path_override = 0x0
        ini_entries = 0xea7bc0 "html_errors=0\nregister_argc_argv=1\nimplicit_flush=1\noutput_buffering=0\nmax_execution_time=0\nmax_input_time=-1\n"
        ini_entries_len = 0
        ini_ignore = 0
        sapi_module = <optimized out>
(gdb) q
A debugging session is active.

	Inferior 1 [process 31613] will be killed.

Quit anyway? (y or n) 
gdb_output.txt (65,374 bytes)   
Operating System
PHP Version5.5.20-5.5.25

Activities

z0rc

2015-02-26 16:06

reporter   ~0003004

Here are similar reports https://github.com/puphpet/puphpet/issues/1368

derick

2015-02-26 16:18

administrator   ~0003005

Is this with all code coverage, or just some specific ones? Could you for example make a small reproducible case (ie, one specific unit test), that shows this crash?

z0rc

2015-02-27 07:20

reporter   ~0003006

I've hit this issue with two internal projects. Will try to come up with some small testcase.

bushman

2015-02-27 12:19

reporter   ~0003012

Hi, I created reproducible case:
https://github.com/teplolog/xdebub_realloc_error/blob/master/tests/XdebugTest.php

derick

2015-02-27 12:39

administrator   ~0003013

Thanks bushman, how do I run that? Just in a dir with phpunit?

bushman

2015-02-27 12:53

reporter   ~0003014

You can install this case project by running:
git clone https://github.com/teplolog/xdebub_realloc_error.git
cd xdebub_realloc_error
composer install

And then run:
php ./vendor/bin/phpunit --configuration=phpunit.xml.dist

derick

2015-02-28 16:30

administrator   ~0003016

Thanks for the reproduce case. This is now fixed on GIT - for the 2.3.2 release.

Issue History

Date Modified Username Field Change
2015-02-26 16:03 z0rc New Issue
2015-02-26 16:04 z0rc File Added: valgrind_output.txt
2015-02-26 16:05 z0rc File Added: gdb_output.txt
2015-02-26 16:06 z0rc Note Added: 0003004
2015-02-26 16:18 derick Note Added: 0003005
2015-02-26 16:18 derick Assigned To => derick
2015-02-26 16:18 derick Status new => feedback
2015-02-27 07:20 z0rc Note Added: 0003006
2015-02-27 07:20 z0rc Status feedback => assigned
2015-02-27 12:19 bushman Note Added: 0003012
2015-02-27 12:39 derick Note Added: 0003013
2015-02-27 12:53 bushman Note Added: 0003014
2015-02-28 16:30 derick Note Added: 0003016
2015-02-28 16:30 derick Status assigned => closed
2015-02-28 16:30 derick Resolution open => fixed
2015-02-28 16:30 derick Fixed in Version => 2.3.2
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized