Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: httpd.exe crash in php7ts.dll |
|
Author |
|
tdellinger
Joined: 19 Jul 2018 Posts: 8 Location: US, McKinney TX
|
Posted: Fri 16 Nov '18 17:56 Post subject: httpd.exe crash in php7ts.dll |
|
|
At one of our sites, we are running Apache 2.4.34 and php 7.2.12 64 bit Windows. Periodically we are seeing php7ts.dll crashes with exception 0xc0000005. I checked the extensions and they are all the ones delivered with php with the exception of php_sync.dll and php_win32service.dll. Could these be causing the problem? Or is there something else I need to look at?
Thanks in advance for your help |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 21 Nov '18 19:01 Post subject: |
|
|
I don't know that extensions, but php extensions for windows used to crash apache in the past.
The 0xc0000005 is access violation. Maybe you can see something about it in the windows event log or apache error log.
It is recommended to save php error and php start up errors in a log (you can set both in php.ini)
Also if apache crashes too often I recommend to use mod_fcgid. That makes apache more stable. You can find that in the how to
https://www.apachelounge.com/viewtopic.php?t=2394
if you still have a question please ask again. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
|
Back to top |
|
tdellinger
Joined: 19 Jul 2018 Posts: 8 Location: US, McKinney TX
|
Posted: Mon 26 Nov '18 19:52 Post subject: |
|
|
James,
I checked the Windows event log, the Apache error log, the PHP error and PHP startup logs, but only found information in the Windows event log. Unfortunately, I can't really correlate the Windows event log error to anything specific.
Jan-E,
Yes, I did download the 2 dlls from the sites you mentioned.
James and Jan-E,
Thank you for your responses and information. I will look into using mod_fcgid, though I wish there was a way to isolate the specific problem. |
|
Back to top |
|
|
|
|
|
|