2

Im using a WPF and somehow today i got this new crash info:

Description: The process was terminated due to an internal error in the .NET Runtime at IP 6AD0B1AC (6A9B0000) with exit code e0004743.

I have no idea what this is. I've tried to google it but i couldn't find anything related to this exit code.

Rui
  • 387
  • 7
  • 22
  • You should give us more informations... – Alberto Mar 05 '14 at 16:41
  • Well i dont have more information to give. The app was idle by the time it crashed, then this is what event viewer gives to me. – Rui Mar 05 '14 at 16:50
  • Can you reproduce the error? – M.A. Hanin Mar 05 '14 at 16:52
  • Are you using an x64 .NET 4.0 application? http://support.microsoft.com/kb/2679415 – Richard Deeming Mar 05 '14 at 16:57
  • Open Event Viewer and see there are any log entries against your application or .Net Framework by any chance. – Deepansh Gupta Mar 05 '14 at 16:57
  • Possibly related to: http://stackoverflow.com/questions/4367664/application-crashes-with-internal-error-in-the-net-runtime – Richard Deeming Mar 05 '14 at 16:57
  • 2
    That's a novel one. Microsoft programmers like using "readable" exception codes, 0x4743 spells "GC" in ascii. So a corrupted gc heap is a pretty likely underlying cause. Sounds like you are using .NET 4.0, be sure to let Windows Update deploy updates. Look for unmanaged code corrupting the heap. – Hans Passant Mar 05 '14 at 17:17
  • @M.A.Hanin i've been trying to reproduce but no success so far. – Rui Mar 06 '14 at 08:49
  • @DeepanshGupta no there is nothing on event viewer that shows any entry against my .net app. – Rui Mar 06 '14 at 08:50
  • @RichardDeeming yes im using a x64 and .NET 4.0 application. – Rui Mar 06 '14 at 08:50
  • @HansPassant Thank you i will check if the pc has the updates enabled. – Rui Mar 06 '14 at 08:52
  • So i think i have found something, right before the crash i can see a msiexec(7004) Instace: The database engine stopped the instance (0). With the message below: Dirty Shutdown: 0. My application is using SQLServer 2012 to connect with can that be somehow related to the issue? – Rui Mar 06 '14 at 09:10

0 Answers0