• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Laptop Running Crappy, Now Crashing

Carbo

Diamond Member
I've noticed my laptop has been running slow and crappy lately. Yesterday, andagain just now, it crashed and I got the good 'ol BSOD. Can someone decipher this report and maybe tell me what the problem might be:

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.48
Locale ID 1033

Additional information about the problem:
BCCode: 4e
BCP1: 0000000000000099
BCP2: 0000000000110A94
BCP3: 0000000000000002
BCP4: 000000000016E693
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1
 
I've noticed my laptop has been running slow and crappy lately. Yesterday, andagain just now, it crashed and I got the good 'ol BSOD. Can someone decipher this report and maybe tell me what the problem might be:

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.48
Locale ID 1033

Additional information about the problem:
BCCode: 4e
BCP1: 0000000000000099
BCP2: 0000000000110A94
BCP3: 0000000000000002
BCP4: 000000000016E693
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

That error code may indicate a page file corruption error, could be caused by your memory, or a bad driver. You could also try recreating your page file to see if it may help.

That can be done just be removing the page file, restarting, and then turning back on. Maybe also post your minidump file here, if it's not against the rules?
 
I've noticed my laptop has been running slow and crappy lately. Yesterday, andagain just now, it crashed and I got the good 'ol BSOD. Can someone decipher this report and maybe tell me what the problem might be:

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.1.7601.2.1.0.256.48
Locale ID 1033

Additional information about the problem:
BCCode: 4e
BCP1: 0000000000000099
BCP2: 0000000000110A94
BCP3: 0000000000000002
BCP4: 000000000016E693
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1


Stop error 0x4E; PFN_LIST_CORRUPT, indicates that there was corruption with the page frame number list (PFN) or a page table entry (PTE). These are two important lists in the Windows memory manager that help keep track of pages in a process' virtual address space that are placed on disk.

Mike Burr's excellent article; Troubleshooting 0x4E PFN_LIST_CORRUPT, provides detailed steps and tools to diagnose and repair the problem.


.
 
Back
Top