question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

openJDK Platform binary process runs forever

See original GitHub issue

Describe 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

  1. Run the command

ltex-cli.bat <tex file name>

  1. After finishing this command, inspect the running processes by Task Manager
  2. 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:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kozyakincommented, Nov 2, 2021

Now, all is running as expected: no openJDK Platform binary process after ltex-cli.bat finished!

Well done! Great! Thanks a lot!

0reactions
github-actions[bot]commented, Nov 2, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found