Controllo bug 0xBFE: BC_BLUETOOTH_VERIFIER_FAULT
Il controllo dei bug BC_BLUETOOTH_VERIFIER_FAULT ha un valore di 0x00000BFE. Ciò indica che un driver ha causato una violazione.
Importante
Questo articolo è destinato ai programmatori. Se si è un cliente che ha ricevuto un codice di errore della schermata blu durante l'uso del computer, vedere Risolvere gli errori della schermata blu.
parametri BC_BLUETOOTH_VERIFIER_FAULT
Parametro | Descrizione |
---|---|
1 | Sottotipo dell'errore del verificatore Bluetooth. 0x1 : An attempt was made to submit a Bluetooth Request Block that is already in use
2 - Brb pointer
3 - Reserved
4 - Reserved
0x2 : An attempt was made to free a Bluetooth Request Block that is in use
2 - Brb pointer
3 - Reserved
4 - Reserved
0x3 : An attempt was made to allocate or initialize an invalid BRB type
2 - Brb pointer
3 - pdo extension (if available)
4 - Reserved
0x4 : Invalid Bluetooth Request Block pointer was submitted
2 - Brb pointer
3 - Reserved
4 - Reserved
0x5 : A Bluetooth Request Block with an invalid size was submitted
2 - Brb pointer
3 - Actual Size
4 - Expected Size
0x6 : The IOCTL_BTH_GET_DEVICE_INFO was called with invalid parameters
2 - Reserved
3 - Reserved
4 - Reserved
0x7 : BRB_L2CA_UNREGISTER_SERVER was submitted with an invalid server handle
2 - Server handle
3 - Reserved
4 - Reserved
0x8 : BRB_L2CA_CLOSE_CHANNEL was submitted with an invalid channel handle
2 - Brb pointer
3 - Channel handle
4 - Reserved
0x9 : BRB_SCO_UNREGISTER_SERVER was submitted with an invalid server handle
2 - Server handle
3 - Reserved
4 - Reserved
|
2 | Vedere il parametro 1 |
3 | Vedere il parametro 1 |
4 | Vedere il parametro 1 |
Risoluzione
L'estensione di debug !analyze visualizza informazioni sul controllo dei bug e può essere utile per determinare la causa radice. Il parametro 1 descrive il tipo di violazione. Esaminare lo stack di chiamate per determinare il comportamento errato del driver.