Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: 0x00000044: MULTIPLE_IRP_COMPLETE_REQUESTS
Показать сообщение отдельно

Аватара для Михайло

Старожил


Сообщения: 452
Благодарности: 5

Профиль | Отправить PM | Цитировать


Не совсем понял причем здесь:
Цитата:
ASMMAP64.sys Thu Jul 02 13:13:26 2009 LENOVO ATK Hotkey ATK0101 ACPI UTILITY http://www-307.ibm.com/pc/support/si.../homeLenovo.do
У меня же ноутбук Asus.
Цитата:
BugCheck 44, {fffffa800442b810, eae, 0, 0}

Probably caused by : Unknown_Image ( ANALYSIS_INCONCLUSIVE )

MULTIPLE_IRP_COMPLETE_REQUESTS (44)
A driver has requested that an IRP be completed (IoCompleteRequest()), but
the packet has already been completed. This is a tough bug to find because
the easiest case, a driver actually attempted to complete its own packet
twice, is generally not what happened. Rather, two separate drivers each
believe that they own the packet, and each attempts to complete it. The
first actually works, and the second fails. Tracking down which drivers
in the system actually did this is difficult, generally because the trails
of the first driver have been covered by the second. However, the driver
stack for the current request can be found by examining the DeviceObject
fields in each of the stack locations.
Arguments:
Arg1: fffffa800442b810, Address of the IRP
Arg2: 0000000000000eae
Arg3: 0000000000000000
Arg4: 0000000000000000

Это пустой стек
STACK_TEXT:
fffff800`00ba2c78 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KeBugCheckEx
Это анализ дампа?

Отправлено: 11:46, 13-05-2013 | #72

Название темы: 0x00000044: MULTIPLE_IRP_COMPLETE_REQUESTS