DMA_COMMON_BUFFER_VECTOR_ERROR 参数

参数说明
1指示故障类型。请参阅下面的值。
2请参阅下面的值。
3请参阅下面的值。
4请参阅下面的值。

故障类型

0x01 : Wrong IRQL
    2 - Current IRQL.
x02 : Vector not empty.
    2 - Index of remaining buffer.
    3 - Virtual Address of remaining buffer.
    4 - Logical address of remaining buffer.
0x03 : Index out of bounds.
    2 - Number of available entries.
    3 - Index requested.
0x04 : Index freed.
    2 - Index requested.
0x05 : Common buffer leaked.
Windows 蓝屏代码 0x1DC:DMA_COMMON_BUFFER_VECTOR_ERROR

DMA_COMMON_BUFFER_VECTOR_ERROR 错误检查的值为 0x000001DC。
它表明驱动程序滥用了 DMA 向量公共缓冲区 API。

www. On IT Road .com

原因

驱动程序滥用了 DMA 向量公共缓冲区 API。
!analyze 调试扩展显示有关错误检查的信息,有助于确定根本原因。
详细步骤查看我们的教程 在windows 中使用WinDBG 调试dmp文件

日期:2020-09-17 00:15:50 来源:oir作者:oir