Prev: COM+ Error
Next: Installation od IIS: file errors
From: Pat [MSFT] on 11 Apr 2006 12:51 It's a bug - contact ms-support and see if there is a hotfix available. pat "Stephen Woolhead" <gtl(a)nospam.nospam> wrote in message news:%23Nb$4bLXGHA.128(a)TK2MSFTNGP05.phx.gbl... > Should have said I know how to read a stack trace, yes it's faulting in > webengine.dll, but why? Webenginge is a core part of IIS/ASPNET so anyone > know whats going on? It's not as though I'm doing anything odd, simple > 'Hello world' default.aspx is all that's in the site. > > Stephen. > > "Pat [MSFT]" <patfilot(a)online.microsoft.com> wrote in message > news:OES8RILXGHA.3440(a)TK2MSFTNGP02.phx.gbl... >> This indicates a crash in webengine.dll. >> >> Pat >> >> "Stephen Woolhead" <gtl(a)nospam.nospam> wrote in message >> news:%23ZEKSznWGHA.4972(a)TK2MSFTNGP02.phx.gbl... >>> >>> "Edward" <Edward(a)discussions.microsoft.com> wrote in message >>> news:B6BC979E-910F-489F-ACB1-593825731B85(a)microsoft.com... >>>> Hiya All >>>> >>>> I'm running ASP.NET version 2 websites on a server with Windows Server >>>> 2003 >>>> (SP1), but I keep receiving the following type of error messages >>>> popping up: >>>> >>>> Application popup: w3wp.exe - Application Error : The instruction at >>>> "0x001f0001" referenced memory at "0x800703e3". The memory could not be >>>> "written". >>>> >>>> Does anyone have any suggestions? >>> >>> I have the same issue at the moment, every site on one of my servers >>> generates the the same error when the appPool closes. I attached Windbg >>> and got this. >>> >>> ModLoad: 5e380000 5e409000 >>> C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll >>> (1288.12d0): CLR exception - code e0434f4d (first chance) >>> (1288.12d0): C++ EH exception - code e06d7363 (first chance) >>> (1288.12d0): CLR exception - code e0434f4d (first chance) >>> (1288.12d0): CLR exception - code e0434f4d (first chance) >>> (1288.12d0): CLR exception - code e0434f4d (first chance) >>> (1288.12d0): C++ EH exception - code e06d7363 (first chance) >>> (1288.12d0): C++ EH exception - code e06d7363 (first chance) >>> (1288.1500): Access violation - code c0000005 (first chance) >>> First chance exceptions are reported before any exception handling. >>> This exception may be expected and handled. >>> eax=800703e3 ebx=00000001 ecx=019b2710 edx=019b3a50 esi=006f004c >>> edi=000003e3 >>> eip=6a2a2fec esp=0135fc20 ebp=000cc838 iopl=0 nv up ei ng nz na >>> pe nc >>> cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010282 >>> webengine!CorThreadPoolCompletionCallback+0x32: >>> 6a2a2fec ff560c call dword ptr [esi+0xc] >>> ds:0023:006f0058=???????? >>> >>> This a a simple site (new project in VS2005, single page, no changes) >>> >>> Stephen. >>> >> >> > > |