Hi,
I have recently migrated from the Intel Inspector 2011 to Intel Inspector 2015 and I started to have problems with the result file that I generate using following cmd line command:
C:\Program Files (x86)\Intel\Inspector XE 2015\bin32\inspxe-cl.exe" -report=problems -suppression-file="C:/MySuppresion.sup" -format=xml -result-dir="C:/temp/result" -report-output="C:/temp/result\final_report"
The output file is generated and looks ALMOST the same like with one generated, by Intel Inspector 2011 with an exception, that it does not have frames from the call stack to the memory issue included. Previously I had .xml structure like:
<psets>
<pset>
<obs>
<stack>
<frame>
....
<frame>
</stack>
</obs>
</pset>
</psets>
Now I don't have <stack> and <frame> elements.
Does anyone know, whyt it is like that? And how can one get it back?
Keep well,
Andrzej