Quote:
kd> !analyze -v
************************************************************ *******************
* *
* Bugcheck Analysis *
* *
************************************************************ *******************
DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
An attempt was made to access a pagable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If kernel debugger is available get stack backtrace.
Arguments:
Arg1: 00000001, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 00000001, address which referenced memory
Debugging Details:
------------------
READ_ADDRESS: 00000001
CURRENT_IRQL: 2
FAULTING_IP:
+1
00000001 ?? ???
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0xD1
LAST_CONTROL_TRANSFER: from 804dce53 to 805266db
STACK_TEXT:
ba179864 804dce53 0000000a 00000001 00000002 nt!KeBugCheckEx+0x19
ba179880 815dd418 00000001 05ecc000 00000000 nt!KiTrap0E+0x2ad
WARNING: Frame IP not in any known module. Following frames may be wrong.
80ffe140 00000000 00000000 00000000 00000000 0x815dd418
FAILED_INSTRUCTION_ADDRESS:
+1
00000001 ?? ???
FOLLOWUP_IP:
nt!KiTrap0E+2ad
804dce53 ?? ???
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: nt!KiTrap0E+2ad
MODULE_NAME: nt
IMAGE_NAME: ntoskrnl.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 3d6de35c
STACK_COMMAND: kb
BUCKET_ID: 0xD1_BAD_IP_nt!KiTrap0E+2ad
Followup: MachineOwner
---------
Now, I'm a real newbie when it comes to debugging, so I dont understand what most/any of this means. But judging from some of stuff that comes up in there, am I simply having IRQ confilcts???