-
Notifications
You must be signed in to change notification settings - Fork 21
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
BSOD Running dir
On Specific Folder & Subfolders
#394
Comments
The issue appears to be related to installing packages with PNPM in some way. I'm investigating this on my end trying to create a minimal reproduction. |
I've updated my Window install and OpenZFS on Windows driver since I initially opened the issue, so here's the updated table: System information
BSOD Informationstack.txt (download)
info.txt (download)
The issue is rather apparent after having used pnpm on Linux for a while. Running |
OK, so it dies in zfs_readdir_emitdir's |
Could you attach cbuf after this bug happens?
|
System information
zfs-kmod-zfswin-2.2.3rc5
Describe the problem you're observing
When reading the files in a specific directory (in my case,
W:\GitRepos\stockedhome\application
) or any of its subdirectories (such asW:\GitRepos\stockedhome\application\src
), the system BSODs with the following:BSOD Screen Data
Stop code:
SYSTEM_SERVICE_EXCEPTION
What failed: OpenZFS.sys
Top-Left text observed variations:
Associated with dump 2:
Associated with dump 3:
Event Viewer data:
Documentation page: Bug Check 0x3B: SYSTEM_SERVICE_EXCEPTION
Parameter 1 is the application error. The following is returned when using Microsoft's Error Lookup Tool:
Likely errors are
ERROR_ACCESS_DENIED
and potentiallySTATUS_ACCESS_VIOLATION
I've run a full scrub and ZFS found no errors. Running
zpool status tank
returns:This directory was fully readable and writable just a couple of days ago. Nothing has changed in regards to the ZFS driver or its configuration.
Describe how to reproduce the problem
Not sure how to reproduce it on a fresh system but simply running the command
dir W:\GitRepos\stockedhome\application
will summon the bugcheck.Include any warning/errors/backtraces from the system logs
Kernel minidump 1: 082024-50875-01.dmp
Kernel minidump 2: 082024-166468-01.dmp
Kernel minidump 3 for good measure: 082024-48093-01.dmp
Image of BSOD for dump 2:
The text was updated successfully, but these errors were encountered: