Никогда таким не занимался. Может кто-нибудь помочь с отладкой? Как разобраться в ней? Из-за чего BSOD выдает?
Цитата:
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 80585490, The address that the exception occurred at
Arg3: f78fabd0, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - Инструкция по адресу "0x%08lx" обратилась к памяти по адресу "0x%08lx". Память не может быть "%s".
microsoft debugging tools
в отладчике загрузить дамп и дать команду !analyze
а дает сбой в функции сравнения. мне кажется это кривая работа с реестром либо он поврежден.
а вообще включать в работу softice и faults=on ставить и ждать бряка.