Forum Discussion
Nios II SBT Crashing on Linux
- 5 years ago
The following workaround seems to work, it essentially replace Quartus included java engine with Java 8
cd ..../intelFPGA/20.1/quartus/linux64
mv jre64 jre64_old
ln -s /lib/jvm/java-1.8.0-openjdk-amd64/jre jre64the path to Java 8 jre might be machine specific, mine is at least placed there
Hi Felipe,
I'm glad to read version 19.1 is running without any issue.
Once again thank you for contacting us, I'll keep debugging the initial issue so we can fix it in future versions.
Regards,
-Eliath Guzman
hi Eliath Guzman
Do you have any news about this, because I have the same problem
Thanks
- SDevaux5 years ago
New Contributor
Hi everyone,
It seems to be an error in GTK
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
(Eclipse:225473): Gtk-WARNING **: 22:27:00.086: Negative content width -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, owne
r GtkToolbar)
(Eclipse:225473): Gtk-WARNING **: 22:27:00.086: Negative content height -6 (allocation 1, extents 4x3) while allocating gadget (node toolbar, own
er GtkToolbar)
free(): invalid pointer- SDevaux5 years ago
New Contributor
Hi everyone and @Eliath_G_Intel ,
I found a solution :
run in konsole:
export SWT_GTK3=0
export SWT_WEBKIT2=1
./eclipse-nios2and GUI will be launched correctly
Stephane,
FPGA R&D engineer