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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4.39 randomly crash win module kernelbase.dll
Author
lebpa001



Joined: 20 Sep 2019
Posts: 1
Location: Canada, Quebec

PostPosted: Fri 20 Sep '19 19:22    Post subject: Apache 2.4.39 randomly crash win module kernelbase.dll Reply with quote

Wampserver 3.1.9 32bit on Windows server 2008 R2 64bit
apache 2.4.39
Php 7.3.5
Mysql 5.7.26

all VC ++ packages are installed until VC16

I'm using wamp 32 bit because my application has to use an old 32 bit ODBC driver. I have this httpd error regularly and randomly:

Apache log file
Quote:

[mpm_winnt:notice] [pid 1700:tid 440] AH00428: Parent: child process 2140 exited with status 255 -- Restarting.


Windows application log
Quote:

Nom de l’application défaillante httpd.exe, version : 2.4.39.0, horodatage : 0x5c9c9df6
Nom du module défaillant : KERNELBASE.dll, version : 6.1.7601.24520, horodatage : 0x5d673e9b
Code d’exception : 0xc000008e
Décalage d’erreur : 0x0000c5af
ID du processus défaillant : 0x85c
Heure de début de l’application défaillante : 0x01d56fc5f2b87cf8
Chemin d’accès de l’application défaillante : C:\wamp\bin\apache\apache2.4.39\bin\httpd.exe
Chemin d’accès du module défaillant: C:\Windows\syswow64\KERNELBASE.dll
ID de rapport : 315838ae-dbb9-11e9-8fc5-00155dc94d02


Thanks for your help!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Tue 24 Sep '19 11:04    Post subject: Reply with quote

The error code 0xc000008e means "Floating point division by zero"

Where do you load the ODBC driver? In apache in PHP? Does PHP run as module or over fcgid?
Back to top


Reply to topic   Topic: Apache 2.4.39 randomly crash win module kernelbase.dll View previous topic :: View next topic
Post new topic   Forum Index -> Apache