Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4974 Discussions

Visual Studio 2013 crashes when attempting to build project

Curtis_H_
Beginner
389 Views

I'm using Visual Studio 2013 Update 4 on Windows 7 Pro with Intel VTune 2015 Update 2.  I've been using VTune and Visual Studio just fine for the past few days, but I've recently hit a massive roadblock.  Visual Studio will crash with a null reference exception whenever I try to build the working solution.

Here's the call stack error:

Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack:
   at Intel.CommonTools.OptReportContextFilter.UpdateLocalFilter(Boolean)
   at Intel.CommonTools.OptReportContextFilter.UpdateInfo(Boolean)
   at Intel.CommonTools.OptReportContextFilter.<.ctor>b__0(System.Object, System.ComponentModel.PropertyChangedEventArgs)
   at System.ComponentModel.PropertyChangedEventHandler.Invoke(System.Object, System.ComponentModel.PropertyChangedEventArgs)
   at Intel.Misc.Utilities.BaseViewModel.NotifyPropertyChanged(System.String)
   at Intel.CommonTools.SearchPatternFilter.<.ctor>b__0(System.Object, System.EventArgs)
   at System.Windows.Threading.DispatcherTimer.FireTick(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)

And the Application Error

Faulting application name: devenv.exe, version: 12.0.31101.0, time stamp: 0x54548724
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x0f05ee37
Faulting process id: 0x19cc
Faulting application start time: 0x01d080f92ae9caca
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe
Faulting module path: unknown
Report Id: a4eb98b8-ecec-11e4-89a2-00031d0eda29

 

0 Kudos
3 Replies
Curtis_H_
Beginner
389 Views

Wrong forum.  This is a problem with the Intel Compiler.  I uninstalled VTune and am still having problems.
 

0 Kudos
Curtis_H_
Beginner
389 Views

Fixed my problem.  I deleted all .db3 and .sdf files from by development folder, and now everything is hunky dory.

0 Kudos
Bernard
Valued Contributor I
389 Views

Typical Access Violation exception. I think that it was caused by Intel component.

0 Kudos
Reply