Every few builds, kills server
See original GitHub issueDescription of the problem / feature request / question:
Every few builds I start, I get the following error message:
Killed non-responsive server process (pid=23873)
Since Bazel needs half an hour to reread all files, this is SUPER annoying. Is there any way to debug this?
Environment info
- Operating System: Ubuntu 16.04
- Bazel version (output of
bazel info release
): 0.4.5
Have you found anything relevant by searching the web?
All other similar issues are closed.
Issue Analytics
- State:
- Created 6 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
How to stop an unstoppable zombie job on Jenkins without ...
Go to "Manage Jenkins" > "Script Console" to run a script on your server to interrupt the hanging thread. ... This will kill...
Read more >if it exceeds, kill the build and fail it | Bamboo - Jira - Atlassian
We run a series of tests every night at midnight. A notification about one of those builds hanging in the middle of the...
Read more >How to kill all instances of a Node.js process via command line
Why we need to kill all the instances? Sometimes there may be some issue with the NodeJS like the server is listening to...
Read more >How to kill server when seeing “EADDRINUSE: address ...
A tutorial on how to kill the process manually when “EADDRINUSE” ... Build Continuous Delivery for a spring-boot application on GitLab and ...
Read more >Aborting a build - Jenkins
The server interrupts (via Thread.interrupt()) the thread (AKA executor ... Waiting for a completion of a child process (for example, maybe the build...
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
Closing this due to the lack of updates. Please re-file the issue if it is still happening.
Thanks @laszlocsomor for the info. Will first upgrade to 0.5.0 and if it still shows with that version try to produce logs.