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

Failed to finalize the result error

Robert_Aronsson
Beginner
490 Views
I have Update 3 installed of VTune 2011.
The situaiton is more or less that on anything beside Lightweight hotspot, it tells me when the collection is over that it "Failed to finalize the result".
setup:
Windows 2008 R2 64 bit
VS2010 (runing as admin)
C++ Console project (64 bit)
It gives me no other error. When I try to switch to the VTune output pane, the whole thing crash and drags Visual Studio with it.
It then tries to send a e-mail with the crash file, but since we use web mail, this fails as well.
So, any tips ?
0 Kudos
1 Reply
David_A_Intel1
Employee
490 Views
Two things:

  1. have you tried the sample that ships with the product?
  2. have you tried using the command line to collect the data? amplxe-cl -hotspots --
This would give insight into whether or not the application or Visual Studio environment is related to the problem.
0 Kudos
Reply