Are there any possible scenarios where the stack trace may be completely empty? I was sent the text of the event log, copied from the machine event Event Properties, which states the following:
Description : An unhandled exception occurred and the process was aborted.
Application ID : DefaultDomain
Process ID : 123
Exception : System.OutOfMemoryException
Message : An exception of type 'System.OutOfMemoryException' was thrown.
Stacktrace :
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp .
The stack trace looks suspicious to me. I searched a lot on forums and in docs - there was nothing about Stack Trace being empty. Only MSDN mentions: "The StackTrace property may not report as many method calls as expected due to code transformations, such as inlining, that occur during optimization." but nothing about the lack of messages about a method call at all.
I need to be sure before I contact him for confirmation, because this is a multi-level communication and it will take time for an answer.
Any corrections to my suspects that the stack trace cannot be empty?
source share