BSOD In Windows 7: BAD_POOL_HEADER error after standby, maybe SSD related?

4

Sometimes (not always) when I raise my computer from standby (not hybrid mode), I get BSOD (after a bit, around 30 seconds). This problem exists since when I bought it, around 1 year ago.

I would like to know if there is some solution. I think that the problem is SSD related, but maybe I'm wrong because I've 2-3 issues.

My configuration is this:

  • Windows 7 Ultimate
  • OCZ Revodrive (X1) on PCI Express [SSD]
  • Asus Rampage III Extreme [Motherboard]
  • Nvidia Geforce 560 ti (gainward) [Graphic card]
  • Corsair dominator 6GB (3 slots) [RAM]
  • Corsair Professional Series HX850 850W 80Plus [Power supplier]
  • i7-950 [Processor]
  • 2 Screens (1 on DVI and other on PC cable)

I'm using the SSD as a RAM backup if I exceed my 6GB (only 2GB as suggested on OCZ website); but I think I never reached that limit (I have a G19 and I track my memory consumption on it's screen, and I really never filled up my physical memory) so maybe that's not the problem. Could it be just an incompatibility issue related to the fact that is on PCI-Express? Maybe Windows have some problems with it even with drivers.

The second thing that this may be created from is my graphic card, infact I got a lot of times the message "285.xx" driver has stopped working and has been restarted. While this doesn't happen while I play under heavy load (battlefield 3/skyrim/other heavy games), it happens sometimes when simply using Windows, roaming around my desktop. Also recently Windows stopped to recognize my main screen, to fix it just needed to press Detect under resolution settings, but it's worth a notice.

The third and last thing that this problem may be created from is my power supplier:

When I shutdown my computer if it has been under heavy load it makes a silent noise like whistle which can't be heared if there are other noise, but when you are going to sleep, you can definitely hear it and it's quite boring. The only solution I've found to this is detach my computer from electric supply (by pressing the button 0/1 behind my power supplier).

Maybe the graphic card problem is directly connected with the power supply issue (it doesn't send enough energy?), or maybe the power supply is not working well because the graphic card asks for energy even when computer is shutting down. I really don't know.

That being said, I would like to solve my BSOD problem by understand which is the problem, doesn't matter changing my hardware because I still have warranty, but is boring having a good computer with problems.

Edit 1:

BSOD Minidump:

011212-11419-01.dmp 12/01/2012 06:14:39 BAD_POOL_HEADER 0x00000019 0000000000000003 fffff8a01625a220 59e5cce1ae26b91c fffff8a01625a220 ntoskrnl.exe ntoskrnl.exe+7cc40 NT Kernel & System Microsoft® Windows® Operating System Microsoft Corporation 6.1.7601.17640 (win7sp1_gdr.110622-1506) x64 ntoskrnl.exe+7cc40 C:\Windows\Minidump\011212-11419-01.dmp 8 15 7601 288.248

Human readable version:

Minidump image

Edit 2: I should also point out that the thing about graphic drivers that stopped working is happen more frequently this period, maybe something is "getting worser".

Edit 3: I updated all drivers/bios of the motherboard and so on. It looks like the problem is persisting.

Edit 4: Seems like the graphic card problem is not connected with this one, I fixed with this topic on nvidia forums

Edit 5: It's long time that the problem doesn't show up, I'm not sure it is fixed for some reason (maybe connected with graphic driver and power management?) I'll let you know. Thanks for all help

windows-7
graphics-card
ssd
power-supply
bsod
asked on Super User Jan 12, 2012 by Francesco Belladonna • edited Jan 4, 2019 by Glorfindel

4 Answers

3

BAD_POOL_HEADER BSOD almost always indicates a faulty software (e.g. a device driver bug), rather than a faulty hardware. What it says is that an essential internal Windows data structure has been corrupted, and Windows cannot continue. If the BSOD is inconsistent (e.g. you're getting a different code each time), then the code itself is not indicative, obviously.

One needs to use programming tools (kernel debugger, etc.) to analyze the problem and fee which driver is at fault, and this is time-consuming and the success is not guaranteed.

One other thing you can do is to test your memory with memtest86, since faulty memory might be the cause of this kind of BSOD (rare).

My conclusion: Most probably not SSD-related in any way, try updating your drivers (motherboard, graphic card, etc.) and see if it helps.

answered on Super User Jan 12, 2012 by haimg
1

While it is probably a driver or memory issue, looking at ( http://msdn.microsoft.com/en-us/library/ff557389%28VS.85%29.aspx ) indicates that params 2,3,and 4 in your screencap should be identical.

It is very unusual, but possible, that you have a rootkit or other malware that is inserting something into the pool. It may only cause an issue when resuming the system.

Doesn't hurt to check.

Google terms: "kernel pool exploit"

answered on Super User Jan 27, 2012 by horatio
1

Tech talk: Dell Inspiron 6400 , ATI Mobility Radeon X1400, Problem start with plan basics, 1.blue screen of death, Make sure you have enough space for air flow to and from by pass port and fan, on bottom side. If there is a over heating issue, have a tech do some maintenance cleaning, ( clean off heat sink cooler ), so air can flow through correctly.

One needs to use programming tools (kernel debugger, etc.) to analyze the problem and figure out which driver is at fault. This is very time-consuming and success is not guaranteed (or even probably in many cases, depending on the skill level of the debugger).

One other thing you can do is to test your memory with Passmark, since faulty memory might be the cause of this kind of BSOD (though it is rare).

My conclusion: Most probably not SSD-related in any way, try updating your drivers (motherboard, graphic card, etc.) and see if it helps.

answered on Super User Sep 21, 2012 by Frank'o • edited Sep 23, 2012 by soandos
0

It looks like the graphic card problem, after it has been fixed, fixed bad pool header problem too.

It's connected with a energy supply issue with the graphic card. Infact there is a bug with latest nvidia drivers (only with 560 ti) that tweak with energy supply in some way when clock is low, making the system unstable.

Thanks for anyone, hopefully they will fix the bug in next driver release.

answered on Super User Jan 31, 2012 by Francesco Belladonna

User contributions licensed under CC BY-SA 3.0