Re: w3wp.exe. The memory could not be read
am 10.07.2007 04:41:32 von David Wang
On Jul 9, 10:18 am, Ronda Van Kleeck
wrote:
> Running W2k3 with SP1 and IIS ver. 6.
>
> We receive the following popup:
>
> w3wp.exe - Application Error.
> The instruction at "0x05f30396" referenced memory at "0x0000000d". The
> memory could not be read. Click Ok to termiate.
>
> Does anyone have any ideas on how to correct this error?
Some code inside of w3wp.exe has a logical bug trying to dereference
and read an invalid memory address. You'll need to get a memory dump
of the crash with a tool like DebugDiag *before* it happens to get the
stack backtrace and identify the culprit.
Once you identify the culprit, then you can try to get it fixed by the
responsible support personel, or it may be possible to avoid (though
not always possible). There is no way to correct the crash without
fixing the source code, and none of us have access to the source code.
http://blogs.msdn.com/david.wang/archive/2005/08/29/HOWTO_Un derstand_and_Diagnose_an_AppPool_Crash.aspx
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//