Since installing Intel VTune Amplifier XE 2016 update1, I crash regularly when running the tool from within Visual Studio 2013. I am running on WIndows 10. I start the profiler, let it run for a while, and then stop it (doesn't matter whether I press the "stop" button or exit the program normally). The event viewer logs have:
Faulting application name: amplxe-runss.exe, version: 0.0.0.0, time stamp: 0x561d8a1c
Faulting module name: ntdll.dll, version: 10.0.10240.16430, time stamp: 0x55c59f92
Exception code: 0xc0000374
Fault offset: 0x00000000000ea28c
Faulting process id: 0x1368
Faulting application start time: 0x01d10e849c7321c0
Faulting application path: C:\Program Files (x86)\IntelSWTools\VTune Amplifier XE 2016\bin64\amplxe-runss.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 25e07795-1769-43f7-b72d-07b350b86205
Faulting package full name:
Faulting package-relative application ID:
I get a crash dump (about 10 MB), but I have little experience working with these to extract more information. On the latest crash, I get the usual Windows dialog about the program having a problem and "searching for a solution". When I dismiss the dialog, VTune continues to collect the trace information and finally displayed the results. However, in other situations the trace is not collected, and in one case the UI where the collected information is displayed showed up as a solid black region.
Anyone else have similar problems? Thanks.