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

Windows crashes with a BSoD upon attempting to decompress #63

Open
AadithyaSai opened this issue Sep 14, 2021 · 1 comment
Open

Windows crashes with a BSoD upon attempting to decompress #63

AadithyaSai opened this issue Sep 14, 2021 · 1 comment

Comments

@AadithyaSai
Copy link

Windows 10 crashes into BSoD with a PAGE FAULT IN NONPAGED AREA error when attempting to decompress a LZX compressed directory.

@Freaky
Copy link
Owner

Freaky commented Sep 16, 2021

I'm sorry to hear that. This would seem indicative of a hardware problem - could be an outright flaw in memory, disk, IO controller, etc, or hopefully just an unlucky single-event upset.

It could be argued that the driver shouldn't be dereferencing invalid areas in memory regardless, at least not from corrupt on-disk data, but that's an issue to take up with Microsoft - Compactor doesn't do any compression or decompression, it just asks the OS to do so.

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

No branches or pull requests

2 participants