Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSServer exited. Code: null. Signal: SIGTERM when restarted, before restarting it's just stalling at "starting" #171156

Closed
othman316 opened this issue Jan 12, 2023 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@othman316
Copy link

othman316 commented Jan 12, 2023

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.74.3 & 175.0 (insider)
  • OS Version: WSL Ubuntu on Windows 11 & on Windows 11
  • TypeScript version: 4.9.4 & 5.0.0 dev

Steps to Reproduce:

  1. Launch VS code, open a .ts file, go to TypeScript output
  2. I get the following:
    image
@mjbvz
Copy link
Collaborator

mjbvz commented Jan 12, 2023

Does this reproduce in the latest VS Code insiders build with all extensions disabled?

@mjbvz mjbvz added the ~info-needed Issue requires more information from poster (with bot comment) label Jan 12, 2023
@vscodenpa
Copy link

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

@vscodenpa vscodenpa added info-needed Issue requires more information from poster and removed ~info-needed Issue requires more information from poster (with bot comment) labels Jan 12, 2023
@othman316
Copy link
Author

Does this reproduce in the latest VS Code insiders build with all extensions disabled?

yes it does

@mjbvz
Copy link
Collaborator

mjbvz commented Jan 17, 2023

Please try collecting the TS Server log from the crashed instance:

  1. Set "typescript.tsserver.log": "verbose"

  2. Restart VS Code and reproduce the problem

  3. Open the TypeScript section of the output panel

  4. At the very top, find the first line that prints to path to the semantic error log file. It should look something like:

    [Info  - 19:54:59.247] <semantic> Log file: /Users/matb/Library/Application Support/Code - Insiders/logs/20200213T104930/exthost55/vscode.typescript-language-features/tsserver-log-ZT2zau/tsserver.log
    

    That file contains the typescript logs.

Look through that log file for the first error or stack trace you see. If you can share the log, I can also take a look to see if anything stands out

⚠️Warning: The TypeScript log may include information from your workspace, including file paths and source code. If you have any concerns about posting this publicly on Github, just let me know and we can arrange something else. On our side, we only use these logs to investigate issues like this

@vscodenpa
Copy link

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Jan 25, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Mar 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

3 participants