473,385 Members | 2,269 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

debugdiag webengine.dll

Recently installed 2.0 framework. Running one site under 2.0 and every day
at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe
faulting. After running debugdiag it indicates an error with "webengine.dll"
of which I can find absolutely nothing about on the internet. Any help would
be greatly appreciated.

Thank you,

In
w3wp__PID__2688__Date__03_03_2006__Time_06_55_42PM __765__Second_Chance_Exception_C0000005.dmp
the module \\?\c:\WINDOWS\microsoft.net\framework\v2.0.50727\ webengine.dll
has caused an access violation exception (0xC0000005) when trying to read
from memory location 0x0061002e on thread 31

Entry point mscorwks!Thread::intermediateThreadProc
Create time 3/3/2006 6:55:42 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
61002e 018a2710 800703e3 00000000
webengine!CorThreadPoolCompletionCallback+35 000003e3 00000000
018a2eb0
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+ 406 00000000
012cf604 00000000
mscorwks!Thread::intermediateThreadProc+49 0017e948 00000000
00000000
kernel32!BaseThreadStart+34 79ecafc5 0017e948 00000000
Mar 4 '06 #1
4 2444
My advice to to call Microsoft and pay for an incident call. This software
is new to market and as yet there is no large experience base to draw upon.
What I do know is that a fair few of people are reporting problems with 2.0
in production generally on the net, but that is to be expected this early on
in the lifecyle of the product. Once it comes of age, I think it will be a
great way to develop sites.

Bugless code simply doesent happen on something this big.

--
Terry Burns
http://TrainingOn.net
"stine" <st***@discussions.microsoft.com> wrote in message
news:08**********************************@microsof t.com...
Recently installed 2.0 framework. Running one site under 2.0 and every
day
at about 7:00 p.m. I get one error in the event log, 1000 indicating
w3wp.exe
faulting. After running debugdiag it indicates an error with
"webengine.dll"
of which I can find absolutely nothing about on the internet. Any help
would
be greatly appreciated.

Thank you,

In
w3wp__PID__2688__Date__03_03_2006__Time_06_55_42PM __765__Second_Chance_Exception_C0000005.dmp
the module \\?\c:\WINDOWS\microsoft.net\framework\v2.0.50727\ webengine.dll
has caused an access violation exception (0xC0000005) when trying to read
from memory location 0x0061002e on thread 31

Entry point mscorwks!Thread::intermediateThreadProc
Create time 3/3/2006 6:55:42 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
61002e 018a2710 800703e3 00000000
webengine!CorThreadPoolCompletionCallback+35 000003e3 00000000
018a2eb0
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+ 406 00000000
012cf604 00000000
mscorwks!Thread::intermediateThreadProc+49 0017e948 00000000
00000000
kernel32!BaseThreadStart+34 79ecafc5 0017e948 00000000

Mar 4 '06 #2
Hello stine,

I hesitate to offer something I found by googling but there is a kb article
written about an unhandled exception in w3wp.exe caused by webengine.dll
which results in a web application to be terminated:
http://support.microsoft.com/default...b;en-us;911816. The exception
occurs because of a policy change for how the .NET framework 2.0 is now
handling unhandled exceptions. It includes a workaround.

--
brians
http://www.limbertech.com
"stine" wrote:
Recently installed 2.0 framework. Running one site under 2.0 and every day
at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe
faulting. After running debugdiag it indicates an error with "webengine.dll"
of which I can find absolutely nothing about on the internet. Any help would
be greatly appreciated.

Thank you,

In
w3wp__PID__2688__Date__03_03_2006__Time_06_55_42PM __765__Second_Chance_Exception_C0000005.dmp
the module \\?\c:\WINDOWS\microsoft.net\framework\v2.0.50727\ webengine.dll
has caused an access violation exception (0xC0000005) when trying to read
from memory location 0x0061002e on thread 31

Entry point mscorwks!Thread::intermediateThreadProc
Create time 3/3/2006 6:55:42 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
61002e 018a2710 800703e3 00000000
webengine!CorThreadPoolCompletionCallback+35 000003e3 00000000
018a2eb0
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+ 406 00000000
012cf604 00000000
mscorwks!Thread::intermediateThreadProc+49 0017e948 00000000
00000000
kernel32!BaseThreadStart+34 79ecafc5 0017e948 00000000

Mar 4 '06 #3
I did notice something that may have helped, I had front page extensions
installed. I decided to try for giggles uninstalling the FP extensions and
restarting IIS. So far I made it through the first night without a dump.
This would appear strange and I will update this if it is elimated after a
few days in the hopes of helping someone else discover the situation I did.

On a side note, Brian, Thank you for pointing out that KB article although I
did read it before hand. One note to point out is this "When this problem
occurs, no exception information that you must have to understanding the
issue is logged in the Application log. However, an event message that is
similar to the following may be logged in the System log".

Stine
It does log event ID 1000 in the application log and doesn't log anything to
the System log.

"brians[MCSD]" wrote:
Hello stine,

I hesitate to offer something I found by googling but there is a kb article
written about an unhandled exception in w3wp.exe caused by webengine.dll
which results in a web application to be terminated:
http://support.microsoft.com/default...b;en-us;911816. The exception
occurs because of a policy change for how the .NET framework 2.0 is now
handling unhandled exceptions. It includes a workaround.

--
brians
http://www.limbertech.com
"stine" wrote:
Recently installed 2.0 framework. Running one site under 2.0 and every day
at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe
faulting. After running debugdiag it indicates an error with "webengine.dll"
of which I can find absolutely nothing about on the internet. Any help would
be greatly appreciated.

Thank you,

In
w3wp__PID__2688__Date__03_03_2006__Time_06_55_42PM __765__Second_Chance_Exception_C0000005.dmp
the module \\?\c:\WINDOWS\microsoft.net\framework\v2.0.50727\ webengine.dll
has caused an access violation exception (0xC0000005) when trying to read
from memory location 0x0061002e on thread 31

Entry point mscorwks!Thread::intermediateThreadProc
Create time 3/3/2006 6:55:42 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
61002e 018a2710 800703e3 00000000
webengine!CorThreadPoolCompletionCallback+35 000003e3 00000000
018a2eb0
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+ 406 00000000
012cf604 00000000
mscorwks!Thread::intermediateThreadProc+49 0017e948 00000000
00000000
kernel32!BaseThreadStart+34 79ecafc5 0017e948 00000000

Mar 5 '06 #4
This issue is still not resolved and all leads have come to a dead end. The
only way to resolved the issues is to run the pool as "Local System".

Take a look at the following threads:

http://forums.asp.net/1203282/ShowPost.aspx
"stine" wrote:
I did notice something that may have helped, I had front page extensions
installed. I decided to try for giggles uninstalling the FP extensions and
restarting IIS. So far I made it through the first night without a dump.
This would appear strange and I will update this if it is elimated after a
few days in the hopes of helping someone else discover the situation I did.

On a side note, Brian, Thank you for pointing out that KB article although I
did read it before hand. One note to point out is this "When this problem
occurs, no exception information that you must have to understanding the
issue is logged in the Application log. However, an event message that is
similar to the following may be logged in the System log".

Stine
It does log event ID 1000 in the application log and doesn't log anything to
the System log.

"brians[MCSD]" wrote:
Hello stine,

I hesitate to offer something I found by googling but there is a kb article
written about an unhandled exception in w3wp.exe caused by webengine.dll
which results in a web application to be terminated:
http://support.microsoft.com/default...b;en-us;911816. The exception
occurs because of a policy change for how the .NET framework 2.0 is now
handling unhandled exceptions. It includes a workaround.

--
brians
http://www.limbertech.com
"stine" wrote:
Recently installed 2.0 framework. Running one site under 2.0 and every day
at about 7:00 p.m. I get one error in the event log, 1000 indicating w3wp.exe
faulting. After running debugdiag it indicates an error with "webengine.dll"
of which I can find absolutely nothing about on the internet. Any help would
be greatly appreciated.

Thank you,

In
w3wp__PID__2688__Date__03_03_2006__Time_06_55_42PM __765__Second_Chance_Exception_C0000005.dmp
the module \\?\c:\WINDOWS\microsoft.net\framework\v2.0.50727\ webengine.dll
has caused an access violation exception (0xC0000005) when trying to read
from memory location 0x0061002e on thread 31

Entry point mscorwks!Thread::intermediateThreadProc
Create time 3/3/2006 6:55:42 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
61002e 018a2710 800703e3 00000000
webengine!CorThreadPoolCompletionCallback+35 000003e3 00000000
018a2eb0
mscorwks!ThreadpoolMgr::CompletionPortThreadStart+ 406 00000000
012cf604 00000000
mscorwks!Thread::intermediateThreadProc+49 0017e948 00000000
00000000
kernel32!BaseThreadStart+34 79ecafc5 0017e948 00000000

Mar 31 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Chris | last post by:
Error in the Event Log is: ..Net Runtime 2.0 Error Reporting Event ID 1000 Faulting application w3wp.exe, version 6.0.3790.0, stamp 3e8000e6, faulting module webengine.dll, version...
24
by: ekz | last post by:
Hi guys I have a very weird bug and will welcome gracefully any help We developed ASP.Net application that run on production server, Net Framework 1.1 , IIS 6.0, the application is huge, having...
1
by: ImSoLost | last post by:
My asp.net web application dies after an hour of processing (it's a long database parsing process) and the web page becomes a "Page could not be displayed" webpage. I looked in my event logs and...
10
by: Savanah | last post by:
Hello, I would like to call another page using POST method, something like this : Response.Redirect("http://www.mydomain.com/cgi-bin/log.dll?email="+tbLoginID"). I set this in my page <form...
0
by: lf | last post by:
I am trying to use debugdiag to diagnose a problem that we're having. I have gotten user dumps of both the inetinfo process and the aspnet_wp process (Windows 2000). However, I am having trouble...
4
by: Chris | last post by:
Good Morning, I have spent a considerable amount of time trying to get aspx pages to render in IIS 5.1 to no avail. At first I thought it was a problem with the installation of the Quickstarts...
3
by: =?Utf-8?B?TGV3aXMgTW90ZW4=?= | last post by:
Hello. We are having a problem here trying to compile C# applications. Only one developer has a problem where they attempt to compile the application and the compiler complains about being out of...
3
by: xoise | last post by:
I'm the server administrator for a small business and I have one app pool that is very problematic. There is one web site in the app pool that receives some pretty heavy usage (40-50k visitors a...
3
by: Johnson | last post by:
I'm not sure if this is an IIS 5.1 issue or ASP.NET issue, or Visual Studio 2008 issue -- thus posting to 3 groups. Please don't be offended. The problem I'm encountering is that Visual Studio...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.