473,385 Members | 1,944 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.

StackOverflowException in .NET Runtimes

Hi,

We have this on a production server same as test server running
Windows 2003 Standard SP1 with .NET SP1 installed.
and the same application on the production server return this, when loading
in event log:

The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: .NET
Runtime version 1.1.4322.2300- w3wp.exe - Common Language Runtime Debugging
Services: Application has generated an exception that could not be handled.

Process id=0x13c4 (5060), Thread id=0x11c4 (4548).

Click OK to terminate the application.
Click CANCEL to debug the application..

Then I run cordbg and I got this:
[thread 0x14ec] Unhandled exception generated: (0x1c2d007c)
<System.StackOverflo
wException>
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=<null>
_innerException=<null>
_helpURL=<null>
_stackTrace=<null>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x800703e9
_source=<null>
_xptrs=0x00000000
_xcode=0xe0434f4d

[007d] lea edx,[esi+4]

I checked all the settings but all seems to be the same, any clue what can be?

Thanks & Regards,
C.Dimitrov
Nov 19 '05 #1
2 1761
Sounds like an infinite loop. Get the call stack to help diagnose.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hi,

We have this on a production server same as test server running
Windows 2003 Standard SP1 with .NET SP1 installed.
and the same application on the production server return this, when
loading
in event log:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot
be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: .NET Runtime version 1.1.4322.2300-
w3wp.exe - Common Language Runtime Debugging Services: Application has
generated an exception that could not be handled.

Process id=0x13c4 (5060), Thread id=0x11c4 (4548).

Click OK to terminate the application.
Click CANCEL to debug the application..
Then I run cordbg and I got this:
[thread 0x14ec] Unhandled exception generated: (0x1c2d007c)
<System.StackOverflo
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=<null>
_innerException=<null>
_helpURL=<null>
_stackTrace=<null>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x800703e9
_source=<null>
_xptrs=0x00000000
_xcode=0xe0434f4d
[007d] lea edx,[esi+4]

I checked all the settings but all seems to be the same, any clue what
can be?

Thanks & Regards,
C.Dimitrov


Nov 19 '05 #2
Sounds like an infinite loop. Get the call stack to help diagnose.

-Brock
DevelopMentor
http://staff.develop.com/ballen
Hi,

We have this on a production server same as test server running
Windows 2003 Standard SP1 with .NET SP1 installed.
and the same application on the production server return this, when
loading
in event log:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot
be found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: .NET Runtime version 1.1.4322.2300-
w3wp.exe - Common Language Runtime Debugging Services: Application has
generated an exception that could not be handled.

Process id=0x13c4 (5060), Thread id=0x11c4 (4548).

Click OK to terminate the application.
Click CANCEL to debug the application..
Then I run cordbg and I got this:
[thread 0x14ec] Unhandled exception generated: (0x1c2d007c)
<System.StackOverflo
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=<null>
_innerException=<null>
_helpURL=<null>
_stackTrace=<null>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x800703e9
_source=<null>
_xptrs=0x00000000
_xcode=0xe0434f4d
[007d] lea edx,[esi+4]

I checked all the settings but all seems to be the same, any clue what
can be?

Thanks & Regards,
C.Dimitrov


Nov 19 '05 #3

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

Similar topics

5
by: Jesee | last post by:
I am reading Jeffrey Richter's book "Applied Microsoft .NET Framework programming",i came across "Exception handing". Page 405 says "If the stack overflow occurs within the CLR itself,your...
2
by: Anders Both | last post by:
In a system with asynkronius socket and different collection, there are some times throw a System.StackOverflowException . I cannot really figur out why , Can someone say something clever about...
0
by: Elizabeth | last post by:
I have C# dll which I compile using ComInterop True and generate tlb type library. When I call function from the C# dll using below code I get an error "StackOverflowException in mscorlib.dll" ...
3
by: Vladimir Arkhipov | last post by:
Hi, I noticed that finally block is not executed once I got StackOverflowException. Is that a known feature or a bug?
11
by: Alx Sharp | last post by:
Hello group... I've created a collection class that implements the following interfaces: IBindingList, IList, ICollection, IEnumerable and ITypedList: abstract class DataCollectionBase :...
20
by: zapov | last post by:
Hi! I'm having some wierd problems with this exception (error). If I use sql commands to insert data into sql server i get strange behaviour from my application. First I used a single...
3
by: Patrick.O.Ige | last post by:
Error:- System.StackOverflowException: Exception of type System.StackOverflowException was thrown. When is this thrown.. Any ideas
8
by: Lars-Erik Aabech | last post by:
Hi! I've got an asp.net page that works for all users except one and that one user only gets the error with a certain parameter set to a certain value. (Same value as the others, but for this...
10
by: Mae Lim | last post by:
Dear all, I'm new to C# WebServices. I compile the WebService project it return no errors "Build: 1 succeeded, 0 failed, 0 skipped". Basically I have 2 WebMethod, when I try to invoke the...
5
by: salad | last post by:
Is it preferable to create runtimes when distributing apps or preferable to expect the client to have valid versions of Office with Access on it. I have an app that requires Word and Outlook. So...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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.