php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #72729
Patch Apache_2423_Crash_Info revision 2016-08-01 19:19 UTC by caaguado at xcentra dot com

Patch Apache_2423_Crash_Info for mbstring related Bug #72729

Patch version 2016-08-01 19:19 UTC

Return to Bug #72729 | Download this patch
Patch Revisions:

Developer: caaguado@xcentra.com

APACHE 2.4.23 STARTUP SEQUENCE:
===============================
Starting Apache 2.4.23 with . Please wait ...
[Debug Mode/Executed Command: start "Apache 2.4.23 with " /D"S:\xtack\" .\bin\hidec.exe "S:\xtack\bin\a24\bin\httpd.exe" -f "S:\xtack\cfg\apache24_port.conf" -D PHP71CGI]
Apache 2.4.23 with  started OK ...

Starting Firefox 47.0.1.6018. Please wait ...
[Debug Mode/Executed Command: start "Firefox 47.0.1.6018" /D"S:\xtack\www\" /MAX "C:\Program Files\Mozilla Firefox\firefox.exe" "http://127.0.0.1/docs/phpinfo.php"]
Firefox 47.0.1.6018 started OK ...

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

APACHE 2.4.23 CONFIGURATION FILE:
=================================
ServerRoot "S:\xtack"
PidFile "S:\xtack\logs\apache24.pid"
Listen 80
LoadModule access_compat_module S:\xtack\bin\a24\modules\mod_access_compat.so
LoadModule actions_module S:\xtack\bin\a24\modules\mod_actions.so
LoadModule alias_module S:\xtack\bin\a24\modules\mod_alias.so
LoadModule allowmethods_module S:\xtack\bin\a24\modules\mod_allowmethods.so
LoadModule asis_module S:\xtack\bin\a24\modules\mod_asis.so
LoadModule auth_basic_module S:\xtack\bin\a24\modules\mod_auth_basic.so
LoadModule authn_core_module S:\xtack\bin\a24\modules\mod_authn_core.so
LoadModule authn_file_module S:\xtack\bin\a24\modules\mod_authn_file.so
LoadModule authz_core_module S:\xtack\bin\a24\modules\mod_authz_core.so
LoadModule authz_groupfile_module S:\xtack\bin\a24\modules\mod_authz_groupfile.so
LoadModule authz_host_module S:\xtack\bin\a24\modules\mod_authz_host.so
LoadModule authz_user_module S:\xtack\bin\a24\modules\mod_authz_user.so
LoadModule autoindex_module S:\xtack\bin\a24\modules\mod_autoindex.so
LoadModule cgi_module S:\xtack\bin\a24\modules\mod_cgi.so
LoadModule dir_module S:\xtack\bin\a24\modules\mod_dir.so
LoadModule env_module S:\xtack\bin\a24\modules\mod_env.so
LoadModule include_module S:\xtack\bin\a24\modules\mod_include.so
LoadModule isapi_module S:\xtack\bin\a24\modules\mod_isapi.so
LoadModule log_config_module S:\xtack\bin\a24\modules\mod_log_config.so
LoadModule mime_module S:\xtack\bin\a24\modules\mod_mime.so
LoadModule negotiation_module S:\xtack\bin\a24\modules\mod_negotiation.so
LoadModule rewrite_module S:\xtack\bin\a24\modules\mod_rewrite.so
LoadModule setenvif_module S:\xtack\bin\a24\modules\mod_setenvif.so
LoadModule unique_id_module S:\xtack\bin\a24\modules\mod_unique_id.so
ServerAdmin admin@example.com
ServerName localhost
<Directory />
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
DocumentRoot "S:\xtack\www"
<Directory "S:\xtack\www">
    Options FollowSymLinks ExecCGI
    AllowOverride FileInfo
    Order allow,deny
    Allow from all
</Directory>
<IfModule dir_module>
    DirectoryIndex index.html index.htm index.php index.php5 index.php4 index.php3 phpinfo.php
    DirectoryIndex index.php52 index.php53 index.php54 index.php55 index.php56 index.php70 index.php71
    DirectoryIndex index.p52 index.p53 index.p54 index.p55 index.p56 index.p70 index.p71 index.cgi
    DirectoryIndex default.html default.htm default.php home.html home.htm home.php
</IfModule>
<Files ".ht*">
    Require all denied
</Files>
<Files "(~$|\.bak$|\.BAK$)">
    Require all denied
</Files>
ErrorLog "S:\xtack\logs\xtack_apache24_error.log"
LogLevel trace8
<IfModule log_config_module>
    LogFormat "%h %l %u %{[%Y-%m-%d %H:%M]}t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %{[%Y-%m-%d %H:%M]}t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" \"%{error-notes}n\"" combinede
    <IfModule logio_module>
      LogFormat "%h %l %u %t{[%Y-%m-%d %H:%M]} \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    CustomLog "S:\xtack\logs\xtack_apache24_access.log" combined
    CustomLog "S:\xtack\logs\xtack_apache24_super.log" combinede
</IfModule>
<IfModule alias_module>
    Alias /docs "S:\xtack\docs"
    Alias /pma "S:\xtack\bin\pma"
    Alias /pga "S:\xtack\bin\pga"
    ScriptAlias /cgi-bin "S:\xtack\bin\cgi-bin"
    ScriptAlias /p52 "S:\xtack\bin\p52"
    ScriptAlias /p53 "S:\xtack\bin\p53"
    ScriptAlias /p54 "S:\xtack\bin\p54"
    ScriptAlias /p55 "S:\xtack\bin\p55"
    ScriptAlias /p56 "S:\xtack\bin\p56"
    ScriptAlias /p70 "S:\xtack\bin\p70"
    ScriptAlias /p71 "S:\xtack\bin\p71"
</IfModule>
<IfModule cgid_module>
</IfModule>
<Directory "S:\xtack\bin\cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\docs">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\pma">
    Options Indexes FollowSymlinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\pga">
    Options Indexes FollowSymlinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p52">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p53">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p54">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p55">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p56">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p70">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<Directory "S:\xtack\bin\p71">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<IfModule mime_module>
    TypesConfig S:\xtack\bin\a24\conf\mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .php2
    AddType application/x-httpd-php .php3
    AddType application/x-httpd-php .php4
    AddType application/x-httpd-php .php5
    AddType application/x-httpd-php .p52
    AddType application/x-httpd-php .php52
    AddType application/x-httpd-php .p53
    AddType application/x-httpd-php .php53
    AddType application/x-httpd-php .p54
    AddType application/x-httpd-php .php54
    AddType application/x-httpd-php .p55
    AddType application/x-httpd-php .php55
    AddType application/x-httpd-php .p56
    AddType application/x-httpd-php .php56
    AddType application/x-httpd-php .p70
    AddType application/x-httpd-php .php70
    AddType application/x-httpd-php .p71
    AddType application/x-httpd-php .php71
    AddType application/x-httpd-php .phtml
    AddType application/x-httpd-php .phps
    AddType application/x-httpd-php .sphp
    AddType application/x-httpd-php .inc
    AddType application/x-httpd-php .class
    AddType application/x-httpd-php .module
    AddType application/x-tar .tgz
    AddType application/x-httpd-perl .pl
    AddType application/x-httpd-python .py
    AddType application/x-httpd-python .pyc
    AddType application/x-httpd-python .pyo
    AddType application/x-httpd-python .pyw
    AddType application/x-httpd-ruby .rb
    AddHandler cgi-script .cgi .pl .py .pyc .pyo .pyw .rb
    AddHandler type-map var
</IfModule>
Action application/x-httpd-php /p56/php-cgi.exe
<IfDefine PHP52CGI>
    Action application/x-httpd-php /p52/php-cgi.exe
</IfDefine>
<IfDefine PHP53CGI>
    Action application/x-httpd-php /p53/php-cgi.exe
</IfDefine>
<IfDefine PHP54CGI>
    Action application/x-httpd-php /p54/php-cgi.exe
</IfDefine>
<IfDefine PHP55CGI>
    Action application/x-httpd-php /p55/php-cgi.exe
</IfDefine>
<IfDefine PHP56CGI>
    Action application/x-httpd-php /p56/php-cgi.exe
</IfDefine>
<IfDefine PHP70CGI>
    Action application/x-httpd-php /p70/php-cgi.exe
</IfDefine>
<IfDefine PHP71CGI>
    Action application/x-httpd-php /p71/php-cgi.exe
</IfDefine>
<IfModule mpm_winnt_module>
    ThreadsPerChild       150
    MaxConnectionsPerChild    0
</IfModule>
IndexOptions FancyIndexing HTMLTable VersionSort
Alias /icons "S:\xtack\bin\icons"
<Directory "S:\xtack\bin\icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
AddIconByEncoding (CMP,S:\xtack\bin\icons\compressed.gif) x-compress x-gzip
AddIconByType (TXT,S:\xtack\bin\icons\text.gif) text/*
AddIconByType (IMG,S:\xtack\bin\icons\image2.gif) image/*
AddIconByType (SND,S:\xtack\bin\icons\sound2.gif) audio/*
AddIconByType (VID,S:\xtack\bin\icons\movie.gif) video/*
AddIcon S:\xtack\bin\icons\binary.gif .bin .exe
AddIcon S:\xtack\bin\icons\binhex.gif .hqx
AddIcon S:\xtack\bin\icons\tar.gif .tar
AddIcon S:\xtack\bin\icons\world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon S:\xtack\bin\icons\compressed.gif .Z .z .tgz .gz .zip
AddIcon S:\xtack\bin\icons\a.gif .ps .ai .eps
AddIcon S:\xtack\bin\icons\layout.gif .html .shtml .htm .pdf
AddIcon S:\xtack\bin\icons\text.gif .txt
AddIcon S:\xtack\bin\icons\c.gif .c
AddIcon S:\xtack\bin\icons\p.gif .pl .py
AddIcon S:\xtack\bin\icons\f.gif .for
AddIcon S:\xtack\bin\icons\dvi.gif .dvi
AddIcon S:\xtack\bin\icons\uuencoded.gif .uu
AddIcon S:\xtack\bin\icons\script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon S:\xtack\bin\icons\tex.gif .tex
AddIcon S:\xtack\bin\icons\bomb.gif core
AddIcon S:\xtack\bin\icons\back.gif ..
AddIcon S:\xtack\bin\icons\hand.right.gif README
AddIcon S:\xtack\bin\icons\folder.gif ^^DIRECTORY^^
AddIcon S:\xtack\bin\icons\blank.gif ^^BLANKICON^^
DefaultIcon S:\xtack\bin\icons\unknown.gif
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
<IfModule mod_userdir>
    UserDir "S:\xtack\www\users"
</IfModule>
<IfModule proxy_html_module>
Include S:\xtack\bin/a24\conf\extra\proxy-html.conf
</IfModule>
Timeout 60
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
UseCanonicalName Off
AccessFileName .htaccess
ServerTokens Full
ServerSignature Off
HostnameLookups Off
<IfModule reqtimeout_module>
  RequestReadTimeout header=20-40,MinRate=500 body=20,MinRate=500
</IfModule>
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
<IfModule setenvif_module>
BrowserMatch "MSIE 10.0;" bad_DNT
</IfModule>
<IfModule headers_module>
RequestHeader unset DNT env=bad_DNT
</IfModule>

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

APACHE 2.4.23 ERROR LOG (trace8) DURING FAULT:
==============================================
[Mon Aug 01 19:34:04.641070 2016] [unique_id:info] [pid 6508:tid 840] AH01566: using ip addr 192.168.56.1
[Mon Aug 01 19:34:05.187991 2016] [core:trace3] [pid 6508:tid 840] core.c(3269): Setting LogLevel for all modules to trace8
[Mon Aug 01 19:34:05.219243 2016] [unique_id:info] [pid 6508:tid 840] AH01566: using ip addr 192.168.56.1
[Mon Aug 01 19:34:06.000555 2016] [mpm_winnt:notice] [pid 6508:tid 840] AH00455: Apache/2.4.23 (Win32) configured -- resuming normal operations
[Mon Aug 01 19:34:06.000555 2016] [mpm_winnt:notice] [pid 6508:tid 840] AH00456: Apache Lounge VC14 Server built: Jul  1 2016 11:09:37
[Mon Aug 01 19:34:06.000555 2016] [core:notice] [pid 6508:tid 840] AH00094: Command line: 'S:\\xtack\\bin\\a24\\bin\\httpd.exe -d S:/xtack/bin/a24 -f S:\\xtack\\cfg\\apache24_port.conf -D PHP71CGI'
[Mon Aug 01 19:34:06.000555 2016] [core:debug] [pid 6508:tid 840] log.c(1543): AH02639: Using SO_REUSEPORT: no (0)
[Mon Aug 01 19:34:06.016182 2016] [mpm_winnt:notice] [pid 6508:tid 840] AH00418: Parent: Created child process 5764
[Mon Aug 01 19:34:06.016182 2016] [mpm_winnt:debug] [pid 6508:tid 840] mpm_winnt.c(429): AH00402: Parent: Sent the scoreboard to the child
[Mon Aug 01 19:34:07.156897 2016] [core:trace3] [pid 5764:tid 808] core.c(3269): Setting LogLevel for all modules to trace8
[Mon Aug 01 19:34:07.203775 2016] [unique_id:info] [pid 5764:tid 808] AH01566: using ip addr 192.168.56.1
[Mon Aug 01 19:34:08.300585 2016] [core:trace3] [pid 5764:tid 808] core.c(3269): Setting LogLevel for all modules to trace8
[Mon Aug 01 19:34:08.340438 2016] [unique_id:info] [pid 5764:tid 808] AH01566: using ip addr 192.168.56.1
[Mon Aug 01 19:34:09.008136 2016] [mpm_winnt:debug] [pid 5764:tid 808] mpm_winnt.c(1718): AH00453: Child process is running
[Mon Aug 01 19:34:09.008136 2016] [mpm_winnt:debug] [pid 6508:tid 840] mpm_winnt.c(512): AH00408: Parent: Duplicating socket 864 (0.0.0.0:80) and sending it to child process 5764
[Mon Aug 01 19:34:09.008136 2016] [mpm_winnt:debug] [pid 5764:tid 808] mpm_winnt.c(343): AH00391: Child: Retrieved our scoreboard from the parent.
[Mon Aug 01 19:34:09.008636 2016] [mpm_winnt:debug] [pid 5764:tid 808] mpm_winnt.c(465): AH00403: Child: Waiting for data for listening socket 0.0.0.0:80
[Mon Aug 01 19:34:09.015171 2016] [mpm_winnt:debug] [pid 6508:tid 840] mpm_winnt.c(512): AH00408: Parent: Duplicating socket 836 ([::]:80) and sending it to child process 5764
[Mon Aug 01 19:34:09.015171 2016] [mpm_winnt:debug] [pid 6508:tid 840] mpm_winnt.c(531): AH00411: Parent: Sent 2 listeners to child 5764
[Mon Aug 01 19:34:09.015171 2016] [core:trace4] [pid 6508:tid 840] mpm_common.c(531): mpm child 5764 (gen 0/slot 0) started
[Mon Aug 01 19:34:09.019653 2016] [mpm_winnt:debug] [pid 5764:tid 808] mpm_winnt.c(465): AH00403: Child: Waiting for data for listening socket [::]:80
[Mon Aug 01 19:34:09.020155 2016] [mpm_winnt:debug] [pid 5764:tid 808] mpm_winnt.c(490): AH00407: Child: retrieved 2 listeners from parent
[Mon Aug 01 19:34:09.020155 2016] [mpm_winnt:debug] [pid 5764:tid 808] child.c(1020): AH00352: Child: Acquired the start mutex.
[Mon Aug 01 19:34:09.020155 2016] [mpm_winnt:notice] [pid 5764:tid 808] AH00354: Child: Starting 150 worker threads.
[Mon Aug 01 19:34:09.036663 2016] [mpm_winnt:debug] [pid 5764:tid 2232] child.c(399): AH00334: Child: Accept thread listening on 0.0.0.0:80 using AcceptFilter data
[Mon Aug 01 19:34:09.036663 2016] [mpm_winnt:debug] [pid 5764:tid 2236] child.c(399): AH00334: Child: Accept thread listening on [::]:80 using AcceptFilter data
[Mon Aug 01 19:34:17.509619 2016] [core:trace5] [pid 5764:tid 2212] protocol.c(614): [client 127.0.0.1:49870] Request received from client: GET /docs/phpinfo.php HTTP/1.1
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(393): [client 127.0.0.1:49870] Headers received from client:
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   Host: 127.0.0.1
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   Accept-Language: en-US,en-GB;q=0.8,en;q=0.6,es-ES;q=0.4,es;q=0.2
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   Accept-Encoding: gzip, deflate
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   DNT: 1
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   Cookie: cookieconsent_dismissed=yes
[Mon Aug 01 19:34:17.509619 2016] [http:trace4] [pid 5764:tid 2212] http_request.c(396): [client 127.0.0.1:49870]   Connection: keep-alive
[Mon Aug 01 19:34:17.509619 2016] [authz_core:debug] [pid 5764:tid 2212] mod_authz_core.c(834): [client 127.0.0.1:49870] AH01628: authorization result: granted (no directives)
[Mon Aug 01 19:34:17.509619 2016] [core:trace3] [pid 5764:tid 2212] request.c(291): [client 127.0.0.1:49870] request authorized without authentication by access_checker_ex hook: /docs/phpinfo.php
[Mon Aug 01 19:34:17.525245 2016] [authz_core:debug] [pid 5764:tid 2212] mod_authz_core.c(834): [client 127.0.0.1:49870] AH01628: authorization result: granted (no directives)
[Mon Aug 01 19:34:17.525245 2016] [core:trace3] [pid 5764:tid 2212] request.c(291): [client 127.0.0.1:49870] request authorized without authentication by access_checker_ex hook: /p71/php-cgi.exe/docs/phpinfo.php
[Mon Aug 01 19:34:17.525245 2016] [authz_core:debug] [pid 5764:tid 2212] mod_authz_core.c(834): [client 127.0.0.1:49870] AH01628: authorization result: granted (no directives)
[Mon Aug 01 19:34:17.525245 2016] [core:trace3] [pid 5764:tid 2212] request.c(291): [client 127.0.0.1:49870] request authorized without authentication by access_checker_ex hook: /docs/phpinfo.php
[Mon Aug 01 19:34:22.618493 2016] [cgi:error] [pid 5764:tid 2212] [client 127.0.0.1:49870] End of script output before headers: php-cgi.exe
[Mon Aug 01 19:34:22.618493 2016] [http:trace3] [pid 5764:tid 2212] http_filters.c(1003): [client 127.0.0.1:49870] Response sent with status 500, headers:
[Mon Aug 01 19:34:22.618493 2016] [http:trace5] [pid 5764:tid 2212] http_filters.c(1012): [client 127.0.0.1:49870]   Date: Mon, 01 Aug 2016 17:34:17 GMT
[Mon Aug 01 19:34:22.618493 2016] [http:trace5] [pid 5764:tid 2212] http_filters.c(1015): [client 127.0.0.1:49870]   Server: Apache/2.4.23 (Win32)
[Mon Aug 01 19:34:22.618493 2016] [http:trace4] [pid 5764:tid 2212] http_filters.c(833): [client 127.0.0.1:49870]   Content-Length: 530
[Mon Aug 01 19:34:22.618493 2016] [http:trace4] [pid 5764:tid 2212] http_filters.c(833): [client 127.0.0.1:49870]   Connection: close
[Mon Aug 01 19:34:22.618493 2016] [http:trace4] [pid 5764:tid 2212] http_filters.c(833): [client 127.0.0.1:49870]   Content-Type: text/html; charset=iso-8859-1
[Mon Aug 01 19:34:22.618493 2016] [core:trace6] [pid 5764:tid 2212] core_filters.c(523): [client 127.0.0.1:49870] core_output_filter: flushing because of FLUSH bucket
[Mon Aug 01 19:34:22.680998 2016] [core:trace6] [pid 5764:tid 2212] core_filters.c(523): [client 127.0.0.1:49870] core_output_filter: flushing because of FLUSH bucket
[Mon Aug 01 19:34:28.719124 2016] [core:trace6] [pid 5764:tid 2212] core_filters.c(523): [client 127.0.0.1:49875] core_output_filter: flushing because of FLUSH bucket

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

WINDOWS 10 CRASH EVENT LOG ENTRY FOR APACHE 2.4.23:
===================================================
Level	Date and Time	Source	Event ID	Task Category
Error	2016-08-01 20:02:56	Application Error	1000	(100)	"Faulting application name: php-cgi.exe, version: 7.1.0.0, time stamp: 0x57901bea
Faulting module name: php_mbstring.dll, version: 7.1.0.0, time stamp: 0x5790217b
Exception code: 0xc0000005
Fault offset: 0x00026831
Faulting process id: 0x1b40
Faulting application start time: 0x01d1ec1eec5003c2
Faulting application path: S:\xtack\bin\p71\php-cgi.exe
Faulting module path: S:\xtack\bin\p71\ext\php_mbstring.dll
Report Id: 7f5a1cd9-1376-4dcd-a83c-54d42ecd16d4
Faulting package full name: 
Faulting package-relative application ID: "

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

WINDOWS 7 CRASH EVENT LOG ENTRY FOR APACHE 2.4.23:
==================================================
Level	Date and Time	Source	Event ID	Task Category
Error	2016-08-01 12:47:45	Application Error	1000	(100)	"Faulting application name: php-cgi.exe, version: 7.1.0.0, time stamp: 0x57901bea
Faulting module name: php_mbstring.dll, version: 7.1.0.0, time stamp: 0x5790217b
Exception code: 0xc0000005
Fault offset: 0x00026831
Faulting process id: 0xaa0
Faulting application start time: 0x01d1ebe221a42521
Faulting application path: S:\xtack\bin\p71\php-cgi.exe
Faulting module path: S:\xtack\bin\p71\ext\php_mbstring.dll
Report Id: 60f15afb-57d5-11e6-b684-70f39545186f"
Error	2016-08-01 12:47:23	Application Error	1000	(100)	"Faulting application name: php-cgi.exe, version: 7.1.0.0, time stamp: 0x57901bea
Faulting module name: php_mbstring.dll, version: 7.1.0.0, time stamp: 0x5790217b
Exception code: 0xc0000005
Fault offset: 0x00026831
Faulting process id: 0x2248
Faulting application start time: 0x01d1ebe21442e7df
Faulting application path: S:\xtack\bin\p71\php-cgi.exe
Faulting module path: S:\xtack\bin\p71\ext\php_mbstring.dll
Report Id: 53aef776-57d5-11e6-b684-70f39545186f"

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

WINDOWS 10 ERROR RECOVERY REPORT FOR APACHE 2.4.23:
===================================================
Version=1
EventType=APPCRASH
EventTime=131145464604019756
ReportType=2
Consent=1
UploadTime=131145464605113598
ReportIdentifier=2d40ec17-580e-11e6-85a3-48d705d4920e
IntegratorReportIdentifier=375346b6-30c2-4480-b74a-d0a7176251c5
WOW64=1
NsAppName=php-cgi.exe
Response.BucketId=8777cf9cd02dbc64faca9f6cee2288be
Response.BucketTable=1
Response.LegacyBucketId=108317630357
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=php-cgi.exe
Sig[1].Name=Application Version
Sig[1].Value=7.1.0.0
Sig[2].Name=Application Timestamp
Sig[2].Value=57901bea
Sig[3].Name=Fault Module Name
Sig[3].Value=php_mbstring.dll
Sig[4].Name=Fault Module Version
Sig[4].Value=7.1.0.0
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=5790217b
Sig[6].Name=Exception Code
Sig[6].Value=c0000005
Sig[7].Name=Exception Offset
Sig[7].Value=00026831
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=10.0.10586.2.0.0.256.48
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=2057
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=bdcb
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=bdcb33e65a9843796b7ec31cc25bda3b
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=b1e9
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=b1e9e5e7403b4fc1f3fdca02e40d62b6
UI[2]=S:\xtack\bin\p71\php-cgi.exe
UI[3]=CGI // FastCGI has stopped working
UI[4]=Windows can check online for a solution to the problem.
UI[5]=Check online for a solution and close the program
UI[6]=Check online for a solution later and close the program
UI[7]=Close the program
LoadedModule[0]=S:\xtack\bin\p71\php-cgi.exe
LoadedModule[1]=C:\WINDOWS\SYSTEM32\ntdll.dll
LoadedModule[2]=C:\WINDOWS\SYSTEM32\KERNEL32.DLL
LoadedModule[3]=C:\WINDOWS\SYSTEM32\KERNELBASE.dll
LoadedModule[4]=C:\Windows\SYSTEM32\guard32.dll
LoadedModule[5]=C:\WINDOWS\SYSTEM32\USER32.dll
LoadedModule[6]=C:\WINDOWS\SYSTEM32\GDI32.dll
LoadedModule[7]=C:\WINDOWS\SYSTEM32\ADVAPI32.dll
LoadedModule[8]=C:\WINDOWS\SYSTEM32\msvcrt.dll
LoadedModule[9]=C:\WINDOWS\SYSTEM32\sechost.dll
LoadedModule[10]=C:\WINDOWS\SYSTEM32\RPCRT4.dll
LoadedModule[11]=C:\WINDOWS\SYSTEM32\SspiCli.dll
LoadedModule[12]=C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
LoadedModule[13]=C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
LoadedModule[14]=C:\WINDOWS\SYSTEM32\SHLWAPI.dll
LoadedModule[15]=C:\WINDOWS\SYSTEM32\combase.dll
LoadedModule[16]=C:\WINDOWS\SYSTEM32\PSAPI.DLL
LoadedModule[17]=C:\WINDOWS\SYSTEM32\IMM32.DLL
LoadedModule[18]=C:\WINDOWS\system32\version.dll
LoadedModule[19]=C:\WINDOWS\SYSTEM32\ole32.dll
LoadedModule[20]=C:\WINDOWS\system32\fltlib.dll
LoadedModule[21]=C:\WINDOWS\SYSTEM32\ntmarta.dll
LoadedModule[22]=C:\WINDOWS\SYSTEM32\WS2_32.dll
LoadedModule[23]=S:\xtack\bin\p71\php7.dll
LoadedModule[24]=C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll
LoadedModule[25]=C:\WINDOWS\SYSTEM32\ucrtbase.dll
LoadedModule[26]=C:\WINDOWS\SYSTEM32\DNSAPI.dll
LoadedModule[27]=C:\WINDOWS\SYSTEM32\NSI.dll
LoadedModule[28]=S:\xtack\bin\p71\ext\php_opcache.dll
LoadedModule[29]=S:\xtack\bin\p71\ext\php_bz2.dll
LoadedModule[30]=S:\xtack\bin\p71\ext\php_curl.dll
LoadedModule[31]=C:\WINDOWS\SYSTEM32\WLDAP32.dll
LoadedModule[32]=C:\WINDOWS\SYSTEM32\Normaliz.dll
LoadedModule[33]=S:\xtack\bin\p71\libssh2.dll
LoadedModule[34]=S:\xtack\bin\p71\LIBEAY32.dll
LoadedModule[35]=C:\WINDOWS\SYSTEM32\CRYPT32.dll
LoadedModule[36]=C:\WINDOWS\SYSTEM32\MSASN1.dll
LoadedModule[37]=S:\xtack\bin\p71\SSLEAY32.dll
LoadedModule[38]=S:\xtack\bin\p71\ext\php_gd2.dll
LoadedModule[39]=S:\xtack\bin\p71\ext\php_gettext.dll
LoadedModule[40]=S:\xtack\bin\p71\ext\php_imap.dll
LoadedModule[41]=C:\WINDOWS\SYSTEM32\WINMM.dll
LoadedModule[42]=C:\WINDOWS\SYSTEM32\Secur32.dll
LoadedModule[43]=C:\WINDOWS\SYSTEM32\WINMMBASE.dll
LoadedModule[44]=C:\WINDOWS\SYSTEM32\cfgmgr32.dll
LoadedModule[45]=S:\xtack\bin\p71\ext\php_mbstring.dll
LoadedModule[46]=S:\xtack\bin\p71\ext\php_mysqli.dll
LoadedModule[47]=S:\xtack\bin\p71\ext\php_openssl.dll
LoadedModule[48]=S:\xtack\bin\p71\ext\php_pdo_mysql.dll
LoadedModule[49]=S:\xtack\bin\p71\ext\php_pdo_pgsql.dll
LoadedModule[50]=S:\xtack\bin\p71\LIBPQ.dll
LoadedModule[51]=C:\WINDOWS\SYSTEM32\SHELL32.dll
LoadedModule[52]=C:\WINDOWS\SYSTEM32\windows.storage.dll
LoadedModule[53]=C:\WINDOWS\SYSTEM32\kernel.appcore.dll
LoadedModule[54]=C:\WINDOWS\SYSTEM32\shcore.dll
LoadedModule[55]=C:\WINDOWS\SYSTEM32\powrprof.dll
LoadedModule[56]=C:\WINDOWS\SYSTEM32\profapi.dll
LoadedModule[57]=S:\xtack\bin\p71\ext\php_pgsql.dll
LoadedModule[58]=S:\xtack\bin\p71\ext\php_soap.dll
LoadedModule[59]=S:\xtack\bin\p71\ext\php_tidy.dll
LoadedModule[60]=S:\xtack\bin\p71\ext\php_xsl.dll
State[0].Key=Transport.DoneStage1
State[0].Value=1
FriendlyEventName=Stopped working
ConsentKey=APPCRASH
AppName=CGI // FastCGI
AppPath=S:\xtack\bin\p71\php-cgi.exe
NsPartner=windows
NsGroup=windows8
ApplicationIdentity=776A6D8978D7362C6DFD7BBF26443225
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC