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

Error - Internal error while resolving the results file.

maziar_98
Beginner
358 Views
I am using the latest vtune 8.0.4 with FC4 on my laptop. everything installs fine, sampling works fine and call graph works with simple apps like the samples that come with vtune. But when I run the call graph with my app, it gives me the error:

Error - Internal error while resolving the results file.
anyone knows what's causing this or any solutions? Thx

this is the entire messages I get.

Fri Mar 23 15:13:45 2007 Reading property files started...

Fri Mar 23 15:13:45 2007 Reading property files done.

Fri Mar 23 15:13:46 2007 Static instrumentation started
Fri Mar 23 15:13:46 2007 All functions instrumentation of module "runOverLog" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libboost_date_time.so.1.32.0" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libboost_regex.so.1.32.0" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libc-2.3.5.so" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libcom_err.so.2.1" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libcrypto.so.0.9.7f" was skipped.
Fri Mar 23 15:13:46 2007 Minimal instrumentation of module "libdl-2.3.5.so" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libgcc_s-4.0.2-20051126.so.1" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libgssapi_krb5.so.2.2" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libk5crypto.so.3.0" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libkrb5.so.3.2" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libkrb5support.so.0.0" was skipped.
Fri Mar 23 15:13:46 2007 All functions instrumentation of module "libm-2.3.5.so" was skipped.
Fri Mar 23 15:13:46 2007 All functions instrumentation of module "libresolv-2.3.5.so" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libssl.so.0.9.7f" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libstdc++.so.6.0.7" was skipped.
Fri Mar 23 15:13:46 2007 Exports instrumentation of module "libz.so.1.2.2.2" was skipped.
Fri Mar 23 15:13:46 2007 Static instrumentation done
Fri Mar 23 15:13:46 2007 Data collection started...
Fri Mar 23 15:13:50 2007 Data collection finished...
Fri Mar 23 15:13:50 2007 Error - Internal error while resolving the results file.


0 Kudos
1 Reply
aokunev
Beginner
358 Views
There are several known limitations on CallGraph profiling with VTune - probably you faced one of them with your program, like changing user credentials via suid mechanism, self-modified code,..

Do you see the same failure even if run program without workload, say to report version or just usage?

Can you please submit this issue to the Primier - so Intel developers can investigate it more? It would be great to have details about your application - compiler version, dependent libraries version, running process behavior. System imformation collected by /opt/intel/vtune/bin/vtqfagent is also important - set VTUNE_DEBUG_DIR, run CG collection for your program and then vtqfagent.

regards, Andrei

0 Kudos
Reply