-
Notifications
You must be signed in to change notification settings - Fork 859
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
error code 0x8007274c #10174
Comments
Thank you for reporting this @sabruss. Looking at the logs it does look like WSL got into a bad state. I'd be curious to see the state of the linux processes when that happens, so to root cause this, can you please:
This should help us understand what's getting stuck inside the WSL2. |
Ok i executed the command after i got the message that tell me that git process lost connexion to wsl What's my ide report in their logs
it's a little hard to get the output of the command correctly cause of how long it is but it should be ok For more informations of my computer, i'm using an I7 11800h, and 32gb RAM, Thanks |
Thank you @sabruss. One thing that surprises me is that one |
dmesg.txt |
Thank you @sabruss. I a lot of loglines like this: From the logs you shared earlier I can see that memory is set to 16GB. I won't know how much memory is used inside WSL, but can you try adding swap via:
and see if that solves the issue ? |
Edit: |
I have exactly the same problem, have you found a solution? $ dmesg | grep failure $free -h |
Are there ever any solutions to these issues? |
Personally, i was having a problem with installing docker on some windows 11 devices and others not which was really confusing, not knowing the problem and wasn`t able to find a cause because no error message was showing in docker, i started debugging it and found out it was WSL that not responding and when i try to run its command it just being stuck forever.
|
Update: I do not know if this is the solution for this particular problem, but I managed to get WSL working by going to user file and checking up my:
|
Windows Version
Microsoft Windows [version 10.0.22621.1778]
WSL Version
1.1.3.0
Are you using WSL 1 or WSL 2?
Kernel Version
Linux version 5.15.90.1-microsoft-standard-WSL2
Distro Version
Ubuntu 20.04
Other Software
Docker Desktop Windows 4.19
Pycharm PhpStorm (latests versions)
Repro Steps
Start WSL, start docker compose dev on a project and edit lots of files from jetbrains ide and it crash when using git diff / commit / push
Expected Behavior
just working without crash
Actual Behavior
When using my ide in windows after a certain time i got the errors, sometimes the console does not respond,
using git in the ide crash very often because of lost connexion between host and wsl
i need to wsl --shutdown very often
I use wsl 1.1.3.0 now but used 1.2.5 for a while and reverted back to see if somes improvment but nothing change
It is a duplicated of #9852 #9832
but wanted to up again this issue as it cause me lot of trouble during my works
Thanks
Diagnostic Logs
WslLogs-2023-06-08_18-37-53.zip
The text was updated successfully, but these errors were encountered: