Announcement

Collapse
No announcement yet.

SPTD driver issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SPTD driver issues

    Hi,
    I've try to install DT v4.03 x64 version without success.
    DT installs SPTD driver 1.50 ok, reboots and when windows are loading, BSOD appears with the message "DRIVER_IRQL_NOT_LESS_OR_EQUAL".

    I can see that DT drivers have IRQ 9 established with ACPI driver.

    I've analysed the minidump crash of windows with windbg but i didn't find anything (copy next)

    System: AMD64 X2, 2 Gb RAM, NVidia Nforce4, Windows x64

    Can you help me ?



    1: kd> !analyze -v
    ************************************************** *****************************
    * *
    * Bugcheck Analysis *
    * *
    ************************************************** *****************************

    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (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: 0000000000000081, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
    Arg4: fffffadfce7f3168, address which referenced memory

    Debugging Details:
    ------------------


    READ_ADDRESS: 0000000000000081

    CURRENT_IRQL: 2

    FAULTING_IP:
    +fffffadfce7f3168
    fffffadf`ce7f3168 0000 add byte ptr [rax],al

    CUSTOMER_CRASH_COUNT: 2

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    BUGCHECK_STR: 0xD1

    PROCESS_NAME: Idle

    TRAP_FRAME: fffffadfc901db80 -- (.trap fffffadfc901db80)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed.
    rax=0000000000000081 rbx=0000000000000001 rcx=fffffadfceb72408
    rdx=fffffadfceb5f000 rsi=0000000001c6bd8b rdi=00000066dc7bdbce
    rip=fffffadfce7f3168 rsp=fffffadfc901dd18 rbp=0000000000000000
    r8=0000000000000000 r9=0000000000000000 r10=0000000000000000
    r11=fffffadfc8c7b180 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0 nv up ei pl nz na po nc
    fffffadf`ce7f3168 0000 add byte ptr [rax],al ds:00000000`00000081=??
    Resetting default scope

    LAST_CONTROL_TRANSFER: from fffff8000104e5b4 to fffff8000104e890

    STACK_TEXT:
    fffffadf`c901d9f8 fffff800`0104e5b4 : 00000000`0000000a 00000000`00000081 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx
    fffffadf`c901da00 fffff800`0104d587 : 00000000`00000001 fffffadf`c84b12b7 00000000`00000000 00000000`00000000 : nt!KiBugCheckDispatch+0x74
    fffffadf`c901db80 fffffadf`ce7f3168 : fffff800`01051734 00000000`00000000 00000000`00000000 fffffadf`c8737820 : nt!KiPageFault+0x207
    fffffadf`c901dd18 fffff800`01051734 : 00000000`00000000 00000000`00000000 fffffadf`c8737820 fffffadf`ceb72488 : 0xfffffadf`ce7f3168
    fffffadf`c901dd20 fffff800`0106fd20 : fffffadf`c8c7b180 fffffadf`c8c7b180 00000000`00000000 fffffadf`c8c83680 : nt!KiRetireDpcList+0x150
    fffffadf`c901ddb0 fffff800`014231d1 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiIdleLoop+0x50
    fffffadf`c901dde0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemStartup+0x1bf


    STACK_COMMAND: kb

    FOLLOWUP_IP:
    nt!KiPageFault+207
    fffff800`0104d587 488d0532300000 lea rax,[nt!RtlpInterlockedPopEntrySList (fffff800`010505c0)]

    SYMBOL_STACK_INDEX: 2

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    IMAGE_NAME: ntkrnlmp.exe

    DEBUG_FLR_IMAGE_TIMESTAMP: 4418cf89

    SYMBOL_NAME: nt!KiPageFault+207

    FAILURE_BUCKET_ID: X64_0xD1_nt!KiPageFault+207

    BUCKET_ID: X64_0xD1_nt!KiPageFault+207

    Followup: MachineOwner
    ---------

  • #2
    Do you have the AMD Dual Core Optimizer installed?
    Everybody be cool! You, be cool!
    They'll keep fighting! And they'll win!

    Comment

    Working...
    X