mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 04:35:57 -06:00
Fix typos (#12448)
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
parent
f007ede7ad
commit
54a823a1b4
@ -206,7 +206,7 @@ reg.exe add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl /v
|
||||
|
||||
Then reproduce the issue, and let the machine crash and reboot.
|
||||
|
||||
After reboot, the kernel dump will be in `%SystemRoot%\MEMORY.DMP` (unless this path has been overriden in the advanced system settings).
|
||||
After reboot, the kernel dump will be in `%SystemRoot%\MEMORY.DMP` (unless this path has been overridden in the advanced system settings).
|
||||
|
||||
Please send this dump to: secure@microsoft.com .
|
||||
Make sure that the email body contains:
|
||||
@ -271,6 +271,6 @@ To collect time travel debugging traces:
|
||||
|
||||
9) Once the trace is done collecting, click `Stop Debugging` and close Windbg
|
||||
|
||||
10) Go to the folder where the trace was colleced, and locate the .run file. It should look like: `wslservice*.run`
|
||||
10) Go to the folder where the trace was collected, and locate the .run file. It should look like: `wslservice*.run`
|
||||
|
||||
11) Share that file on the issue
|
||||
|
||||
@ -261,7 +261,7 @@ def get_tar_file(tar, path: str, follow_symlink=False, symlink_depth=10):
|
||||
print(f'Warning: Exceeded maximum symlink depth when reading: {path}')
|
||||
return None, None
|
||||
|
||||
# Tar members can be formated as /{path}, {path}, or ./{path}
|
||||
# Tar members can be formatted as /{path}, {path}, or ./{path}
|
||||
if path.startswith('/'):
|
||||
paths = [path, '.' + path, path[1:]]
|
||||
elif path.startswith('./'):
|
||||
|
||||
@ -245,7 +245,7 @@ rules:
|
||||
task: FallbackError
|
||||
field2: {regex: ".*vmchipset\\.dll.*80090006.*"} #0x80090006 = NTE_BAD_SIGNATURE
|
||||
set:
|
||||
name: hyper-v-firmare-expired
|
||||
name: hyper-v-firmware-expired
|
||||
capture:
|
||||
field2: signature-error
|
||||
|
||||
@ -327,7 +327,7 @@ actions:
|
||||
|
||||
- when:
|
||||
condition: {or: ['ext4-error', 'ext4-mount-error']}
|
||||
user_message: 'The logs shows that a disk mount error occured. Try to [follow these repair instructions](https://learn.microsoft.com/en-us/windows/wsl/disk-space#how-to-repair-a-vhd-mounting-error) and see if that solves the issue.'
|
||||
user_message: 'The logs shows that a disk mount error occurred. Try to [follow these repair instructions](https://learn.microsoft.com/en-us/windows/wsl/disk-space#how-to-repair-a-vhd-mounting-error) and see if that solves the issue.'
|
||||
debug_message: 'Found evidence of ext4 error: $error'
|
||||
tag: 'needs-author-feedback'
|
||||
skip_similar_issues: true
|
||||
@ -390,7 +390,7 @@ actions:
|
||||
|
||||
- when:
|
||||
condition:
|
||||
and: ['hyper-v-firmare-expired', 'vm-failed-to-start']
|
||||
and: ['hyper-v-firmware-expired', 'vm-failed-to-start']
|
||||
tag: 'needs-author-feedback'
|
||||
debug_message: 'Found evidence of hyper-v firmware expiration: $signature-error'
|
||||
user_message: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user