php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71608 crash after a lot of request with zend_mm_heap corrupted
Submitted: 2016-02-16 08:58 UTC Modified: 2016-03-06 04:22 UTC
Votes:11
Avg. Score:4.7 ± 0.4
Reproduced:9 of 9 (100.0%)
Same Version:7 (77.8%)
Same OS:5 (55.6%)
From: francesco dot bagnoli dot 69 at gmail dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 7.0.3 OS: Windows 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: francesco dot bagnoli dot 69 at gmail dot com
New email:
PHP Version: OS:

 

 [2016-02-16 08:58 UTC] francesco dot bagnoli dot 69 at gmail dot com
Description:
------------
I'm testing PHP 7 x64 on my Windows 7 workstation with a basic Apache benchmark
the benchmark terminates after 50/100 requests with this errors

error.log from apache

    zend_mm_heap corrupted

php_error.log from php is empty (assume no error here)


and these other settings in php.ini (relevant part only)

     realpath_cache_size = 2M
     realpath_cache_ttl = 3600
     memory_limit=512M

     [opcache]
     zend_extension="F:\php\php703\ext\php_opcache.dll"
     opcache.enable=1
     opcache.enable_cli=1
     opcache.memory_consumption=128
     opcache.interned_strings_buffer=16
     opcache.max_accelerated_files=6000
     opcache.use_cwd=1
     opcache.validate_timestamps=1
     opcache.save_comments=1
     opcache.fast_shutdown=1

The same benchmark runs fine for PHP 5.6.17 x64 with the same settings

Test script:
---------------
Apache benchmark

    F:\apache\bin\ab.exe -c 200 -n 2000 localhost/index.php

index.php

    <?php
    phpinfo();


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-02-16 09:11 UTC] francesco dot bagnoli dot 69 at gmail dot com
-Summary: Windows PHP 7.0.3 x64 (Apache handle) crash after a lot of request with zend_mm +Summary: crash after a lot of request with zend_mm_heap corrupted
 [2016-02-16 09:11 UTC] francesco dot bagnoli dot 69 at gmail dot com
fix summary
 [2016-02-16 14:26 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2016-02-16 14:26 UTC] ab@php.net
Thanks for the report, could you please gather a backtrace using the instructions here https://bugs.php.net/bugs-generating-backtrace-win32.php ? If there's a particular PHP code causing this issue, please extract a reproducer if possible, too. Also, do you have some non core extensions loaded?

Thanks.
 [2016-02-17 07:46 UTC] francesco dot bagnoli dot 69 at gmail dot com
-Status: Feedback +Status: Open
 [2016-02-17 07:46 UTC] francesco dot bagnoli dot 69 at gmail dot com
loaded ext.:

extension=php_curl.dll
extension=php_fileinfo.dll
extension=php_gd2.dll
extension=php_intl.dll
extension=php_mbstring.dll
extension=php_openssl.dll
extension=php_pdo_mysql.dll
extension=php_soap.dll
extension=php_xmlrpc.dll
extension=php_xsl.dll
extension=php_apcu.dll
extension=php_apc.dll
 [2016-02-17 07:51 UTC] francesco dot bagnoli at gmail dot com
i'have tried to disable apc and opcache but not work...

I'm not able to debug... i'm sorry..
 [2016-02-17 07:58 UTC] francesco dot bagnoli at gmail dot com
form windows event viewer log (my SO is italian)


Nome dell'applicazione che ha generato l'errore: httpd.exe, versione: 2.4.18.0, timestamp: 0x5667fd57
Nome del modulo che ha generato l'errore: ntdll.dll, versione: 6.1.7601.19018, timestamp: 0x560a0083
Codice eccezione: 0xc0000374
Offset errore 0x00000000000bffc2
ID processo che ha generato l'errore: 0x1db4
Ora di avvio dell'applicazione che ha generato l'errore: 0x01d16957bd43bbb5
Percorso dell'applicazione che ha generato l'errore: F:\servizi\apache\Apache2418\bin\httpd.exe
Percorso del modulo che ha generato l'errore: C:\Windows\SYSTEM32\ntdll.dll
ID segnalazione: c15a5ec5-d54b-11e5-9ec7-bc305bde2d3c
 [2016-02-21 10:50 UTC] nigro dot simone at gmail dot com
I'have tried on windows vista with PHP 7.0.3 and apache crash after 100 request with zend_mm_heap corrupted.

Step to reproduce:

1) download php binary from http://windows.php.net/download#php-7.0
2) config apache handle on apache 2.4
3) config php ini wit opcache enabled
4) create index.php file in htdocs (index.php has is simple <?php phpinfo(); )
5) run apache benchmark ab.exe -c 200 -n 2000 localhost/index.php

Apache error.log

zend_mm_heap corrupted
[Sun Feb 21 11:45:14.133756 2016] [mpm_winnt:notice] [pid 5920:tid 224] AH00428: Parent: child process 6000 exited with status 1 -- Restarting.
 [2016-02-21 10:52 UTC] nigro dot simone at gmail dot com
same issue on windows server 2012

I thing php 7 is not ready for production on windows SO
 [2016-02-24 06:16 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2016-02-24 06:16 UTC] ab@php.net
@nigro.simone thanks for the check. Could you provide a backtrace or a core dump please?

Thanks.
 [2016-02-27 11:48 UTC] nigro dot simone at gmail dot com
this is the dump from Debug Diagnostic Tool v2

-----

Loading control script C:\Program Files\DebugDiag\Scripts\CrashRule_Process_httpd.exe.vbs
DumpPath set to C:\Users\SimoneNigro\Desktop
[27/02/2016 12.43.04]
  Process created. BaseModule - C:\xampp\apache\bin\httpd.exe. BaseThread - System ID: 528
  C:\Windows\system32\ntdll.dll loaded at 0x77a40000
  C:\Windows\system32\kernel32.dll loaded at 0x77890000
  C:\xampp\apache\bin\libhttpd.dll loaded at 0x73760000
  C:\xampp\apache\bin\pcre.dll loaded at 0x736f0000
  C:\xampp\apache\bin\VCRUNTIME140.dll loaded at 0x73b10000
  C:\Windows\system32\api-ms-win-crt-runtime-l1-1-0.dll loaded at 0x74c30000
  C:\Windows\system32\ucrtbase.dll loaded at 0x73610000
  C:\Windows\system32\api-ms-win-core-string-l1-1-0.dll loaded at 0x74cc0000
  C:\Windows\system32\api-ms-win-core-errorhandling-l1-1-0.dll loaded at 0x73b00000
  C:\Windows\system32\api-ms-win-core-timezone-l1-1-0.dll loaded at 0x73a80000
  C:\Windows\system32\api-ms-win-core-file-l1-1-0.dll loaded at 0x73af0000
  C:\Windows\system32\api-ms-win-core-namedpipe-l1-1-0.dll loaded at 0x739e0000
  C:\Windows\system32\api-ms-win-core-handle-l1-1-0.dll loaded at 0x73a70000
  C:\Windows\system32\api-ms-win-core-file-l2-1-0.dll loaded at 0x73850000
  C:\Windows\system32\api-ms-win-core-heap-l1-1-0.dll loaded at 0x73840000
  C:\Windows\system32\api-ms-win-core-libraryloader-l1-1-0.dll loaded at 0x73600000
  C:\Windows\system32\api-ms-win-core-synch-l1-1-0.dll loaded at 0x735f0000
  C:\Windows\system32\api-ms-win-core-processthreads-l1-1-0.dll loaded at 0x735e0000
  C:\Windows\system32\api-ms-win-core-processenvironment-l1-1-0.dll loaded at 0x735d0000
  C:\Windows\system32\api-ms-win-core-datetime-l1-1-0.dll loaded at 0x735c0000
  C:\Windows\system32\api-ms-win-core-localization-l1-2-0.dll loaded at 0x735b0000
  C:\Windows\system32\api-ms-win-core-sysinfo-l1-1-0.dll loaded at 0x735a0000
  C:\Windows\system32\api-ms-win-core-synch-l1-2-0.dll loaded at 0x73590000
  C:\Windows\system32\api-ms-win-core-console-l1-1-0.dll loaded at 0x73580000
  C:\Windows\system32\api-ms-win-core-debug-l1-1-0.dll loaded at 0x73570000
  C:\Windows\system32\api-ms-win-core-processthreads-l1-1-1.dll loaded at 0x73560000
  C:\Windows\system32\api-ms-win-core-file-l1-2-0.dll loaded at 0x73550000
  C:\Windows\system32\api-ms-win-core-profile-l1-1-0.dll loaded at 0x73540000
  C:\Windows\system32\api-ms-win-core-memory-l1-1-0.dll loaded at 0x73530000
  C:\Windows\system32\api-ms-win-core-util-l1-1-0.dll loaded at 0x73520000
  C:\Windows\system32\api-ms-win-core-rtlsupport-l1-1-0.dll loaded at 0x73510000
  C:\Windows\system32\api-ms-win-core-interlocked-l1-1-0.dll loaded at 0x73500000
  C:\Windows\system32\api-ms-win-crt-string-l1-1-0.dll loaded at 0x734f0000
  C:\Windows\system32\api-ms-win-crt-heap-l1-1-0.dll loaded at 0x734e0000
  C:\Windows\system32\api-ms-win-crt-stdio-l1-1-0.dll loaded at 0x734d0000
  C:\Windows\system32\api-ms-win-crt-convert-l1-1-0.dll loaded at 0x734a0000
  C:\Windows\system32\ADVAPI32.dll loaded at 0x77970000
  C:\Windows\system32\RPCRT4.dll loaded at 0x77bd0000
  C:\Windows\system32\WS2_32.dll loaded at 0x77b90000
  C:\Windows\system32\msvcrt.dll loaded at 0x76fc0000
  C:\Windows\system32\NSI.dll loaded at 0x76c20000
  C:\xampp\apache\bin\libaprutil-1.dll loaded at 0x6d860000
  C:\xampp\apache\bin\libapriconv-1.dll loaded at 0x73490000
  C:\xampp\apache\bin\libapr-1.dll loaded at 0x6bb60000
  C:\Windows\system32\MSWSOCK.dll loaded at 0x756b0000
  C:\Windows\system32\SHELL32.dll loaded at 0x75dc0000
  C:\Windows\system32\GDI32.dll loaded at 0x77070000
  C:\Windows\system32\USER32.dll loaded at 0x777f0000
  C:\Windows\system32\SHLWAPI.dll loaded at 0x770c0000
  C:\Windows\system32\api-ms-win-crt-utility-l1-1-0.dll loaded at 0x73480000
  C:\Windows\system32\api-ms-win-crt-environment-l1-1-0.dll loaded at 0x73470000
  C:\Windows\system32\api-ms-win-crt-conio-l1-1-0.dll loaded at 0x6d850000
  C:\Windows\system32\api-ms-win-crt-math-l1-1-0.dll loaded at 0x6d840000
  C:\Windows\system32\api-ms-win-crt-time-l1-1-0.dll loaded at 0x6bb50000
  C:\Windows\system32\api-ms-win-crt-locale-l1-1-0.dll loaded at 0x6bb40000
  C:\Windows\system32\IMM32.DLL loaded at 0x77b70000
  C:\Windows\system32\MSCTF.dll loaded at 0x76de0000
  C:\Windows\system32\LPK.DLL loaded at 0x76cb0000
  C:\Windows\system32\USP10.dll loaded at 0x775b0000
  C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.19373_none_5cbe60a608848a19\comctl32.dll loaded at 0x74e70000
  C:\Windows\system32\rsaenh.dll loaded at 0x75470000
[27/02/2016 12.43.05]
  C:\Windows\System32\wship6.dll loaded at 0x75880000
  C:\Windows\System32\wshtcpip.dll loaded at 0x75360000
  C:\xampp\apache\modules\mod_access_compat.so loaded at 0x6bb20000
  C:\xampp\apache\modules\mod_actions.so loaded at 0x6bb10000
  C:\xampp\apache\modules\mod_alias.so loaded at 0x6bb00000
  C:\xampp\apache\modules\mod_allowmethods.so loaded at 0x6baf0000
  C:\xampp\apache\modules\mod_asis.so loaded at 0x6bad0000
  C:\xampp\apache\modules\mod_auth_basic.so loaded at 0x6bac0000
  C:\xampp\apache\modules\mod_authn_core.so loaded at 0x6bab0000
  C:\xampp\apache\modules\mod_authn_file.so loaded at 0x6baa0000
  C:\xampp\apache\modules\mod_authz_core.so loaded at 0x6ba90000
  C:\xampp\apache\modules\mod_authz_groupfile.so loaded at 0x6ba80000
  C:\xampp\apache\modules\mod_authz_host.so loaded at 0x6ba70000
  C:\xampp\apache\modules\mod_authz_user.so loaded at 0x6ba60000
  C:\xampp\apache\modules\mod_autoindex.so loaded at 0x6ba50000
  C:\xampp\apache\modules\mod_cgi.so loaded at 0x6ba40000
  C:\xampp\apache\modules\mod_dav_lock.so loaded at 0x6ba30000
  C:\xampp\apache\modules\mod_dav.so loaded at 0x6ba10000
  C:\xampp\apache\modules\mod_dir.so loaded at 0x6b9f0000
  C:\xampp\apache\modules\mod_env.so loaded at 0x6b9d0000
  C:\xampp\apache\modules\mod_headers.so loaded at 0x6b9c0000
  C:\xampp\apache\modules\mod_include.so loaded at 0x6b9b0000
  C:\xampp\apache\modules\mod_info.so loaded at 0x6b9a0000
  C:\xampp\apache\modules\mod_isapi.so loaded at 0x6b990000
  C:\xampp\apache\modules\mod_log_config.so loaded at 0x6b980000
  C:\xampp\apache\modules\mod_cache_disk.so loaded at 0x6b970000
  Thread created. New thread - System ID: 3116
  Initializing control script
  Clearing any existing breakpoints
  
  Current Breakpoint List(BL)
[27/02/2016 12.43.06]
  Thread exited. Exiting thread - System ID: 3116. Exit code - 0x00000000
  C:\xampp\apache\modules\mod_cache.so loaded at 0x6bb30000
  C:\xampp\apache\modules\mod_mime.so loaded at 0x64e50000
  C:\xampp\apache\modules\mod_negotiation.so loaded at 0x64e00000
  C:\xampp\apache\modules\mod_proxy.so loaded at 0x63100000
  C:\xampp\apache\modules\mod_proxy_ajp.so loaded at 0x63690000
  C:\xampp\apache\modules\mod_rewrite.so loaded at 0x61aa0000
  C:\xampp\apache\modules\mod_setenvif.so loaded at 0x63680000
  C:\xampp\apache\modules\mod_socache_shmcb.so loaded at 0x630f0000
  C:\xampp\apache\modules\mod_ssl.so loaded at 0x60860000
  C:\xampp\apache\bin\LIBEAY32.dll loaded at 0x5f830000
  C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll loaded at 0x64e60000
  C:\xampp\apache\bin\SSLEAY32.dll loaded at 0x60810000
  C:\xampp\apache\modules\mod_status.so loaded at 0x630d0000
  C:\xampp\apache\modules\mod_version.so loaded at 0x62dd0000
  C:\xampp\php\php7ts.dll loaded at 0x5b9d0000
  C:\Windows\system32\ole32.dll loaded at 0x77120000
  C:\Windows\system32\DNSAPI.dll loaded at 0x75bd0000
  C:\Windows\system32\PSAPI.DLL loaded at 0x76b80000
  C:\xampp\php\libpq.dll loaded at 0x607e0000
  C:\Windows\system32\WSOCK32.dll loaded at 0x74420000
  C:\Windows\system32\Secur32.dll loaded at 0x76ab0000
  C:\xampp\php\php7apache2_4.dll loaded at 0x624c0000
  C:\Windows\system32\NETAPI32.DLL loaded at 0x75c00000
  C:\Windows\system32\NETAPI32.DLL Unloaded from 0x75c00000
  C:\xampp\php\php7apache2_4.dll Unloaded from 0x624c0000
  C:\xampp\php\libpq.dll Unloaded from 0x607e0000
  C:\Windows\system32\Secur32.dll Unloaded from 0x76ab0000
  C:\Windows\system32\WSOCK32.dll Unloaded from 0x74420000
[27/02/2016 12.43.07]
  C:\xampp\php\php7ts.dll Unloaded from 0x5b9d0000
  C:\Windows\system32\PSAPI.DLL Unloaded from 0x76b80000
  C:\Windows\system32\DNSAPI.dll Unloaded from 0x75bd0000
  C:\Windows\system32\ole32.dll Unloaded from 0x77120000
  C:\xampp\apache\modules\mod_version.so Unloaded from 0x62dd0000
  C:\xampp\apache\modules\mod_status.so Unloaded from 0x630d0000
  C:\xampp\apache\modules\mod_ssl.so Unloaded from 0x60860000
  C:\xampp\apache\bin\SSLEAY32.dll Unloaded from 0x60810000
  C:\xampp\apache\bin\LIBEAY32.dll Unloaded from 0x5f830000
  C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll Unloaded from 0x64e60000
  C:\xampp\apache\modules\mod_socache_shmcb.so Unloaded from 0x630f0000
  C:\xampp\apache\modules\mod_setenvif.so Unloaded from 0x63680000
  C:\xampp\apache\modules\mod_rewrite.so Unloaded from 0x61aa0000
  C:\xampp\apache\modules\mod_proxy_ajp.so Unloaded from 0x63690000
  C:\xampp\apache\modules\mod_proxy.so Unloaded from 0x63100000
  C:\xampp\apache\modules\mod_negotiation.so Unloaded from 0x64e00000
  C:\xampp\apache\modules\mod_mime.so Unloaded from 0x64e50000
  C:\xampp\apache\modules\mod_cache_disk.so Unloaded from 0x6b970000
  C:\xampp\apache\modules\mod_cache.so Unloaded from 0x6bb30000
  C:\xampp\apache\modules\mod_log_config.so Unloaded from 0x6b980000
  C:\xampp\apache\modules\mod_isapi.so Unloaded from 0x6b990000
  C:\xampp\apache\modules\mod_info.so Unloaded from 0x6b9a0000
  C:\xampp\apache\modules\mod_include.so Unloaded from 0x6b9b0000
  C:\xampp\apache\modules\mod_headers.so Unloaded from 0x6b9c0000
  C:\xampp\apache\modules\mod_env.so Unloaded from 0x6b9d0000
  C:\xampp\apache\modules\mod_dir.so Unloaded from 0x6b9f0000
  C:\xampp\apache\modules\mod_dav_lock.so Unloaded from 0x6ba30000
  C:\xampp\apache\modules\mod_dav.so Unloaded from 0x6ba10000
  C:\xampp\apache\modules\mod_cgi.so Unloaded from 0x6ba40000
  C:\xampp\apache\modules\mod_autoindex.so Unloaded from 0x6ba50000
  C:\xampp\apache\modules\mod_authz_user.so Unloaded from 0x6ba60000
  C:\xampp\apache\modules\mod_authz_host.so Unloaded from 0x6ba70000
  C:\xampp\apache\modules\mod_authz_groupfile.so Unloaded from 0x6ba80000
  C:\xampp\apache\modules\mod_authz_core.so Unloaded from 0x6ba90000
  C:\xampp\apache\modules\mod_authn_file.so Unloaded from 0x6baa0000
  C:\xampp\apache\modules\mod_authn_core.so Unloaded from 0x6bab0000
  C:\xampp\apache\modules\mod_auth_basic.so Unloaded from 0x6bac0000
  C:\xampp\apache\modules\mod_asis.so Unloaded from 0x6bad0000
  C:\xampp\apache\modules\mod_allowmethods.so Unloaded from 0x6baf0000
[27/02/2016 12.43.08]
  C:\xampp\apache\modules\mod_alias.so Unloaded from 0x6bb00000
  C:\xampp\apache\modules\mod_actions.so Unloaded from 0x6bb10000
  C:\xampp\apache\modules\mod_access_compat.so Unloaded from 0x6bb20000
  C:\xampp\apache\modules\mod_access_compat.so loaded at 0x6bb20000
  C:\xampp\apache\modules\mod_actions.so loaded at 0x6bb10000
  C:\xampp\apache\modules\mod_alias.so loaded at 0x6bb00000
  C:\xampp\apache\modules\mod_allowmethods.so loaded at 0x6baf0000
  C:\xampp\apache\modules\mod_asis.so loaded at 0x6bad0000
  C:\xampp\apache\modules\mod_auth_basic.so loaded at 0x6bac0000
  C:\xampp\apache\modules\mod_authn_core.so loaded at 0x6bab0000
  C:\xampp\apache\modules\mod_authn_file.so loaded at 0x6baa0000
  C:\xampp\apache\modules\mod_authz_core.so loaded at 0x6ba90000
  C:\xampp\apache\modules\mod_authz_groupfile.so loaded at 0x6ba80000
  C:\xampp\apache\modules\mod_authz_host.so loaded at 0x6ba70000
  C:\xampp\apache\modules\mod_authz_user.so loaded at 0x6ba60000
  C:\xampp\apache\modules\mod_autoindex.so loaded at 0x6ba50000
  C:\xampp\apache\modules\mod_cgi.so loaded at 0x6ba40000
  C:\xampp\apache\modules\mod_dav_lock.so loaded at 0x6ba30000
  C:\xampp\apache\modules\mod_dav_lock.so Unloaded from 0x6ba30000
  C:\xampp\apache\modules\mod_dav_lock.so loaded at 0x6ba30000
  C:\xampp\apache\modules\mod_dav.so loaded at 0x6ba10000
  C:\xampp\apache\modules\mod_dir.so loaded at 0x6b9f0000
  C:\xampp\apache\modules\mod_env.so loaded at 0x6b9d0000
  C:\xampp\apache\modules\mod_headers.so loaded at 0x6b9c0000
  C:\xampp\apache\modules\mod_include.so loaded at 0x6b9b0000
  C:\xampp\apache\modules\mod_info.so loaded at 0x6b9a0000
  C:\xampp\apache\modules\mod_isapi.so loaded at 0x6b990000
  C:\xampp\apache\modules\mod_log_config.so loaded at 0x6b980000
  C:\xampp\apache\modules\mod_cache_disk.so loaded at 0x6b970000
  C:\xampp\apache\modules\mod_cache_disk.so Unloaded from 0x6b970000
  C:\xampp\apache\modules\mod_cache_disk.so loaded at 0x6b970000
  C:\xampp\apache\modules\mod_cache.so loaded at 0x64e60000
  C:\xampp\apache\modules\mod_mime.so loaded at 0x64e50000
  C:\xampp\apache\modules\mod_negotiation.so loaded at 0x64e00000
  C:\xampp\apache\modules\mod_proxy.so loaded at 0x63100000
  C:\xampp\apache\modules\mod_proxy_ajp.so loaded at 0x63690000
  C:\xampp\apache\modules\mod_rewrite.so loaded at 0x61aa0000
  C:\xampp\apache\modules\mod_setenvif.so loaded at 0x63680000
  C:\xampp\apache\modules\mod_socache_shmcb.so loaded at 0x630f0000
  C:\xampp\apache\modules\mod_ssl.so loaded at 0x60860000
  C:\xampp\apache\bin\LIBEAY32.dll loaded at 0x5df90000
  C:\Windows\system32\api-ms-win-crt-filesystem-l1-1-0.dll loaded at 0x6bb30000
  C:\xampp\apache\bin\SSLEAY32.dll loaded at 0x60810000
  C:\xampp\apache\modules\mod_status.so loaded at 0x630d0000
  C:\xampp\apache\modules\mod_version.so loaded at 0x62dd0000
  C:\xampp\php\php7ts.dll loaded at 0x5b9d0000
  C:\Windows\system32\ole32.dll loaded at 0x77120000
  C:\Windows\system32\DNSAPI.dll loaded at 0x75bd0000
  C:\Windows\system32\PSAPI.DLL loaded at 0x76b80000
  C:\xampp\php\libpq.dll loaded at 0x607e0000
  C:\Windows\system32\WSOCK32.dll loaded at 0x74420000
  C:\Windows\system32\Secur32.dll loaded at 0x76ab0000
  C:\xampp\php\php7apache2_4.dll loaded at 0x624c0000
  C:\Windows\system32\NETAPI32.DLL loaded at 0x75c00000
  C:\Windows\system32\NETAPI32.DLL Unloaded from 0x75c00000
  C:\xampp\php\ext\php_opcache.dll loaded at 0x607b0000
  Thread created. New thread - System ID: 5708
  Thread created. New thread - System ID: 4436
  Thread created. New thread - System ID: 4780
  Thread created. New thread - System ID: 3744
  Thread created. New thread - System ID: 1228
  Thread created. New thread - System ID: 3304
  Thread created. New thread - System ID: 5436
  Thread created. New thread - System ID: 5060
  Thread created. New thread - System ID: 2028
  Thread created. New thread - System ID: 1688
  Thread created. New thread - System ID: 5796
  Thread created. New thread - System ID: 5104
  Thread created. New thread - System ID: 5116
  Thread created. New thread - System ID: 5496
  Thread created. New thread - System ID: 5624
  Thread created. New thread - System ID: 3528
  Thread created. New thread - System ID: 4484
  Thread created. New thread - System ID: 5468
  Thread created. New thread - System ID: 2068
  Thread created. New thread - System ID: 5348
  Thread created. New thread - System ID: 4772
  Thread created. New thread - System ID: 4752
  Thread created. New thread - System ID: 3552
  Thread created. New thread - System ID: 2812
  Thread created. New thread - System ID: 5844
  Thread created. New thread - System ID: 3544
  Thread created. New thread - System ID: 5112
  Thread created. New thread - System ID: 3840
  Thread created. New thread - System ID: 5424
  Thread created. New thread - System ID: 524
  Thread created. New thread - System ID: 5500
  Thread created. New thread - System ID: 5724
  Thread created. New thread - System ID: 3420
  Thread created. New thread - System ID: 5300
  Thread created. New thread - System ID: 264
  Thread created. New thread - System ID: 4904
  Thread created. New thread - System ID: 4284
  Thread created. New thread - System ID: 4808
  Thread created. New thread - System ID: 4228
  Thread created. New thread - System ID: 508
  Thread created. New thread - System ID: 5800
  Thread created. New thread - System ID: 6040
  Thread created. New thread - System ID: 6048
  Thread created. New thread - System ID: 4504
  Thread created. New thread - System ID: 4820
  Thread created. New thread - System ID: 6044
  Thread created. New thread - System ID: 2432
  Thread created. New thread - System ID: 5464
  Thread created. New thread - System ID: 3676
  Thread created. New thread - System ID: 4380
  Thread created. New thread - System ID: 5228
  Thread created. New thread - System ID: 5900
  Thread created. New thread - System ID: 5384
  Thread created. New thread - System ID: 4812
  Thread created. New thread - System ID: 2832
  Thread created. New thread - System ID: 5180
  Thread created. New thread - System ID: 1872
  Thread created. New thread - System ID: 4928
  Thread created. New thread - System ID: 4264
  Thread created. New thread - System ID: 5736
  Thread created. New thread - System ID: 5836
  Thread created. New thread - System ID: 5364
  Thread created. New thread - System ID: 5008
  Thread created. New thread - System ID: 3388
  Thread created. New thread - System ID: 4544
  Thread created. New thread - System ID: 5784
  Thread created. New thread - System ID: 4460
  Thread created. New thread - System ID: 2816
  Thread created. New thread - System ID: 4232
  Thread created. New thread - System ID: 5172
  Thread created. New thread - System ID: 5888
  Thread created. New thread - System ID: 4616
  Thread created. New thread - System ID: 5096
  Thread created. New thread - System ID: 5956
  Thread created. New thread - System ID: 2256
  Thread created. New thread - System ID: 4336
  Thread created. New thread - System ID: 3080
  Thread created. New thread - System ID: 5608
  Thread created. New thread - System ID: 5548
  Thread created. New thread - System ID: 5640
  Thread created. New thread - System ID: 4364
  Thread created. New thread - System ID: 1604
  Thread created. New thread - System ID: 5776
  Thread created. New thread - System ID: 6004
  Thread created. New thread - System ID: 3356
  Thread created. New thread - System ID: 2724
  Thread created. New thread - System ID: 5972
  Thread created. New thread - System ID: 4176
  Thread created. New thread - System ID: 896
  Thread created. New thread - System ID: 4212
  Thread created. New thread - System ID: 5952
[27/02/2016 12.43.09]
  Thread created. New thread - System ID: 1204
  Thread created. New thread - System ID: 4508
  Thread created. New thread - System ID: 2560
  Thread created. New thread - System ID: 5744
  Thread created. New thread - System ID: 3680
  Thread created. New thread - System ID: 656
  Thread created. New thread - System ID: 1200
  Thread created. New thread - System ID: 4632
  Thread created. New thread - System ID: 1156
  Thread created. New thread - System ID: 2968
  Thread created. New thread - System ID: 2676
  Thread created. New thread - System ID: 4032
  Thread created. New thread - System ID: 2336
  Thread created. New thread - System ID: 5508
  Thread created. New thread - System ID: 4704
  Thread created. New thread - System ID: 4608
  Thread created. New thread - System ID: 5740
  Thread created. New thread - System ID: 5964
  Thread created. New thread - System ID: 5168
  Thread created. New thread - System ID: 4432
  Thread created. New thread - System ID: 4104
  Thread created. New thread - System ID: 4496
  Thread created. New thread - System ID: 752
  Thread created. New thread - System ID: 4840
  Thread created. New thread - System ID: 5556
  Thread created. New thread - System ID: 5512
  Thread created. New thread - System ID: 4132
  Thread created. New thread - System ID: 5676
  Thread created. New thread - System ID: 5552
  Thread created. New thread - System ID: 4048
  Thread created. New thread - System ID: 5320
  Thread created. New thread - System ID: 5824
  Thread created. New thread - System ID: 3900
  Thread created. New thread - System ID: 3728
  Thread created. New thread - System ID: 4884
  Thread created. New thread - System ID: 3688
  Thread created. New thread - System ID: 4860
  Thread created. New thread - System ID: 5768
  Thread created. New thread - System ID: 4836
  Thread created. New thread - System ID: 3996
  Thread created. New thread - System ID: 4200
  Thread created. New thread - System ID: 1640
  Thread created. New thread - System ID: 4444
  Thread created. New thread - System ID: 5488
  Thread created. New thread - System ID: 5316
  Thread created. New thread - System ID: 1328
  Thread created. New thread - System ID: 5056
  Thread created. New thread - System ID: 4796
  Thread created. New thread - System ID: 1436
  Thread created. New thread - System ID: 4532
  Thread created. New thread - System ID: 5540
  Thread created. New thread - System ID: 5732
  Thread created. New thread - System ID: 4376
  Thread created. New thread - System ID: 4016
  Thread created. New thread - System ID: 3292
  Thread created. New thread - System ID: 4140
  Thread created. New thread - System ID: 5992
  Thread created. New thread - System ID: 5448
  Thread created. New thread - System ID: 4296
  Thread created. New thread - System ID: 4720
  Thread created. New thread - System ID: 4692
  Thread created. New thread - System ID: 5928
  Thread created. New thread - System ID: 1176
  Thread created. New thread - System ID: 3052
  Thread created. New thread - System ID: 5204
  Thread created. New thread - System ID: 2328
  Thread created. New thread - System ID: 2264
  Thread created. New thread - System ID: 4948
  Thread created. New thread - System ID: 5892
  Thread created. New thread - System ID: 1260
  Thread created. New thread - System ID: 1240
  Thread created. New thread - System ID: 5748
  Thread created. New thread - System ID: 788
  Thread created. New thread - System ID: 1776
  Thread created. New thread - System ID: 4716
  Thread created. New thread - System ID: 5272
  Thread created. New thread - System ID: 1480
  Thread created. New thread - System ID: 5528
  Thread created. New thread - System ID: 5692
  Thread created. New thread - System ID: 5216
  Thread created. New thread - System ID: 4992
  Thread created. New thread - System ID: 4520
  Thread created. New thread - System ID: 1196
  Thread created. New thread - System ID: 5084
  Thread created. New thread - System ID: 2004
  Thread created. New thread - System ID: 4944
  Thread created. New thread - System ID: 3632
  Thread created. New thread - System ID: 4956
  Thread created. New thread - System ID: 4192
  Thread created. New thread - System ID: 6008
  Thread created. New thread - System ID: 5080
  Thread created. New thread - System ID: 5884
  Thread created. New thread - System ID: 4984
  Thread created. New thread - System ID: 5016
  Thread created. New thread - System ID: 6124
  Thread created. New thread - System ID: 6012
  Thread created. New thread - System ID: 2764
  Thread created. New thread - System ID: 4280
  Thread created. New thread - System ID: 4316
  Thread created. New thread - System ID: 4800
  Thread created. New thread - System ID: 4240
  Thread created. New thread - System ID: 6036
  Thread created. New thread - System ID: 2344
  Thread created. New thread - System ID: 4648
  Thread created. New thread - System ID: 2260
  Thread created. New thread - System ID: 6104
  Thread created. New thread - System ID: 4676
  Thread created. New thread - System ID: 6596
  Thread created. New thread - System ID: 5560
  Thread created. New thread - System ID: 5968
  Thread created. New thread - System ID: 5668
  Thread created. New thread - System ID: 5696
  Thread created. New thread - System ID: 2192
  Thread created. New thread - System ID: 1292
  Thread created. New thread - System ID: 4988
  Thread created. New thread - System ID: 4028
  Thread created. New thread - System ID: 1428
  Thread created. New thread - System ID: 5388
  Thread created. New thread - System ID: 5664
  Thread created. New thread - System ID: 244
  Thread created. New thread - System ID: 4708
  Thread created. New thread - System ID: 6056
  Thread created. New thread - System ID: 4260
  Thread created. New thread - System ID: 4728
  Thread created. New thread - System ID: 516
  Thread created. New thread - System ID: 4488
  Thread created. New thread - System ID: 4244
  Thread created. New thread - System ID: 3920
  Thread created. New thread - System ID: 4788
  Thread created. New thread - System ID: 5760
  Thread created. New thread - System ID: 300
  Thread created. New thread - System ID: 272
  Thread created. New thread - System ID: 4144
  Thread created. New thread - System ID: 5792
  Thread created. New thread - System ID: 1136
  Thread created. New thread - System ID: 5988
  Thread created. New thread - System ID: 3908
  Thread created. New thread - System ID: 5848
  Thread created. New thread - System ID: 5460
  Thread created. New thread - System ID: 5492
  Thread created. New thread - System ID: 4476
  Thread created. New thread - System ID: 4832
  Thread created. New thread - System ID: 5876
  Thread created. New thread - System ID: 480
  Thread created. New thread - System ID: 5656
  Thread created. New thread - System ID: 5208
  Thread created. New thread - System ID: 276
  Thread created. New thread - System ID: 5780
  Thread created. New thread - System ID: 5636
  Thread created. New thread - System ID: 2168
  Thread created. New thread - System ID: 4912
  Thread created. New thread - System ID: 792
  Thread created. New thread - System ID: 780
  Thread created. New thread - System ID: 4760
  Thread created. New thread - System ID: 1768
  Thread created. New thread - System ID: 5576
  Thread created. New thread - System ID: 5148
  Thread created. New thread - System ID: 5816
  Thread created. New thread - System ID: 5452
  Thread created. New thread - System ID: 5380
  Thread created. New thread - System ID: 5484
  Thread created. New thread - System ID: 4952
  Thread created. New thread - System ID: 3060
  Thread created. New thread - System ID: 1924
  Thread created. New thread - System ID: 4164
  Thread created. New thread - System ID: 4408
  Thread created. New thread - System ID: 5804
  Thread created. New thread - System ID: 6096
  Thread created. New thread - System ID: 4868
  Thread created. New thread - System ID: 1236
  Thread created. New thread - System ID: 2444
  Thread created. New thread - System ID: 5688
  Thread created. New thread - System ID: 6496
  Thread created. New thread - System ID: 172
  Thread created. New thread - System ID: 6484
  Thread created. New thread - System ID: 4288
  Thread created. New thread - System ID: 6480
  Thread created. New thread - System ID: 3500
  Thread created. New thread - System ID: 5536
  Thread created. New thread - System ID: 6200
  Thread created. New thread - System ID: 4916
  Thread created. New thread - System ID: 4136
  Thread created. New thread - System ID: 3660
  Thread created. New thread - System ID: 3416
  Thread created. New thread - System ID: 3648
  Thread created. New thread - System ID: 6460
  Thread created. New thread - System ID: 1284
  Thread created. New thread - System ID: 4092
  Thread created. New thread - System ID: 3492
  Thread created. New thread - System ID: 6640
  Thread created. New thread - System ID: 6468
  Thread created. New thread - System ID: 4012
  Thread created. New thread - System ID: 6636
  Thread created. New thread - System ID: 5164
  Thread created. New thread - System ID: 6464
  Thread created. New thread - System ID: 316
  Thread created. New thread - System ID: 6352
  Thread created. New thread - System ID: 6356
  Thread created. New thread - System ID: 6716
  Thread created. New thread - System ID: 6280
  Thread created. New thread - System ID: 6348
  Thread created. New thread - System ID: 6344
  Thread created. New thread - System ID: 6728
  Thread created. New thread - System ID: 6428
  Thread created. New thread - System ID: 6472
  Thread created. New thread - System ID: 6552
  Thread created. New thread - System ID: 6548
  Thread created. New thread - System ID: 6688
  Thread created. New thread - System ID: 3224
  Thread created. New thread - System ID: 6416
  Thread created. New thread - System ID: 6568
  Thread created. New thread - System ID: 6188
  Thread created. New thread - System ID: 6252
[27/02/2016 12.44.22]
  Thread created. New thread - System ID: 7216
Request to reload script recieved. Loading control script C:\Program Files\DebugDiag\Scripts\CrashRule_Process_httpd.exe.vbs
Loading control script C:\Program Files\DebugDiag\scripts\CrashRule_Process_httpd.exe.vbs
DumpPath set to C:\Users\SimoneNigro\Desktop
[27/02/2016 12.44.22]
  Initializing control script
  Clearing any existing breakpoints
  
  Current Breakpoint List(BL)
  Exception 0X80000003 on thread 7216. DetailID = 1
  Thread exited. Exiting thread - System ID: 7216. Exit code - 0x00000000
[27/02/2016 12.44.28]
  Thread created. New thread - System ID: 7616
  Thread exited. Exiting thread - System ID: 3304. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3744. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4436. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1228. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4780. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 528. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2028. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5060. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1688. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5796. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5116. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5104. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5468. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5348. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3528. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5496. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2068. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4484. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4772. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5844. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2812. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4752. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5112. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3552. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5424. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3840. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5724. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 524. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3544. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5300. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5500. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4228. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4284. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 264. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3420. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 508. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4808. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4904. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6048. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6040. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5708. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5800. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6044. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2432. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4820. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3676. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5464. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5900. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5384. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5228. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1872. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5180. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2832. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4812. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5736. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4928. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4264. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5836. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4544. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3388. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4460. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5172. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5888. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4232. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5956. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5096. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4336. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4616. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2256. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5776. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5640. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5548. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3080. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4364. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1604. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3356. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6004. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5972. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2724. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 896. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4176. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1204. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4212. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4508. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5952. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1200. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5744. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 656. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4632. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4032. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2676. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1156. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5740. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2336. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5508. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4704. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5168. Exit code - 0x00000001
[27/02/2016 12.44.29]
  Thread exited. Exiting thread - System ID: 4608. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4104. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4432. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 752. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4496. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4840. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4132. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5556. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5676. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5824. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5552. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4048. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5320. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5512. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5768. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3688. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4860. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3728. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4200. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3996. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1640. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5316. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4444. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4836. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5056. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1328. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1436. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4796. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5540. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4016. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4376. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5732. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3292. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4692. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5448. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4140. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1176. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4948. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2328. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2264. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3052. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5080. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1260. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5748. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1776. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 788. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5528. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5084. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5272. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1480. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5216. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4520. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6008. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4944. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4956. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5016. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4984. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6012. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2764. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4316. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4800. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4280. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2344. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2260. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4648. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5668. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6596. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4676. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2192. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5696. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6056. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4708. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5388. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1428. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1292. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4760. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4728. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4488. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5760. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4244. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3920. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5492. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4144. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 272. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5988. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3908. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1136. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5876. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5848. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4832. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5208. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5780. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5636. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 792. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5148. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 780. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5576. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1768. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3060. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5452. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5380. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1924. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5804. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3500. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4868. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6096. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 172. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5688. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6200. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6480. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6484. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3660. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3492. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1284. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6460. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3416. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6464. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6468. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4012. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6636. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3224. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6688. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6356. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 316. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6472. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5784. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6348. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6548. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6728. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1196. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6428. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6344. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6280. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6416. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6716. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6188. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4788. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6568. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6552. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 7616. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6352. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5164. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6640. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4092. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6252. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3648. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4136. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4916. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5536. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4288. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6496. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2444. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1236. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4408. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4164. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4952. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5484. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5816. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4912. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2168. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 276. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 480. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5656. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4476. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5460. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5792. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 300. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 516. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4260. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 244. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5664. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4028. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4988. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5968. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5560. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6104. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6036. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 6124. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4240. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5884. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4192. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3632. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2004. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4992. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5692. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4716. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 1240. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5892. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5204. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5928. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4720. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5992. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4296. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4532. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5488. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4884. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3900. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5964. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2968. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 3680. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2560. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5608. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 2816. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5008. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5364. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4380. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 4504. Exit code - 0x00000001
  Thread exited. Exiting thread - System ID: 5436. Exit code - 0x00000001
  Process exited. Exit code - 0x00000001

***********************
*  EXCEPTION DETAILS  *
***********************

DetailID = 1
	Count:    1
	Exception #:  0X80000003
	Stack:        





***********************
*  EXCEPTION SUMMARY  *
***********************

	|--------------------|
	| Count | Exception  |
	|--------------------|
	| 1     | 0X80000003 |
	|--------------------|

Debugging Overhead Cost:
	Total Elapsed Ticks = 84631 (100%)
	Total Ticks Spent in Debugger Engine = 1124 (1%)
	Total Ticks Spent in Crash Rule Script = 796 (1%)
 [2016-03-06 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2016-05-11 13:55 UTC] info at thalent dot nl
I have the same issue on Windows x64 (10), Apache 2.4.20 x64, PHP 7.0.6

Also had it on 32 bits with other versions of PHP 7
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC