Hi, I'm having some trouble starting Arduino IDE 1.6.4 on Ubuntu 15.04 64 bits. Maybe you can help.
I have downloaded the 64-bits package from arduino.cc and uncompressed it into an empty directory. When I try to start it from the terminal I can see an Arduino screen with a few changing initialisation messages. After two o three seconds it crashes and I get the following:
tera@ubuntu:~/tmp/arduino-1.6.4$ ./arduino
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar
*** Error in `java': double free or corruption (out): 0x00007f27b8001f10 ***
./arduino: line 29: 20930 Aborted (core dumped) java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel $SPLASH processing.app.Base --curdir $CURDIR "$@"
Tried with version 1.6.3, same result.
Maybe it is worth noting that I had version 1.0.5 installed before. I uninstalled it with apt-get.
I was not able to find anything related to these symptoms in the forums or on the Internet. I am stuck with this now. Can you help?
Thanks in advance.