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 crash in libaprutil-1.dll
Author
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Wed 30 Jan '13 13:37    Post subject: Apache crash in libaprutil-1.dll Reply with quote

I currently use
Apache/2.2.23 (Win64)+mod_fcgid/2.3.7 (x64) + mod_ssl/2.2.23+OpenSSL/1.0.1c + PHP5.2.17(x86).
4-5 times a day I get an error like this:

Code:
Faulting application name: httpd.exe, version: 2.2.23.0, time stamp: 0x5037670b
Faulting module name: libaprutil-1.dll, version: 1.4.1.0, time stamp: 0x5037679a
Exception code: 0xc0000005
Fault offset: 0x0000000000001023


Exception and offset are always the same, Apache gets itself restarted (code 255), hosted sites work as they should.

Additionally, there is a corresponding event in WER-Diagnostics log:
Code:
Possible heap corruption detected (exception code 3221225477). Initiating further diagnostics.


Could you please help me to find out what the reason is?[/code]
Back to top
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Mon 18 Feb '13 11:00    Post subject: Reply with quote

Same thing after upgrading to 2.4.
Back to top
Jan-E



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

PostPosted: Mon 18 Feb '13 16:12    Post subject: Reply with quote

PHP 5.2.17 is really old and certainly is not compiled with OpenSSL 1.0.1c. If possible, do not mix SSL versions.

I am not sure about mod_fcgid (x64) loading PHP (x86), but others on this forum might know it.
Back to top
James Blond
Moderator


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

PostPosted: Mon 18 Feb '13 16:26    Post subject: Reply with quote

If using pure mod_fcgid php solution it doesn't metter which PHP version with which OpenSSL Version since it runs separated.

However upgrading PHP won't hurt.
Back to top
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Mon 18 Feb '13 19:12    Post subject: Reply with quote

Yeah but the hosted sites are really old and poorly documented, so I guess it's better to let it be, as long as it's just a log entry and everything runs fine.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Mon 18 Feb '13 21:55    Post subject: Reply with quote

Anytime you have a mismatch between Apache & PHP, mod_fcgid is the way to go.
Back to top
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Wed 20 Feb '13 12:31    Post subject: Reply with quote

As you can see, I already use it.
BTW, those crashes certainly have something to do with EnableSendfile. I turned it off, and there are no crashes so far.
Back to top
CamaroSS



Joined: 24 Jan 2013
Posts: 78
Location: RF, Tver

PostPosted: Thu 21 Feb '13 7:39    Post subject: Reply with quote

OK, it seems like the problem is solved, though download speed dropped significantly. Luckily, there are no large downloads.
Back to top


Reply to topic   Topic: Apache crash in libaprutil-1.dll View previous topic :: View next topic
Post new topic   Forum Index -> Apache