NGen introduces instability



We have a section of code that executes cleanly until that code is
NGen'ed. After a native image has been created, that same section of
code produces a .NET Runtime Fatal Execution Engine Failure and the
application closes without warning.

Here is the error for the Event Viewer: .NET Runtime version
2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506)

We've re-created this issue on XP, Win2000, and Win2003. We've executed
the native image in the debugger; however the debugger does not produce
anything insightful.

Has anyone else encountered this?

Thank you for your time,
Bill O'Neill

.



Relevant Pages

  • Re: NGen introduces instability
    ... >> the native image in the debugger; ... >> Bill O'Neil ... The IL executes just fine, ... I don't know what causes it to crash. ...
    (microsoft.public.dotnet.framework)
  • Re: NGen introduces instability
    ... I've narrowed it down to one line, but I can not re-create the issue in ... Class2 constructor the exception is raised but the application executes ... the native image in the debugger; ... I don't know what causes it to crash. ...
    (microsoft.public.dotnet.framework)
  • Re: Is Unicode character a vowel?
    ... One of the problems of many statements on one line is that the debugger is line-oriented, ... so it executes all statements on the line before proceeding. ... A trick I show my students is for a polling loop ... Actually i find them very helpful for efficient maintainability. ...
    (microsoft.public.vc.mfc)
  • Program Flow - dumb question
    ... I'm trying to debug a tcl application but I am having a hard time ... debugger and I set breakpoints at all procs so I can trace how it ... explains how tcl executes an application? ...
    (comp.lang.tcl)
  • Re: Single statement execution
    ... >> My app executes C# user scripts via dynamic code execution. ... >> Is it possible to execute the scripts single step wise like a debugger ...
    (microsoft.public.dotnet.languages.csharp)

Loading