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

Failing to find symbols for module

yehudaw
Beginner
870 Views
I'm trying to use the collector with a small program that I've created (just for testing). The following occurs:

VTune Performance Analyzer 1.0 for Linux*
Copyright (C) 2000-2003 Intel Corporation. All rights reserved.

The Activity is running.
Wed Feb 19 14:04:19 2003 Static instrumentation started
Wed Feb 19 14:04:19 2003 All functions instrumentation of module test was skipped.
Wed Feb 19 14:04:19 2003 None instrumentation of module ld-2.2.5.so was skipped.
Wed Feb 19 14:04:19 2003 Exports instrumentation of module libc-2.2.5.so was skipped.
Wed Feb 19 14:04:19 2003 All functions instrumentation of module libgcc_s.so.1 was skipped.
Wed Feb 19 14:04:19 2003 Exports instrumentation of module libm-2.2.5.so was skipped.
Wed Feb 19 14:04:19 2003 All functions instrumentation of module libstdc++.so.5.0.0 was skipped.
Wed Feb 19 14:04:19 2003 Static instrumentation done
Wed Feb 19 14:04:21 2003 Data collection started...
Wed Feb 19 14:04:21 2003 Data collection finished...
Wed Feb 19 14:04:21 2003 Data collection finished...
Wed Feb 19 14:04:21 2003 Updating call graph database...
Wed Feb 19 14:04:21 2003 Trying to find symbols for module (1 / 3) /tmp/test
Wed Feb 19 14:04:21 2003 Failed!
Wed Feb 19 14:04:21 2003 Trying to find symbols for module (2 / 3) /usr/local/gcc-3.2/lib/libgcc_s.so.1
Wed Feb 19 14:04:21 2003 Failed!
Wed Feb 19 14:04:21 2003 Trying to find symbols for module (3 / 3) /lib/libc-2.2.5.so
Wed Feb 19 14:04:21 2003 Failed!
The Activity has finished running.


The program contains symbol information (was compiled using 'g++ -g'). I've tried it multiple times with some different tests, and it all failed.

Any idea?
0 Kudos
4 Replies
hegdehp
Beginner
870 Views

Hello,

"Module Resolution" feature is available under the the "Edit Menu". This could help.

Also if you could attach the test program, we could help in much more detail.
0 Kudos
Daniel_B_Intel2
Employee
870 Views
You are running "vtl" - the command line interface for VTune, aren't you?

Your problems look like some components that make symbol resolution are malfunctioning.

There may be a plenty of reasons for this. Let's start from the easiest - problems with installation.

please try simple test like:
vtl activity -c callgraph -app /bin/ls -moi /bin/ls

If there are still problems with this test, please try to reinstall VTune.

Please look for errors and warnings(if any) during the installation. Looking forward for your answer. If this does not helps we should investigate more opportunities.

Thank you
Daniel
0 Kudos
yehudaw
Beginner
870 Views
Thank you for your responses. The problem was finally solved, thanks to some phone assistance. The problem was that the data directory did not have the correct permissions.
0 Kudos
jeffrey-gallagher
870 Views
Great detective work, Yehudaw!

cheers

jdg
0 Kudos
Reply