📎 AI Summary:
The thread discusses a Windows BSOD issue with the original poster experiencing frequent crashes despite having ample RAM and no recent driver updates. A forum member analyzes the dump files and identifies a bugcheck related to memory corruption, recommending the use of Memtest86 to test RAM and suggesting that antivirus software like Norton may contribute to the problem. The overall tone is diagnostic, with advice aimed at systematically troubleshooting memory and software conflicts to resolve the crashes.

addohm

New Member
Member details
Joined
Nov 19, 2018
Messages
1
Thread Author #1
I hardly doubt it's how much memory I have. My laptop has 64G of RAM. I haven't installed any new drivers recently, that I know of (thanks Microsoft). I did notice there is an app crashing (mouse and headset app) almost daily in the reliability report, but hasn't caused a BSOD. I am hoping someone can take a look at my dump files to see what the cause was.

Edit: I am running the driver verifier right now as I type this.
 

Attachments

Solution
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1A, {41201, ffffcebffca55b50, 1008000003, ffff9a09d8386400}

Probably caused by : memory_corruption ( nt!MiGetPageProtection+58b )

Followup:     MachineOwner
Hi,
Bugcheck 1A is typically caused by a severe memory management issue and it would be prudent to test your RAM...

kemical

Essential Member
Member details
Joined
Aug 28, 2007
Messages
36,163
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 1A, {41201, ffffcebffca55b50, 1008000003, ffff9a09d8386400}

Probably caused by : memory_corruption ( nt!MiGetPageProtection+58b )

Followup:     MachineOwner
Hi,
Bugcheck 1A is typically caused by a severe memory management issue and it would be prudent to test your RAM using Memtest86 (the industry standard).
I also notice your running Norton AV which we usually advise to remove as it's well known for causing bsod's. You can always re-install it later...

The above dump file also mentioned virtual memory and your pagefile could be either fragmented or corrupted. Try disabling, rebooting and then re-enabling.

I didn't see any third party drivers related to the bsod but see if the verifier throws anything up. You only need run it for 24hrs.

The more dump files you can post the better.
 

Solution