Client BSOD Code APC_INDEX_MISMATCH when Launch ICA Session

3rd app EDSdMsg.exe cause client OS BSOD.

Client full memory dump output:

1: kd> !analyze -v

*******************************************************************************

* *

* Bugcheck Analysis *

* *

*******************************************************************************

APC_INDEX_MISMATCH (1)

This is a kernel internal error. The most common reason to see this

bugcheck is when a filesystem or a driver has a mismatched number of

calls to disable and re-enable APCs. The key data item is the

Thread->CombinedApcDisable field. This consists of two separate 16-bit

fields, the SpecialApcDisable and the KernelApcDisable. A negative value

of either indicates that a driver has disabled special or normal APCs

(respectively) without re-enabling them; a positive value indicates that

a driver has enabled special or normal APCs (respectively) too many times.

Arguments:

Arg1: 0000000077a21cfc, Address of system call function or worker routine

Arg2: 0000000000000000, Thread->ApcStateIndex

Arg3: 000000000000ffff, (Thread->SpecialApcDisable << 16) | Thread->KernelApcDisable

Arg4: ffff828528127a80, Call type (0 – system call, 1 – worker routine)


BUGCHECK_CODE: 1

BUGCHECK_P1: 77a21cfc

BUGCHECK_P2: 0

BUGCHECK_P3: ffff

BUGCHECK_P4: ffff828528127a80

PROCESS_NAME: EDSdMsg.exe

STACK_TEXT:

ffff8285`28127848 fffff806`4380fc29 : 00000000`00000001 00000000`77a21cfc 00000000`00000000 00000000`0000ffff : nt!KeBugCheckEx

ffff8285`28127850 fffff806`4380fadf : 00000000`00000000 00000000`00b1e9f8 ffff8285`00000102 ffffe00e`fe2db860 : nt!KiBugCheckDispatch+0x69

ffff8285`28127990 00000000`77a21cfc : 00000000`77a21933 00000023`77aa300c 00000000`00000023 00000000`00000000 : nt!KiSystemServiceExitPico+0x334

00000000`00b1f308 00000000`77a21933 : 00000023`77aa300c 00000000`00000023 00000000`00000000 00000000`0126f828 : wow64cpu!CpupSyscallStub+0xc

00000000`00b1f310 00000000`77a211b9 : 00000000`0126fd24 00007ffa`406e39b4 00000000`00b1f3e0 00007ffa`406e3aaf : wow64cpu!DeviceIoctlFileFault+0x31

00000000`00b1f3c0 00007ffa`406e38c9 : 00000000`01b6fcf8 00000000`00400100 00000000`00000000 00000000`00b1f800 : wow64cpu!BTCpuSimulate+0x9

00000000`00b1f400 00007ffa`406e32bd : 00000000`00000000 00000000`00000001 00000000`00000000 00000000`00000000 : wow64!RunCpuSimulation+0xd

00000000`00b1f430 00007ffa`41dc5089 : 00000000`00000000 00000000`00000000 00000000`00000001 00000000`00000000 : wow64!Wow64LdrpInitialize+0x12d

00000000`00b1f6e0 00007ffa`41dc4c73 : 00000000`00000000 00007ffa`41d50000 00000000`00000000 00000000`00332000 : ntdll!LdrpInitialize+0x3fd

00000000`00b1f780 00007ffa`41dc4c1e : 00000000`00b1f800 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrpInitialize+0x3b

00000000`00b1f7b0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrInitializeThunk+0xe

Related:

  • No Related Posts

Leave a Reply