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: httpd.exe crash in php7ts.dll
Author
tdellinger



Joined: 19 Jul 2018
Posts: 8
Location: US, McKinney TX

PostPosted: Fri 16 Nov '18 17:56    Post subject: httpd.exe crash in php7ts.dll Reply with quote

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: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 21 Nov '18 19:01    Post subject: Reply with quote

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: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 22 Nov '18 10:50    Post subject: Reply with quote

Did you download php_win32service.dll from https://pecl.php.net/package/win32service/0.3.0/windows? And php_sync.dll from https://pecl.php.net/package/sync/1.1.1/windows?

If you can pinpoint what is causing the crash, you should file a bug report at https://bugs.php.net/

Anyway: switch to mod_fcgid (and the NTS version), as James is recommending.
Back to top
tdellinger



Joined: 19 Jul 2018
Posts: 8
Location: US, McKinney TX

PostPosted: Mon 26 Nov '18 19:52    Post subject: Reply with quote

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


Reply to topic   Topic: httpd.exe crash in php7ts.dll View previous topic :: View next topic
Post new topic   Forum Index -> Other Software