Hi,
BAD_POOL_HEADER (19)
This indicates that a pool header is corrupt.
Code:
BugCheck 19, {d, fffff90145392ca0, 79799445af7dc52f, 7979d445af7dc52f}
Code:
4: kd> !pool fffff90145392ca0
GetPointerFromAddress: unable to read from fffff803d0bde138
Pool page fffff90145392ca0 region is unable to get nt!MmNonPagedPoolStart
unable to get nt!MmSizeOfNonPagedPoolInBytes
Unknown
fffff90145392000 size: 1d0 previous size: 0 (Allocated) Ttfd
fffff901453921d0 size: a0 previous size: 1d0 (Free) Usqm
fffff90145392270 size: f0 previous size: a0 (Allocated) Gla8
fffff90145392360 size: 30 previous size: f0 (Free) Free
fffff90145392390 size: f0 previous size: 30 (Allocated) Gla4
fffff90145392480 size: 370 previous size: f0 (Free) Gfnt
fffff901453927f0 size: 4b0 previous size: 370 (Allocated) Usti Process: 7979cd454ff1408f
[COLOR=#ff0000]*fffff90145392ca0 size: 360 previous size: 4b0 (Free ) *Gdrs[/COLOR]
[B]Pooltag Gdrs : Gdi GDITAG_DRVSUP[/B]
1. AODDriver2.sys is listed and loaded in your modules list which is AMD Overdrive; also in EasyTune6 for Gigabyte motherboard. Known BSOD issues in Win7 & 8.
Please uninstall either software ASAP! If you cannot find either software to uninstall, or it's not installed, please navigate to the following filepath:
C:\Program Files\ATI Technologies\ATI.ACE\Fuel\amd64\AODDriver2.sys and rename AODDriver2.sys to AODDriver.2old and then Restart.
2. Uninstall Glary Utilities.
3. Run Memtest for no less than 8 passes:
Memtest86+:
Download Memtest86+ here:
Memtest86+ - Advanced Memory Diagnostic Tool
Which should I download?
You can either download the pre-compiled .ISO that you would burn to a CD and then boot from the CD, or you can download the auto-installer for the USB key. What this will do is format your USB drive, make it a bootable device, and then install the necessary files. Both do the same job, it's just up to you which you choose, or which you have available (whether it's CD or USB).
Do note that some older generation motherboards do not support USB-based booting, therefore your only option is CD (or Floppy if you really wanted to).
How Memtest works (you don't need to read, it's only for those interested in the specifics):
Memtest uses algorithms (specifically two), namely moving inversion & what is deemed Modulo-X. Essentially, the first algorithm fills the memory with a pattern. Starting at the low address, it checks to see if the pattern was changed (it should not have been), writes the patterns complement, increments the address, and repeats. Starting at the highest address (as opposed to the lowest), it follows the same checklist.
The reason for the second algorithm is due to a few limitations, with the first being that not all adjacent cells are being tested for interaction due to modern chips being 4 to 16 bits wide regarding data storage. With that said, patterns are used to go ahead and ensure that all adjacent cells have at least been written with all possible one and zero combinations.
The second is that caching, buffering and out of order execution will interfere with the moving inversions algorithm. However, the second algorithm used is not affected by this. For starting offsets of 0-20, the algorithm will write every 20th location with a pattern, write all other locations with the patterns complement, repeat the previous one (or more) times, and then check every 20th location for the previously mentioned pattern.
Now that you know how Memtest actually works, it's important to know that the tests it goes through all mean something different. It goes from Test 0 through Test 12, many of which use either one or the other algorithm discussed above, among many other things.
Any other questions, they can most likely be answered by reading this great guide here:
FAQ : please read before posting
Regards,
Patrick