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

Serious error in source view of Java

edwh
Beginner
241 Views

I'm doing call sampling on a Java app. When I try to go into the source view for one function, I see:

A serious error occurred in file e:\vttbuild\workspaces\vtune_linux_0\source\sourceviewwin-1.0.9-27192\units\svdp\src\VTSvdp.cpp at line 1557 (Unexpected problem has occurred. The Source Window will now be closed.). The failed HRESULT that produced this error is 0x80340001. Please contact technical support.

0 Kudos
1 Reply
Peter_W_Intel
Employee
241 Views

Hi,

First at all, what VTune Performance Analyzer are you using? latest product is v9.1. Secondary please check supported JVMs in release notes.

Also you have to use "-g" option to build your .java files to generate debug info in your class files.

If the problem persists on, you may go to https://premier.intel.com to submit your issue with test case.

Regads, Peter

0 Kudos
Reply