From: Pat [MSFT] on
You don't need to post the entire .dmp file.

You can either:
1) Contact MS-Support and have them do an analysis for you
or
2) Download & Install WinDBG and use that to open the .dmp files. If you
decide to go this way, there are instructions in the WinDBG help file that
will walk you through obtaining a managed code thread stack. You can post
the stack to the group.


Pat



"Edward" <Edward(a)discussions.microsoft.com> wrote in message
news:A6899F52-83E1-45E0-9647-E508560E8A13(a)microsoft.com...
> Hi Pat
>
> Yes, I have a few .dmp files that were created.
>
> Can I send them to you in any way? They are 1.17GB though in total. I
> could send one which is about 105MB.
>
> Regards
> Edward
>
> "Pat [MSFT]" wrote:
>
>> Was a .dmp file created? It appears that either:
>> a) WebEngine.dll crashed
>> or
>> b) Managed code called from WebEngine.dll crashed.
>>
>>
>> pat
>>
>> "Edward" <Edward(a)discussions.microsoft.com> wrote in message
>> news:A45B636F-327A-4550-914F-F449E570FDB1(a)microsoft.com...
>> > Hi Pat
>> >
>> > I used IIS Debug Diagnostics Tool to gather the following crash:
>> >
>> > Type of Analysis Performed Crash Analysis
>> > Machine Name PROXIMA
>> > Operating System Windows Server 2003 Service Pack 1
>> > Number Of Processors 2
>> > Process ID 7688
>> > Process Image d:\WINDOWS\system32\inetsrv\w3wp.exe
>> > System Up-Time 1 day(s) 02:21:32
>> > Process Up-Time 0 day(s) 00:08:22
>> >
>> > Thread 25 - System ID 6948
>> > Entry point mscorwks!Thread::intermediateThreadProc
>> > Create time 3/22/2006 8:07:58 PM
>> > Time spent in user mode 0 Days 0:0:0.0
>> > Time spent in kernel mode 0 Days 0:0:0.0
>> >
>> > Function Arg 1 Arg 2 Arg 3 Source
>> > 1f0001 01892710 800703e3 00000000
>> > webengine!CorThreadPoolCompletionCallback+35 000003e3 00000000
>> > 018930a8
>> > mscorwks!ThreadpoolMgr::CompletionPortThreadStart+406 00000000
>> > b5c27ac0 87707550
>> > mscorwks!Thread::intermediateThreadProc+49 000b5408 00000000
>> > 00000000
>> > kernel32!BaseThreadStart+34 79ecafc5 000b5408 00000000
>> >
>> >
>> > Image Name:
>> > \\?\d:\WINDOWS\microsoft.net\framework\v2.0.50727\webengine.dll
>> > Symbol Type: PDB
>> > Base address: 0x6a2a0000 Time Stamp: Fri Sep 23 13:53:08 2005
>> > Checksum: 0x0004a774 Comments: Flavor=Retail
>> > COM DLL: False Company Name: Microsoft Corporation
>> > ISAPIExtension: False File Description: Microsoft ASP.NET Support
>> > DLL
>> > ISAPIFilter: False File Version: 2.0.50727.42 (RTM.050727-4200)
>> > Managed DLL: False Internal Name: webengine.dll
>> > VB DLL: False Legal Copyright: ? Microsoft Corporation. All rights
>> > reserved.
>> > Loaded Image Name: webengine.dll Legal Trademarks:
>> > Mapped Image Name: Original filename: webengine.dll
>> > Module name: webengine Private Build:
>> > Single Threaded: False Product Name: Microsoft? .NET Framework
>> > Module Size: 304.00 KBytes Product Version: 2.0.50727.42
>> > Symbol File Name:
>> > c:\symcache\webengine.pdb\2EDCD5DD03B24BC4BAD6ACEBA4A4AB972\webengine.pdb
>> > Special Build: &
>> >
>> > ----------------------------------------------------------------------------------------------
>> >
>> >
>> >
>> > Hope this helps. I could not find the iisstate.exe file.
>> >
>> > Regards
>> > Edward
>> >
>> >
>> > "Pat [MSFT]" wrote:
>> >
>> >> Run iisstate:
>> >>
>> >> iisstate -p <pid of w3wp.exe> -sc -d <enter>
>> >>
>> >> Once you run it, IISState will attach and wait for the crash. Once it
>> >> happens, a log will be created - which you can post and we can
>> >> diagnose.
>> >>
>> >>
>> >> Pat
>> >>
>> >> "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?
>> >> >
>> >> > Regards
>> >> > Edward
>> >>
>> >>
>> >>
>>
>>
>>


From: Stephen Woolhead on

"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.


From: Stephen Woolhead on

"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.
>

Should have added I don't get the same problem if I run as LocalSystem
instead of LocalService.

Stephen.


From: Pat [MSFT] on
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.
>


From: Stephen Woolhead on
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.
>>
>
>


First  |  Prev  |  Next  |  Last
Pages: 1 2 3
Prev: COM+ Error
Next: Installation od IIS: file errors