Windows 7 bsod Bad_Pool_Header Due to Athrx.sys

Drew125

Distinguished
Nov 3, 2014
208
10
18,715
I know this error is related to the WiFi driver. What exactly is causing this? I have debugged the memory dump, i will upload it when i get back. The default bucket ID is Win_driver somthing.
 
Solution
update Atheros network adapter driver you have a 2009 version you should use a 2014 or newer version.

looking at one bugcheck the driver
\SystemRoot\system32\DRIVERS\athrx.sys Tue Jun 09 11:06:49 2009
requested memory from windows, windows put a guard data structure around the memory block so that it can detect when a driver writes beyond its allocated memory.

in this case athrx.sys was given 9940 bytes of memory but wrote more than that. When it attempted to give the memory back to the system the system detected the corruption and called a bugcheck because of it.


update Atheros network adapter driver you have a 2009 version you should use a 2014 or newer version.

looking at one bugcheck the driver
\SystemRoot\system32\DRIVERS\athrx.sys Tue Jun 09 11:06:49 2009
requested memory from windows, windows put a guard data structure around the memory block so that it can detect when a driver writes beyond its allocated memory.

in this case athrx.sys was given 9940 bytes of memory but wrote more than that. When it attempted to give the memory back to the system the system detected the corruption and called a bugcheck because of it.


 
Solution