idea.sh crash on ubuntu feisty (SIGSEGV) - help needed
When trying to execute idea.sh (build 7343) using java sun-1.5.0.11 (ubuntu feisty) I get this:
"java.lang.UnsupportedClassVersionError: Bad version number in .class file"
but when using java 1.6.0_03-b05 I get:
#
An unexpected error has been detected by Java Runtime Environment:
#
SIGSEGV (0xb) at pc=0x00002ab49f329385, pid=8697, tid=1088649536
#
Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05 mixed mode)
Problematic frame:
#
An error report file with more information is saved as hs_err_pid8697.log
#
If you would like to submit a bug report, please visit:
#
Aborted (core dumped)
Any suggestions?
/Sigmund
Please sign in to leave a comment.
Hello Sigmund,
Could you please post the complete crash log (hs_err_pid8697.log)?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Isn't a JVM crash of that sort by definition not the fault of the application running on it, at least when no application-supplied native / JNI libraries are included?
In this case, it looks like a C library problems, perhaps a 32-bit / 64-bit thing or some kind of version mismatch.
Randall Schulz
Attached log
Attachment(s):
hs_err_pid31880.log
Still need to find a solution...
Hello Sigmund,
Please try to add the following line to idea.properties:
awt.toolkit=sun.awt.X11.XToolkit
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Didn't help, same error :(
/S
Solved.
Removed AWT_TOOLKIT="MToolkit" from my /etc/environment file.
I added it to fix issues with compiz fuzion and IntelliJ.
/S