How to find the source of a StackOverflowException in my application
I have a StackOverFlow occurring somewhere in my application - and I'm
trying to figure out ways to track it down.
My event logs show a crash every day or so with the following information:
Faulting application name: MyApp.exe, version: 1.0.0.0, time stamp:
0x522e8317
Faulting module name: clr.dll, version: 4.0.30319.18047, time stamp:
0x515530ce
Exception code: 0xc00000fd
Fault offset: 0x000000000000c657
Faulting process id: 0x117fc
Faulting application start time: 0x01ceadf607b184d2
Faulting application path: C:\Users\Administrator\Desktop\MyApp.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: d52424aa-1a16-11e3-bc4b-002590a4ec55
I read that 0xc00000fd is a stack overflow, but I am unsure on where it
could be occurring (very large codebase), and how to track it down. Any
ideas?
 
No comments:
Post a Comment