- This topic has 7 replies, 3 voices, and was last updated 5 years, 4 months ago by Brian Fernandes.
-
AuthorPosts
-
beleta1ParticipantAfter latest update, 2019.6.19, CodeMix engine seems to stop after several minutes of using the IDE. It stops showing code errors in TypeScript files, but curiously enough it shows TSLint errors and warnings, and when requesting content assist it only shows a message box that says “Loading…”. No message is recorded in the Eclipse log.
The Windows Task Manager shows a high use of CPU in several of the CodeMix Engine tasks: 50%, 30%, 15%, and a big use of memory, 2GB, 1GB, ….
The only way to stop this behavior is to restart the IDE.I am including a screenshot of the Task Manager.
Attachments:
You must be logged in to view attached files.
ignaciomModeratorHey,
I’m sorry to hear you are having this issue, to try to isolate things a bit let’s try the following.
1. Stop your eclipse.
2. Go to ~/.codemix and move or do a backup of the extensions (just to keep track of what extensions you have)
3. Delete the ~/.codemix directory
4. Open your eclipse and by using the CodeMix extensions manager, re-install your extensions.See if things improve with newly installed extensions. While you are on this, could you please share the ls out put of your old extensions directory?
Best Regards
Ignacio
Brian FernandesModeratorJust checking in – the 2019.6.19 update contained very isolated fixes, none of which should have caused this behavior. Were you able to get CodeMix working again with the steps that Ignacio outlined – would have helped in case of a glitched update or some odd extension/engine corruption.
beleta1ParticipantI waited to post a reply because I was not sure what was going on. I removed all the extra extensions that I used and it seems that my problem does not shows any more.
Thanks a lot.
beleta1ParticipantI waited but not enough, I have just got the Loading…, 100% CPU and high memory problem with the standard extensions. I am not sure what is the trigger of the problem, perhaps hitting ctrl-space inside a string.
Brian I am not sure if the problem originated with the latest release or was an older problem.
Brian FernandesModeratorAppreciate you troubleshooting the issue yourself – I would think it’s unlikely to be the very latest release that caused this problem, perhaps just a combination of, “bad conditions”.
Invoking content assist could trigger some of the language services, if they hadn’t been already initialized, and this could result in a small usage spike, though nothing that should last too long, or for the entire session.
Would it be possible for you to come into the Live Chat (Help > CodeMix > Live Chat) so we can diagnose this live? If not, we can work out further debugging steps here.
Thanks!
beleta1ParticipantThank you Brian but let me see if I can gather some more information on the issue before bothering you again. I am not sure about anything.
Brian FernandesModeratorIf it comes to CodeMix, we love being bothered 🙂 If you run into the problem again, we can probably save some of your debugging time with the diagnostic tools we have in Live Chat, but whatever you’re comfortable with works for us.
Thanks!
-
AuthorPosts