Windows 7 BSOD

Martin_03

Honorable
May 16, 2012
30
0
10,530
My problem is that I have a recurrent BSOD that reads "bad_pool_caller" but it only occurs when I have 2 or more users accounts open. Why could this be happenning?
This is what I get from bluescreenview:
==================================================
Dump File : 110713-9750-01.dmp
Crash Time : 07/11/2013 20:51:08
Bug Check String : BAD_POOL_CALLER
Bug Check Code : 0x000000c2
Parameter 1 : 00000000`00000007
Parameter 2 : 00000000`0000109b
Parameter 3 : 00000000`04030022
Parameter 4 : fffffa80`073ea230
Caused By Driver : TplinkUDSMBus.sys
Caused By Address : TplinkUDSMBus.sys+9ee5
File Description : Master Bus of USB Software Bus By TCP
Product Name : Windows (R) Codename Longhorn DDK driver
Company : Windows (R) Codename Longhorn DDK provider
File Version : 6.0.6000.16386 built by: WinDDK
Processor : x64
Crash Address : ntoskrnl.exe+75bc0
Stack Address 1 :
Stack Address 2 :
Stack Address 3 :
Computer Name :
Full Path : C:\Windows\Minidump\110713-9750-01.dmp
Processors Count : 4
Major Version : 15
Minor Version : 7601
Dump File Size : 278.384
Dump File Time : 07/11/2013 20:52:24
==================================================

 
In the case of bad_pool_caller, what has happened is that a thread in your processor has made a bad pool request. This means that it’s asking to use resources that are unavailable, nonexistent, or in use by another thread. It could also mean that the pool header is corrupted — regardless of the particular error, it, like most BSoDs, is caused by driver issues.
 


Ok. But why does this only happen when I have 2 user accounts open?