getting many BSOD erros BAD_POOL_HEADER - MEMORY_MANAGEMENT

javadth

Commendable
Apr 29, 2017
26
0
1,530
hi i am getting many errors of BSOD

my last 2 dump file

PHP:
http://up.vbiran.ir/uploads/30107149380504112803_Desktop.rar

PHP:
http://up.vbiran.ir/uploads/566714938072756395_DESKTOP-EAP4OL8-Wed_05_03_2017_145522_64.zip
this one is created by DM Log Collector


asus n56 jrh

i have upgraded my ram to 16gig , apacer

windows 10 enterprise clean install

scanned PC by memtest86

fsc / scannow - no error - but BSOD in normal run - nothing in safemode run
("chkdsk /f") - nothing


i upgrade drivers by DriverMax and then checked by Intel(R) Driver Update Utility 2.7.2

but driver DR shows my inter processor need upgrade but other softs doesnt show it
 

Nemini

Honorable
Aug 25, 2014
12
0
10,520
Forget about drivermax and use a memory app to check if one or more RAM sticks are faulty (u can use the microsoft built-in app as well as memtest86, which I recommend).
 

javadth

Commendable
Apr 29, 2017
26
0
1,530


so pls give a download link to softs that u advise
 

Nemini

Honorable
Aug 25, 2014
12
0
10,520


Not that hard, just google it, anyway http://www.memtest86.com/
 

javadth

Commendable
Apr 29, 2017
26
0
1,530



again nothing found

all of benchmark and analyze softs shows 0 error
 
this will be a bug in the custom drivers for your notebook, you might just want to update the bios and all of the motherboard drivers if you have not already done so. otherwise see below

------------
first bugcheck 0x19 was cause when a driver freed up memory back to windows then continued to use it.

you would want to change your memory dump type to kernel, then run cmd.exe (or powershell) as an admin and run
verifier.exe /all /standard

then reboot.

be sure to know how to get into safe mode so you can turn off verifier.exe via
verifier.exe /reset
if your machine bugchecks during the boot process.
the new memory dump c:\window\memory.dmp
will contain the name of the bad driver.

note: memory dump driver table was corrupted.

machine info:
Vendor American Megatrends Inc.
BIOS Version N56JRH.202
BIOS Starting Address Segment f000
BIOS Release Date 09/02/2014
Manufacturer ASUSTeK COMPUTER INC.
Product Name N56JRH
Version 1.0
Chassis Type Notebook
Version 1.0
Processor Version Intel(R) Core(TM) i7-4700HQ CPU @ 2.40GHz
Processor Voltage 8ch - 1.2V
External Clock 100MHz
Max Speed 3800MHz
Current Speed 2400MHz


 

javadth

Commendable
Apr 29, 2017
26
0
1,530


i updated drivers by DriverMax and DriverPack-17-Online_369305223.1493746835

this softs upgraded every thing and upgrade needed softs are 0

but in other softs like driver DR it shows again intel processor need upgrade but i checked again with " Intel(R) Driver Update Utility 2.7.2 " and again shows no need to upgrade

but i have BSOD in intel graphic driver upgrade and nvidia graphic driver upgrade

my memory dump setting was in " small memory dump " and now i changed it to " kernal memory dump "

now without doing reboot and safemod i run this code " verifier.exe /all /standard " in power shel and this is log

so now i sould again run this code ? or should turn it off ?

XML:
Verifier Flags: 0x000209bb

  Standard Flags:

    [X] 0x00000001 Special pool.
    [X] 0x00000002 Force IRQL checking.
    [X] 0x00000008 Pool tracking.
    [X] 0x00000010 I/O verification.
    [X] 0x00000020 Deadlock detection.
    [X] 0x00000080 DMA checking.
    [X] 0x00000100 Security checks.
    [X] 0x00000800 Miscellaneous checks.
    [X] 0x00020000 DDI compliance checking.

  Additional Flags:

    [ ] 0x00000004 Randomized low resources simulation.
    [ ] 0x00000200 Force pending I/O requests.
    [ ] 0x00000400 IRP logging.
    [ ] 0x00002000 Invariant MDL checking for stack.
    [ ] 0x00004000 Invariant MDL checking for driver.
    [ ] 0x00008000 Power framework delay fuzzing.
    [ ] 0x00010000 Port/miniport interface checking.
    [ ] 0x00040000 Systematic low resources simulation.
    [ ] 0x00080000 DDI compliance checking (additional).
    [ ] 0x00200000 NDIS/WIFI verification.
    [ ] 0x00800000 Kernel synchronization delay fuzzing.
    [ ] 0x01000000 VM switch verification.
    [ ] 0x02000000 Code integrity checks.

    [X] Indicates flag is enabled.

  Boot Mode:

    Persistent

  Rules:

    All rules are using default settings

  Extensions:

    wdm: rules.default

  Verified Drivers:
 
sometimes it is not a good idea to use a driver updater, your first choice is the motherboard vendors website. They know what chip versions they have put on your motherboard, sometimes these chips will have known bugs or options that require custom drivers that you have to get from your motherboard vendor. the driver updater might work but you will not always know. Some drivers also have to match your BIOS version.

anyway, wait until you get the next bugcheck (if you do)
if you don't get a bugcheck after a few days, (be sure to make your system sleep and wake a few times)
remember to turn off verifier.exe by
verifier.exe /reset
(or your machine will run slowly until you do)


 

javadth

Commendable
Apr 29, 2017
26
0
1,530


could u describe about verifier.exe /reset ?

what is this and why i should i turn off it ?
 
verifier sets a bunch of debug flags these flags force the system to do a lot of extra checking on device drivers for common programming mistakes. Things like freeing driver memory back to windows but then writing to the memory
after it was allocated to another driver would be cause a bugcheck and name the driver. All of this extra checking takes chunks of memory and time, it might make your machine run slowly. Sometimes people forget to turn it off and end up reinstalling windows to get the system to come back up to speed.

verifier.exe /reset

is how you turn off the verifier flags and stop the extra error checking.

there are cases where you have to run a driver but the vendor will not fix their bugs.
in theses cases you have to exclude the driver from the verifier.exe testing.
Generally, it will be a older driver designed to be accessed by a app.
the app might share handles with the driver. Problem is device driver and apps use a different type of handle and it only works about 99% of the time to share them.
This is because the windows memory manager is free to move apps to the pagefile.sys when the system needs the physical ram, problem happens when the app is moved back into memory but at a different location. the handles would be invalid and it might write to them anyway and corrupt some other drivers data. happens a lot with certain USB devices, and tuning utilities.



 

javadth

Commendable
Apr 29, 2017
26
0
1,530


to disable or stop this file should use verifier.exe /reset in safe mode ?

i used in normal mode and in says : No settings were changed.
 
I always run it as an admin
it might be required to change the settings.




 

javadth

Commendable
Apr 29, 2017
26
0
1,530
i got new BSOD , just i was set some files to download and let pc to download it and then monitor left to sleep but i saw it got shut down

Crash dump directory: C:\Windows\Minidump

Crash dumps are enabled on your computer.

On Thu 5/4/2017 3:18:39 AM your computer crashed
crash dump file: C:\Windows\Minidump\050417-24015-01.dmp
This was probably caused by the following module: ntoskrnl.exe (nt+0x16BFD0)
Bugcheck code: 0x109 (0xA39FEE59C209952A, 0x0, 0x88774FAE983F62B4, 0x101)
Error: CRITICAL_STRUCTURE_CORRUPTION
file path: C:\Windows\system32\ntoskrnl.exe
product: Microsoft® Windows® Operating System
company: Microsoft Corporation
description: NT Kernel & System
Bug check description: This indicates that the kernel has detected critical kernel code or data corruption.
This might be a case of memory corruption. More often memory corruption happens because of software errors in buggy drivers, not because of faulty RAM modules.
The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.
 
put them memory dump on a server like google docs or microsoft onedrive, share the file as public and post a link
and I will take a look at it



 

javadth

Commendable
Apr 29, 2017
26
0
1,530


pls follow this topic dear JOHN
in this topic i have uploaded some useful files
http://www.tomshardware.com/forum/id-3411723/bsod-crashes-related-ntoskrnl-exe-windows.html
 

javadth

Commendable
Apr 29, 2017
26
0
1,530
this is my last dump log

https://drive.google.com/file/d/0By2bF4_O_j5AQXNDWEhYcW1lVlU/view?usp=sharing

i used the bios file in this link to update my bios

https://www.asus.com/support/Download/3/390/0/8/NhyIh5IdAzzkKh7Y/45/

is it possible the files like " ASUS Splendid " or ATKPackage can cause BSOD ?

and i found this solution in a forum

what is this

>> If you have a command rate (CR) of 1, go to the BIOS and set it to 2. This can also trigger such BSODs.
 
I looked at one of the memory dumps, it had single bit memory errors.
you have to download and run memtest86 and get a clean run to get your memory timings correct or isolate a bad ram stick.

there is no point in debugging memory dumps if memtest86 fails.
 

javadth

Commendable
Apr 29, 2017
26
0
1,530


as i told before i have ran memtest86 and memtest86+ for long time passes and no error also windows memory diag

all of this shows no error
 

TRENDING THREADS