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.2.17 with Faulting module name: libaprutil-1.dll
Author
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Fri 28 Oct '11 7:51    Post subject: Apache 2.2.17 with Faulting module name: libaprutil-1.dll Reply with quote

Today i got the below mentioned error message in Apache error log file.

Faulting application name: httpd.exe, version: 2.2.17.0, time stamp: 0x4cbbe9e8
Faulting module name: libaprutil-1.dll, version: 1.3.10.0, time stamp: 0x4cbbefe1
Exception code: 0xc0000005
Fault offset: 0x00001df9
Faulting process id: 0x1834
Faulting application start time: 0x01cc92bce3ff7b60
Faulting application path: C:\Apache2\bin\httpd.exe
Faulting module path: C:\Apache2\bin\libaprutil-1.dll
Report Id: 411b3e80-011f-11e1-8322-c21dd553a7bd


My conf is :

Windows Server 2008 R2
Apache 2.2.17
PHP-NTS with Mod_Fcgid

Thanks,
Back to top
James Blond
Moderator


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

PostPosted: Fri 28 Oct '11 13:53    Post subject: Reply with quote

What is in the windows event log about this?
Back to top
glsmith
Moderator


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

PostPosted: Fri 28 Oct '11 22:21    Post subject: Reply with quote

0xc0000005 is a memory access violation. It is going to be hard to pinpoint what is doing it and why.

I would however suggest upgrading Apache to 2.2.21, you will have a newer APR-Util as well as not be vulnerable to the range-header attack that can bring down not just Apache but the computer itself (by exhausting all ram on the computer)
Back to top
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Mon 31 Oct '11 7:54    Post subject: Reply with quote

Thanks and I will upgrade from 2.2.17 to 2.2.21,

I hope this version will help us and will update/post in case any issues.

Thanks,
Back to top
Qmpeltaty



Joined: 06 Feb 2008
Posts: 182
Location: Poland

PostPosted: Thu 03 Nov '11 12:34    Post subject: Reply with quote

elavarasan : You should not expect solving this issue by updating Apache as i have same issue on 2.2.21 Sad

Faulting application name: httpd.exe, version: 2.2.21.0, time stamp: 0x4e6a3015
Faulting module name: libaprutil-1.dll, version: 1.3.12.0, time stamp: 0x4e6a3002
Exception code: 0xc0000005
Fault offset: 0x00002ba4
Faulting process id: 0x29c0
Faulting application start time: 0x01cc998f70fe8dae
Faulting application path: C:\Apache2.2\bin\httpd.exe
Faulting module path: C:\Apache2.2\bin\libaprutil-1.dll
Report Id: e612fb1a-0598-11e1-909e-5ef3fc5c3477
Back to top
elavarasan



Joined: 26 Sep 2011
Posts: 53

PostPosted: Thu 03 Nov '11 13:54    Post subject: Reply with quote

Thanks and so what is the solution for this kind of issues. even if we use the latest with stable version.

any one can help us to fix this issues.

Thanks,
Back to top
James Blond
Moderator


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

PostPosted: Thu 03 Nov '11 17:59    Post subject: Reply with quote

The question is what cuases this error? An PHP script maybe?

On some boxes and I don't know why I had issues with the NTS version of PHP. The TS works well and is not so much slower. You might try that.
Back to top


Reply to topic   Topic: Apache 2.2.17 with Faulting module name: libaprutil-1.dll View previous topic :: View next topic
Post new topic   Forum Index -> Apache