Windows 7 Tired of intermittent BSOD

pfarrelli

New Member
Joined
Dec 18, 2016
Hi,

I get BSOD one a week, month, whenever. Not often. At strange times. Middle of night. Mostly when not using computer.

Can someone peek at attached dump file and give me a clue as to what's up?

I recently updated graphics adapter driver. Still got a BSOD last night. Time to solve this problem.

Thanks.

Paul
 

Attachments

  • 121816-34835-01.zip
    25.9 KB · Views: 226
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 24, {1904fb, fffff88005a88178, fffff88005a879d0, fffff80002c9fdfe}

Probably caused by : memory_corruption ( nt!MiUnlinkPageFromLockedList+36e )

Followup:     MachineOwner
Hi,
Bugcheck 24 relates to the NTFS file system and possible causes are faulty SATA/IDE drivers, bad sectors on the HDD and limited space left on the drive.

Looking over your drivers I did notice this little fellow:

wdcsam64.sys Wed Apr 16 09:39:08 2008 : Western Digital SCSI Arcitecture Model (SAM) WDM driver 2008 driver version has known BSOD issues in Windows
A driver which dates to 2011 can be found under WD SES from the list found here:
Software and Firmware Downloads | WD Support


to check for possible corruption within the system run sfc scanner. Look for command prompt in the all programs section of the start menu, right click and run as admin. Type:
sfc /scannow
Press enter and await results.

To check for corrupted sectors please run a chkdsk. This guide will show you how:
How to Fix Hard Drive Problems with Chkdsk in Windows 7, 8, and 10
Please tick the check boxes to look for and repair broken sectors.

If the drive won't run chkdsk then run Seatools as this give you an idea on whether the drive needs replacing or not.

Update your system drivers using your motherboard support page:
GIGABYTE - Motherboard - Socket 775 - GA-P35-DS3L (rev. 1.0)

If the bsod is proving stubborn to remove then there are things to try but hopefully the above should be enough.

Post any new dump files.
 
Back
Top Bottom