| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
Sorry, something went wrong.
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found one potentially related PR: #13848 - fix(tui): add signal handlers to prevent orphaned processes on terminal close This PR appears to address a similar issue with graceful process cleanup and preventing orphaned/zombie processes on terminal close. It may overlap with the Ctrl+C graceful exit handling in PR #14440. All other search results either returned PR #14440 itself or addressed different concerns (MCP server processes, ANSI color codes, memory leaks, etc.). |
Sorry, something went wrong.
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
Sorry, something went wrong.
|
Closing this PR -- it has merge conflicts, 2 CI failures (e2e windows + test linux), and a similar PR #13848 was already closed without merge. The effort to fix and rebase is not justified given these signals. The underlying issues (#11826, #10975, #12767) remain open for others to tackle with a fresh approach. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Issue for this PR
Closes #11826
Closes #10975
Closes #12767
Type of change
What does this PR do?
How did you verify your code works?
Pasted >150 lines of text successfully without UI corruption. Pressed Ctrl+C twice and confirmed the terminal exits immediately. Ran kill -HUP on the process and verified that all child LSP processes were also cleaned up instead of being orphaned.
Screenshots / recordings
N/A
Checklist