BAD_POOL_CALLER crashing (almost once a day)

Solution
first one looks like the driver \SystemRoot\system32\drivers\bckd.sys
tried to free the same memory twice. The second time would be a bug in the driver.

BugCheck C2, {7, 1200, 403000b, ffffe00167e199b0}
argument1 code 7 = Attempt to free pool which was already freed

update this driver
Image path: \SystemRoot\system32\drivers\bckd.sys
Image name: bckd.sys
Timestamp: Fri Jan 24 09:05:22 2014

the file looks like it belongs to
K9 parental web filter
http://www1.k9webprotection.com/

second bugcheck was a different error code but from the same driver attempting to free up a bad memory address.
one that it currently did not own.
first one looks like the driver \SystemRoot\system32\drivers\bckd.sys
tried to free the same memory twice. The second time would be a bug in the driver.

BugCheck C2, {7, 1200, 403000b, ffffe00167e199b0}
argument1 code 7 = Attempt to free pool which was already freed

update this driver
Image path: \SystemRoot\system32\drivers\bckd.sys
Image name: bckd.sys
Timestamp: Fri Jan 24 09:05:22 2014

the file looks like it belongs to
K9 parental web filter
http://www1.k9webprotection.com/

second bugcheck was a different error code but from the same driver attempting to free up a bad memory address.
one that it currently did not own.
 
Solution

megageektutorials

Reputable
Jul 10, 2014
5
0
4,510


Thanks for the help! I'll try updating and see if it fixes it.
 

TemiU

Reputable
Jul 14, 2015
2
0
4,510
I have been having a lot of BSODs as well, based on the same driver. I do have K9 protection installed on my computer.

What did you do to fix it?
 

TemiU

Reputable
Jul 14, 2015
2
0
4,510

Thanks johnbl. I was having trouble finding the driver online, so I wanted to know what megageek did to resolve the issue.