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

vtlec hangs on "joining"

ncam
Beginner
385 Views
When I try a "first run" wizard on anything other than the example files (these work fine), I see the program run in the background, but then when vtlec begins to analyse the code it hangs on "joining".

When I run the program with no parameters everything seems fine, except there are no samples inside my code, as opposed to the system libraries. This seems to suggest the problems start when vtlec tries to match up events to symbols inside my code, perhaps?

I'm using gcc with -g3 to compile the program. Using ubuntu fiesty.

I don't seem to have specified any paths to my source code, or anything. Should vtune ask me for this information automatically?
0 Kudos
1 Reply
Thomas_W_Intel
Employee
385 Views

Hi,

I have never tried -g3 but reducing the debug information level often helps in my experience. In fact, you can start analyzing your program without any debug information. VTune needs debug information only when you drill down to the source code, so it is no surprise that it hasn't asked for the sources yet.

Kind regards

Thomas

0 Kudos
Reply