0xBFE de Verificação de Bugs: BC_BLUETOOTH_VERIFIER_FAULT
O bug BC_BLUETOOTH_VERIFIER_FAULT marcar tem um valor de 0x00000BFE. Isso indica que um driver causou uma violação.
Importante
Este artigo é para programadores. Se você for um cliente que recebeu um código de erro de tela azul ao usar o computador, consulte Solucionar erros de tela azul.
Parâmetros de BC_BLUETOOTH_VERIFIER_FAULT
Parâmetro | Descrição |
---|---|
1 | O subtipo da falha do verificador 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 | Ver o parâmetro 1 |
3 | Ver o parâmetro 1 |
4 | Ver o parâmetro 1 |
Resolução
A extensão de depuração !analyze exibe informações sobre o bug marcar e pode ser útil para determinar a causa raiz. O parâmetro 1 descreve o tipo de violação. Examine a pilha de chamadas para determinar o driver com comportamento incorreto.