Random BSOD's, seems to have to do with disk activity

bluemouse

New member
Local time
1:38 AM
Messages
2
Hi all,

I've been getting BSOD's for a while now. They mostly seem to happen when I'm processing/copying large amounts of files. It crashed when intellisense was parsing files in VS2010, and also crashes when I check out code. Rather frustrating.

I have a Kingston SSD that my OS is installed on, if that might be part of the problem, but I applied the most recent firmware upgrade for it. I *think* all the drivers are up to date.

Looks to be mainly ntoskrnl.sys and once fltmgr.sys? I had one crash from ataport.sys, but I think that was before I installed all the drivers fully, so I didn't include that one.

Everything before today was giving me PFN_LIST_CORRUPT, but I got a PAGE_FAULT_IN_NONPAGED_AREA one today.


Any suggestions? Minidumps are attached (I couldn't get the dump application to output). Thanks!
 
Last edited:

My Computer My Computer

At a glance

Windows 7 x64
OS
Windows 7 x64
Hello bluemouse, and welcome to Seven Forums.

Looking at your dump files, it appears that your BSODs may be from bad/corrupted memory (RAM).

I'm a bit new with debugging BSODs, but for now you might use the tutorial below run Memtest86+ at boot to test your RAM to see if they may be bad or not.
3 of your dumps show this:

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 50, {fffffbd7e300001b, 0, fffff80002a70d7f, 7}
 
Could not read faulting driver name
[B][SIZE=3]Probably caused by : [COLOR=red]memory_corruption[/COLOR][/SIZE][/B] ( nt!MiAgeWorkingSet+425 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced.  This cannot be protected by try-except,
it must be protected by a Probe.  Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: fffffbd7e300001b, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff80002a70d7f, If non-zero, the instruction address which referenced the bad memory
 address.
Arg4: 0000000000000007, (reserved)

2 of your dumps show this:

Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 4E, {7, 1f6724, 1f04f, 0}
*** WARNING: Unable to verify checksum for win32k.sys
[B][SIZE=3]Probably caused by : [COLOR=red]ntkrnlmp.exe[/COLOR][/SIZE][/B] ( nt! ?? ::FNODOBFM::`string'+16b66 )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************
PFN_LIST_CORRUPT (4e)
Typically caused by drivers passing bad memory descriptor lists (ie: calling
MmUnlockPages twice with the same list, etc).  If a kernel debugger is
available get the stack trace.
Arguments:
Arg1: 0000000000000007, A driver has unlocked a page more times than it locked it
Arg2: 00000000001f6724, page frame number
Arg3: 000000000001f04f, current share count
Arg4: 0000000000000000, 0
 

My Computer My Computer

At a glance

64-bit Windows 11 Pro for WorkstationsIntel i7-8700K OC'd to 5 GHz64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600...ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Self built custom
OS
64-bit Windows 11 Pro for Workstations
CPU
Intel i7-8700K OC'd to 5 GHz
Motherboard
ASUS ROG Maximus XI Formula Z390
Memory
64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz
Graphics Card(s)
ASUS ROG-STRIX-GTX1080TI-O11G-GAMING
Sound Card
Integrated
Monitor(s) Displays
2 x Samsung Odyssey G7 27"
Screen Resolution
2560x1440
Hard Drives
1TB Samsung 990 PRO M.2,
4TB Samsung 990 PRO PRO M.2,
TerraMaster F8 SSD Plus NAS
PSU
Seasonic Prime Titanium 850W
Case
Thermaltake Core P3
Cooling
Corsair Hydro H115i
Keyboard
Logitech wireless K800
Mouse
Logitech MX Master 4
Internet Speed
2 Gb/s Download and 100 Mb/s Upload
Antivirus
Malwarebyte Anti-Malware Premium
Browser
Google Chrome
Other Info
Logitech Z625 speaker system,
Logitech BRIO 4K Pro webcam,
HP Color LaserJet Pro MFP M477fdn,
APC SMART-UPS RT 1000 XL - SURT1000XLI,
Galaxy S23 Plus phone
Thanks, I'll give that a try.
 

My Computer My Computer

At a glance

Windows 7 x64
OS
Windows 7 x64
Back
Top