Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16603 Discussions

Quartos Prime Pro 19.04 on Ububtu 16.04 LTS - Eclipse crashes on startup "free(): invalid pointer"

TSege1
Beginner
788 Views

Hi All,

I installed Quartos Prime Pro 19.4 on Ububtu 16.04 LTS.

When i run Eclipse, i getting the next Error:

OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
*** Error in `/home/kratos-emi-sw/intelFPGA_pro/19.4/quartus//linux64/jre64/bin/java': free(): invalid pointer: 0x00007f582e37dd60 ***

i am waiting for help

Thanks,

Tamir

 

 

0 Kudos
1 Solution
SThor8
New Contributor I
772 Views

Hi

I have a similar error, my solution was to replace Quartus java engine with Java 8

It must be java 8

 

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 jre64

 

the path to Java 8 jre might be machine specific, mine is at least placed there

View solution in original post

0 Kudos
2 Replies
SThor8
New Contributor I
773 Views

Hi

I have a similar error, my solution was to replace Quartus java engine with Java 8

It must be java 8

 

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 jre64

 

the path to Java 8 jre might be machine specific, mine is at least placed there

0 Kudos
TSege1
Beginner
757 Views

Thank you very much, it's solved my problem!

Tamir

0 Kudos
Reply