Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

idb crashed while starting

Li_Dong
Beginner
479 Views

Hi,

I am using Intel Fortran Compiler 11.0.074. When I started idb, the main window just flashed and quitted with the error message

JVM terminated. Exit code=1
/opt/java/jre/bin/java
-jar /opt/intel/Compiler/11.0/074/idb/gui/ia32/startup.jar
-os linux
-ws gtk
-arch x86
-launcher /opt/intel/Compiler/11.0/074/idb/gui/ia32/dbggui
-name Dbggui
-showsplash 600
-exitdata 190004
-gui
-vm /opt/java/jre/bin/java
-vmargs
-jar /opt/intel/Compiler/11.0/074/idb/gui/ia32/startup.jar

PS: the output of "java -version" is

java version "1.6.0_10"
Java SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot Server VM (build 11.0-b15, mixed mode)

Thanks for helping!

0 Kudos
2 Replies
Li_Dong
Beginner
479 Views

I found idb works normally when I start it as root! It must be some priviledge problem. What can I do?

0 Kudos
TimP
Honored Contributor III
479 Views
Quoting - dong_li_1985

I found idb works normally when I start it as root! It must be some priviledge problem. What can I do?

For all files in the java installation, group and other should have the same read and execute permissions as root. I had to remove all out of date java versions which were visible to package manager.

0 Kudos
Reply