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

WSL Freezes #12054

Open
1 of 2 tasks
mateusz-brzozowski opened this issue Sep 18, 2024 · 4 comments
Open
1 of 2 tasks

WSL Freezes #12054

mateusz-brzozowski opened this issue Sep 18, 2024 · 4 comments

Comments

@mateusz-brzozowski
Copy link

mateusz-brzozowski commented Sep 18, 2024

Windows Version

Microsoft Windows [Version 10.0.22631.4169]

WSL Version

2.3.21.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.153.1-2

Distro Version

Ubuntu 22.04.3 LTS

Other Software

No response

Repro Steps

Steps from this stack to program in android studio on wsl:
https://stackoverflow.com/questions/62145379/how-to-connect-android-studio-running-inside-wsl2-with-connected-devices-or-andr
Windows update. After updating windows I can't start wls2, no commands respond. I turned on and off options in "Turn Windows features on or off", setting "autoMemoryReclaim=dropcache" didn't help.

Expected Behavior

When ubuntu starts it should start. Typing "wsl" in powershell should return something

Actual Behavior

Ubuntu won't start. Typing "wsl" in powershell doesn't return anything. Freezes.

Diagnostic Logs

WslLogs-2024-09-18_23-31-59.zip
WslLogs-2024-09-18_23-31-59.zip

Copy link

The log file doesn't contain any WSL traces. Please make sure that you reproduced the issue while the log collection was running.

View similar issues

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Diagnostic information
.wslconfig found
Detected appx version: 2.3.21.0
Found no WSL traces in the logs

@mateusz-brzozowski
Copy link
Author

none of the similar issues helped

@OneBlue
Copy link
Collaborator

OneBlue commented Sep 19, 2024

/dumps

Copy link
Contributor

Hello! Could you please provide logs and process dumps to help us better diagnose your issue?

To collect WSL logs and dumps, download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/WSL/master/diagnostics/collect-wsl-logs.ps1" -OutFile collect-wsl-logs.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
.\collect-wsl-logs.ps1 -Dump

The scipt will output the path of the log file once done.

Once completed please upload the output files to this Github issue.

Click here for more info on logging

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants