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

/init seems to crash when resume from S3 sleep. #11806

Closed
1 of 2 tasks
shigenobuokamoto opened this issue Jul 18, 2024 · 18 comments
Closed
1 of 2 tasks

/init seems to crash when resume from S3 sleep. #11806

shigenobuokamoto opened this issue Jul 18, 2024 · 18 comments
Assignees
Labels
emailed-logs Logs have been emailed

Comments

@shigenobuokamoto
Copy link

Windows Version

Microsoft Windows [Version 10.0.26100.1150]

WSL Version

2.3.11.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

6.6.36.3-1

Distro Version

Ubuntu 24.04

Other Software

No response

Repro Steps

Windows into S3 sleep.
resume Windows.

Expected Behavior

return to previous state before sleep.

Actual Behavior

the WSL Distro crashes.
but, kernel is running.

[   30.465930] WSL (1) ERROR: ValidateMessageHeader:329: Protocol error: Received message size:
[   30.465945] 28, type: 7, sequence: 0. Expected type: 0, expected sequence: 2, channel: init
[   30.465972] WSL (2) ERROR: ValidateMessageHeader:329: Protocol error: Received message size:
[   30.476375] hv_utils: TimeSync IC version 4.0
[   30.485262] libc++abi:
[   30.485271] terminating due to uncaught exception of type wil::ResultException: Invalid argument @C:/__w/1/s/src/shared/inc\SocketChannel.h:331 (ValidateMessageHeader)

Diagnostic Logs

No response

Copy link

Logs are required for review from WSL team

If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.
Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.

How to collect WSL logs

Download and execute collect-wsl-logs.ps1 in an administrative powershell prompt:

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

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
If you choose to email these logs instead of attaching to the bug, please send them to wsl-gh-logs@microsoft.com with the number of the github issue in the subject, and in the message a link to your comment in the github issue and reply with '/emailed-logs'.

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.

@g2flyer
Copy link

g2flyer commented Jul 19, 2024

i see same behavior after upgrading from 2.2.4 to 2.3.11; besides sleep (not surprisingly) also with hibernate: distros die (both wsl and wsl --system) but kernel (as of wsl --debug-shell) survives. reverting back to 2.2.4 (and hence older kernel) makes it work again ...
PS: this was on ubuntu 24.04 distro with wslg, systemd and gradual memory reclaim enabled, all running on win11 10.0.22631
BTW: issue also mentioned in 2.3.11 release discussion (#11789 (comment))

@shigenobuokamoto
Copy link
Author

/emailed-logs

Copy link

Diagnostic information
Found '/emailed-logs', adding tag 'emailed-logs'

@github-actions github-actions bot added the emailed-logs Logs have been emailed label Jul 19, 2024
@rowleya
Copy link

rowleya commented Jul 19, 2024

I also get this happening now. It also seemed to happen randomly when I walked away and came back to my laptop...

@rowleya
Copy link

rowleya commented Jul 19, 2024

Here are my logs after just getting this. I ran the log collector just before hibernate, and then came back from hibernate and WSL had crashed, but the log collector was still running. Hope it helps!
WslLogs-2024-07-19_07-15-38.zip

@benhillis
Copy link
Member

Thanks for reporting and all the logs above, @OneBlue this looks related to your socket protocol changes (or maybe those changes are catching something misbehaving). Could you please take a look?

@flyingllama87
Copy link

Same issue for me.

@ChrisHanlonCA
Copy link

I had the exact same log messages 6 times when doing hibernates and the problem went away when I did a full shutdown on the Windows computer. My log messages included

  1. WSL (1) ERROR: ValidateMessageHeader:329: Protocol error: Received message size:
  2. 28, type: 7, sequence: 0. Expected type: 0, expected sequence: 2, channel: init
  3. WSL (2) ERROR: ValidateMessageHeader:329: Protocol error: Received message size:
  4. hv_utils: TimeSync IC version 4.0
  5. libc++abi:
  6. terminating due to uncaught exception of type wil::ResultException: Invalid argument @C:/__w/1/s/src/shared/inc\SocketChannel.h:331 (ValidateMessageHeader)

@jamez70
Copy link

jamez70 commented Jul 23, 2024

I'm having the same issue

@benhillis
Copy link
Member

We have a fix for this we will be rolling out soon.

@shigenobuokamoto
Copy link
Author

i have confirmed that this has been fixed in 2.3.12.

thanks so much WSL team.

@heartacker
Copy link

Installing, this may take a few minutes...
WslRegisterDistribution failed with error: 0x8007019e
Error: 0x8007019e ??????? Linux ? Windows ????

Press any key to continue...

@jamez70
Copy link

jamez70 commented Jul 23, 2024

I have installed 2.3.12 without any issues. The problem usually occurred overnight for me so I will see tomorrow morning if the terminals are still open.

@pmyers
Copy link

pmyers commented Jul 24, 2024

Updated to 2.3.12 via wsl --update --pre-release and I did not see the WSL2 guest OS crash (in my case Fedora) following a resume from S3. Thank you for the quick fix on this one 👍

@Pvtsameerkhaan
Copy link

wsl problem not solve

@jamez70
Copy link

jamez70 commented Jul 25, 2024

Solved for me. Hasn't crashed since

@rowleya
Copy link

rowleya commented Jul 26, 2024

Solved for me too since the 2.3.12 update (not tried the one just released yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
emailed-logs Logs have been emailed
Projects
None yet
Development

No branches or pull requests