microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.26k stars 812 forks source link

WSL Freezes #12054

Open mateusz-brzozowski opened 2 days ago

mateusz-brzozowski commented 2 days ago

Windows Version

Microsoft Windows [Version 10.0.22631.4169]

WSL Version

2.3.21.0

Are you using WSL 1 or WSL 2?

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

github-actions[bot] commented 2 days ago

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 commented 2 days ago

none of the similar issues helped

OneBlue commented 1 day ago

/dumps

microsoft-github-policy-service[bot] commented 1 day ago

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!