openJDK Platform binary process runs forever
See original GitHub issueDescribe the bug After executing ltex-cli.bat on any tex-file the process openJDK Platform binary (=java.exe), which occupies about 800 MB, remains in RAM of Windows 10.
Steps to reproduce
- Run the command
ltex-cli.bat <tex file name>
- After finishing this command, inspect the running processes by Task Manager
- Will be seen that the process openJDK Platform binary, which occupies about 800 MB, still running in background.
Expected behavior
The process openJDK Platform binary (=java.exe) should be stopped after executing ltex-cli.bat <tex file name>
LTeX configuration Default
Version information
- Operating system: Windows 10 21H1
- ltex-ls: 15.0.0
- Java: Microsoft openJDK 17
Additional context/information
The problem may be solved by manual “killing” java, say, by insetring in the end of ltex-cli.bat
the string
taskkill /f /im java.exe > nul
but this is definitely not the good solution since this string kills ALL the instances of running java.exe.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Why does OpenJDK Platform Binary stucks open and use ...
Daemon processes will automatically terminate themselves after 3 hours of inactivity. If you wish to stop a Daemon process before this, you can ......
Read more >OpenJDK Platform binary high CPU usage : r/Minecraft
CPU spikes up to 100% while only showing the app using 22% on the process page while Resource Manager showing it spiked up....
Read more >OpenJDK Platfrom binary almost taking up 90% Memory
OpenJDK Platfrom binary almost taking up 90% Memory · Click on the Start button, Type CMD. · Right click on CMD and select...
Read more >How to Fix Java Platform SE Binary Not Responding ...
Solution 1: Update Graphics Card Driver · Solution 2: Reinstall Java SE Related Applications · Solution 3: Run the Program After a Clean...
Read more >Fix Java TM Platform SE Binary Not Responding in ...
How to Fix Java TM Platform SE Binary Not Responding in Windows 10; Method 1: Launch App after Clean Boot; Method 2: Run...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Now, all is running as expected: no openJDK Platform binary process after
ltex-cli.bat
finished!Well done! Great! Thanks a lot!
This issue is now fixed on
develop
. The fix will be included in the next release of LTEX.If you don’t want to wait, you can try out the nightly pre-release tomorrow. Nightly pre-releases are published every morning at around 4am UTC.