Tagged: codemix eclipse crash
- This topic has 5 replies, 4 voices, and was last updated 4 years, 7 months ago by Aaron Lara.
-
AuthorPosts
-
PLAMENParticipantEnvironment:
Ubuntu 18.04 (updated)
Eclipse 2020-03
Eclipse installation status is attached.Recently, my Eclipse started crashing with this error in .metadata/.log file:
A fatal error has been detected by the Java Runtime Environment:
SIGSEGV (0xb) at pc=0x00007f6157671905, pid=4905, tid=11863
JRE version: OpenJDK Runtime Environment (11.0.6+10) (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
Java VM: OpenJDK 64-Bit Server VM (11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
Problematic frame:
C [libpthread.so.0+0xf905] pthread_getcpuclockid+0x5Core dump will be written. Default location: Core dumps may be processed with “/usr/share/apport/apport %p %s %c %d %P %E” (or dumping to /home/ubuntu/core.4905)
An error report file with more information is saved as:
/home/ubuntu/hs_err_pid4905.logIf you would like to submit a bug report, please visit:
https://bugs.launchpad.net/ubuntu/+source/openjdk-ltsCore dump is attached.
Most of the times the crash is initiated by “content assist”, e.g. typing and autocomplete activated (both in a typescript or php files).
This is happening way too often, to the extend I am actually not able to work and have to switch temporary to other IDE.
However, I use and love Eclipse (using it last 10+ years), also like CodeMix, so I hope there is some solution.
Regards,
PlamenAttachments:
You must be logged in to view attached files.
support-swapnaModeratorPlamen,
Extremely sorry that you are seeing this issue. The dev team is looking into it on a high priority basis.
We will get back to you soon with our findings.Apologies for inconvenience caused.
–Swapna
Genuitec Support
Aaron LaraMemberHello! I’m sorry you are having issues with CodeMix. I have reviewed your logs and looks like our performance monitor is crashing in this version of eclipse. I have just coded a quick patch to disable this monitoring. Can you please give it a try and see if it works for you?
1. Shut down Eclipse and
eclipse/plugins/com.genuitec.eclipse.code.core_3.6.0.202003022006.jar
.
2. Download and extract the attachedplugins.zip
.
3. Paste the content into theeclipse/plugins
directory
4. Launch Eclipse and see if it works now.NOTE: if the file is not located at
eclipse/plugins
you might find it at~/.p2/pool/plugins
Cheers!
Aaron LaraAttachments:
You must be logged in to view attached files.
PLAMENParticipantThanks Aaron,
I’ve installed it and will test a bit more this weekend.
Note please, the first symptom (before consistent crashing started) was a massive memory hogging, e.g. 32GB memory eaten and then 16GB swap taken when content assist kicked in .. and.. well, you can imagine.
Anyway, let’s see. Thanks again.
Plamen
rmmmmParticipantDoes it work with the patch?
I’ve got the same issue and downgraded to 2019-12 because of that.
I’ve already filled the bug at two different places until I ended up here…
Aaron LaraMemberHello! The patch should no longer be needed, we released an update with a fix for it. Just make sure you have the latest CodeMix installed (2020.4.7)
Cheers!
Aaron Lara -
AuthorPosts