You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NtOpenFile was called with ObjectAttributes.ObjectName containing \??\X:\msys\dev\.
(I realise this is probably not a supported configuration. It also arguably isn't an MSYS2 bug, as it's a user mode program that causes a kernel mode crash. I'm creating this issue mostly so there's a record of it.)
The text was updated successfully, but these errors were encountered:
I was able to fix it, but I'm not sure yet how to properly trigger the bug outside of MSYS. I might try to figure this out first before I submit the patch, to make sure I'm not missing anything.
lesderid
added a commit
to lesderid/msys2-runtime
that referenced
this issue
Jul 13, 2023
Calling mmap on a file stored on a volume with buggy file re-opening
currently bugchecks. This commit solves this by using the
init_reopen_attr helper function.
Fixesmsys2#160
Running some MSYS2 executables (e.g.
fish
) under WinPE (Windows Server 2022, specifically 20348.1) causes a crash inntfs.sys
:NtOpenFile
was called withObjectAttributes.ObjectName
containing\??\X:\msys\dev\
.(I realise this is probably not a supported configuration. It also arguably isn't an MSYS2 bug, as it's a user mode program that causes a kernel mode crash. I'm creating this issue mostly so there's a record of it.)
The text was updated successfully, but these errors were encountered: