logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Appcrash httpd.exe
Author
mariop2001



Joined: 27 Mar 2019
Posts: 4
Location: Mexico

PostPosted: Wed 27 Mar '19 18:18    Post subject: Appcrash httpd.exe Reply with quote

Hi, i have installed Wampserver 3.1.7 (Apache 2.4.38a, PHP 7.1.1, MySQL 5.7.17) on Windows Server 2012 R2.

It had been working well, but during the last month the app suddenly crash. In the events from Windows, shows next information:

-------------------------
Nombre de la aplicación con errores: httpd.exe, versión: 2.4.38.0, marca de tiempo: 0x5c41d445
Nombre del módulo con errores: ntdll.dll, versión: 6.3.9600.19153, marca de tiempo: 0x5b93ffa7
Código de excepción: 0xc0000374
Desplazamiento de errores: 0x00000000000f1cd0
Identificador del proceso con errores: 0x1a0c
Hora de inicio de la aplicación con errores: 0x01d4d2aa9a6522de
Ruta de acceso de la aplicación con errores: C:\wamp64\bin\apache\apache2.4.38\bin\httpd.exe
Ruta de acceso del módulo con errores: C:\Windows\SYSTEM32\ntdll.dll
Identificador del informe: aed9af77-3eef-11e9-8159-0894ef2ae8ee
Nombre completo del paquete con errores:
Identificador de aplicación relativa del paquete con errores:
-------------------------

In the section "details", appears:
-------------------------
httpd.exe
2.4.38.0
5c41d445
ntdll.dll
6.3.9600.19153
5b93ffa7
c0000374
00000000000f1cd0
1a0c
01d4d2aa9a6522de
C:\wamp64\bin\apache\apache2.4.38\bin\httpd.exe
C:\Windows\SYSTEM32\ntdll.dll
aed9af77-3eef-11e9-8159-0894ef2ae8ee

Apache error logs, show:
-------------------------
https://www.hastebin.com/somavenixe.cs or https://apaste.info/oflH
-------------------------

Thanks for help...

Moderator note: Saved the log to external
Also note that Exception 0xC0000374 is a Heap Corruption
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 28 Mar '19 13:59    Post subject: Reply with quote

Are you running PHP 7.1 in the TS version (mod_php, php7apache2_4.dll)?

If so, switch to using mod_fcgid+NTS and/or upgrade to PHP 7.2.

See https://www.apachelounge.com/viewtopic.php?t=7008 (especially the last reply in that topic with a warning by the PHP devs about 7.1 Thread Safe).
Back to top
mariop2001



Joined: 27 Mar 2019
Posts: 4
Location: Mexico

PostPosted: Thu 28 Mar '19 23:25    Post subject: Reply with quote

I use the application Wampserver 3.1.7 (Apache 2.4.38a, PHP 7.1.1, MySQL 5.7.17) on Windows Server 2012 R2, so i installed the addon for PHP to change the version to 7.2.0 and the Thread Safety is enabled still... i found another "solution" downloading php files from https://windows.php.net/download/#php-7.3-nts-VC15-x64 selecting the Non Thread Safety and install it, but nothing happens.. for some reason it appears that using Windows as a server, the Thread Safety is always on.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 29 Mar '19 0:11    Post subject: Reply with quote

In Wampserver the thread safety is always on, but with a manual install you can change to mod_fcgid. More important: did upgrading to PHP 7.2 solve the issue?
Back to top
mariop2001



Joined: 27 Mar 2019
Posts: 4
Location: Mexico

PostPosted: Fri 29 Mar '19 1:22    Post subject: Reply with quote

I did the manual install without success changing to mod_fcgid with the Non Thread Safety files and PHP 7.2.
I will uninstall wampserver and try again all the process.

Thanks!
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Fri 29 Mar '19 3:36    Post subject: Reply with quote

Did Wampserver with the TS PHP 7.2 still crash?
Back to top
mariop2001



Joined: 27 Mar 2019
Posts: 4
Location: Mexico

PostPosted: Mon 01 Apr '19 23:05    Post subject: Reply with quote

I'm working on that, i think i have to reinstall WampServer again (new installation) and only copy the configuration files and reinstall services.

Thanks!
Back to top


Reply to topic   Topic: Appcrash httpd.exe View previous topic :: View next topic
Post new topic   Forum Index -> Other Software