![]() | Blog |
![]() | Releases |
Visual Studio 2005 crashes when debugging an application | |
---|---|
Date: 1/8/2013 Tags: vs2005 crash | I've just spent the better part of a day trying to troubleshoot this crash, so I'm going to post this here so that Google indexes it for the next poor soul that stubs their toe on it. Firstly I'll just outline the possibly relevant pre-conditions for this problem:
Faulting application name: devenv.exe, version: 8.0.50727.867, time stamp: 0x45d2c842 Faulting module name: KERNELBASE.dll, version: 6.1.7601.18015, time stamp: 0x50b83c8a Exception code: 0xe0434f4d Fault offset: 0x0000c41f Faulting process id: 0x22e0 Faulting application start time: 0x01ce8e70ca7eef80 Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\devenv.exe Faulting module path: C:\Windows\syswow64\KERNELBASE.dll Report Id: 0fb5f65e-fa64-11e2-8627-e05815f5174cNo one seemed to have the same issue as me. I tried lots of different things. Anyway I eventually stumbled on the problem by mere blind luck. In the add-in manager for VS2005 there was a "VSAddin" plugin that describes itself as an Extension to the VS debugger to support debugging UNIX based applications. And since I had recently uninstalled SUA to fix an unrelated issue I immediately twigged that this add-in was probably causing the crash. So I disabled it and restarted the IDE. Now it doesn't crash. *sigh* |
(0) Comments | Add Comment | |