Author |
|
elavarasan
Joined: 26 Sep 2011 Posts: 53
|
Posted: Fri 28 Oct '11 7:51 Post subject: Apache 2.2.17 with Faulting module name: libaprutil-1.dll |
|
|
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: 7364 Location: Germany, Next to Hamburg
|
Posted: Fri 28 Oct '11 13:53 Post subject: |
|
|
What is in the windows event log about this? |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 28 Oct '11 22:21 Post subject: |
|
|
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
|
Posted: Mon 31 Oct '11 7:54 Post subject: |
|
|
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
|
Posted: Thu 03 Nov '11 12:34 Post subject: |
|
|
elavarasan : You should not expect solving this issue by updating Apache as i have same issue on 2.2.21
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
|
Posted: Thu 03 Nov '11 13:54 Post subject: |
|
|
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: 7364 Location: Germany, Next to Hamburg
|
Posted: Thu 03 Nov '11 17:59 Post subject: |
|
|
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 |
|