Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
4819 Discussions

Serious error in source view of Java

edwh
Beginner
174 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
174 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

Reply