Prev: COM+ Error
Next: Installation od IIS: file errors
From: Edward on 21 Mar 2006 13:39 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: Pat [MSFT] on 22 Mar 2006 01:54 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: Edward on 22 Mar 2006 15:21 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: Pat [MSFT] on 24 Mar 2006 11:34 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: Edward on 27 Mar 2006 12:11
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 > >> > >> > >> > > > |