Freaky / Compactor

A user interface for Windows 10 filesystem compression
MIT License
1.15k stars 47 forks source link

Windows crashes with a BSoD upon attempting to decompress #63

Open AadithyaSai opened 3 years ago

AadithyaSai commented 3 years ago

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

Freaky commented 3 years ago

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.