Click here to Skip to main content
15,886,919 members
Home / Discussions / System Admin
   

System Admin

 
QuestionHow to Implement a I2C touch driver in windows xp? Pin
cedricvictor26-May-14 4:12
cedricvictor26-May-14 4:12 
AnswerRe: How to Implement a I2C touch driver in windows xp? Pin
Eddy Vluggen26-May-14 5:20
professionalEddy Vluggen26-May-14 5:20 
QuestionHow to program a windows xp i2c bus driver Pin
cedricvictor5-May-14 21:28
cedricvictor5-May-14 21:28 
AnswerRe: How to program a windows xp i2c bus driver Pin
Richard MacCutchan5-May-14 22:48
mveRichard MacCutchan5-May-14 22:48 
QuestionMemory Leak Issue Pin
cravi854-Apr-14 10:59
cravi854-Apr-14 10:59 
AnswerRe: Memory Leak Issue Pin
Richard MacCutchan4-Apr-14 23:26
mveRichard MacCutchan4-Apr-14 23:26 
AnswerRe: Memory Leak Issue Pin
B@dC0d3r24-Jun-15 4:42
professionalB@dC0d3r24-Jun-15 4:42 
Questionbug check code: 0x3B Pin
leftbackfielder16-Mar-14 17:06
leftbackfielder16-Mar-14 17:06 
hi, everybody
i write a Virtual keyboard, and send a virtual key to the keyboardclass by KeyboardClassServiceCallback.
First, my pc is lenveo thinkpad T430,when the syntp.sys driver is running, my virtual keyboard is crash until send vitual key.
i guardian the .dump file:
CSS
SYSTEM_SERVICE_EXCEPTION (3b)
An exception happened while executing a system service routine.
Arguments:
Arg1: 00000000c0000005, Exception code that caused the bugcheck
Arg2: fffff880010c754a, Address of the instruction which caused the bugcheck
Arg3: fffff8801bf0b0b0, Address of the context record for the exception that caused the bugcheck
Arg4: 0000000000000000, zero.

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


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - 0x%08lx

FAULTING_IP:
Wdf01000+3754a
fffff880`010c754a 664439400a      cmp     word ptr [rax+0Ah],r8w

CONTEXT:  fffff8801bf0b0b0 -- (.cxr 0xfffff8801bf0b0b0)
rax=0000000000000000 rbx=fffff8801bf0bb38 rcx=fffffa8007baedc0
rdx=fffffa800849b4d0 rsi=fffff8801bf0bba0 rdi=fffff8801bf0bbac
rip=fffff880010c754a rsp=fffff8801bf0bab0 rbp=fffff8801bf0bec0
 r8=0000000000000000  r9=fffff8801bf0bb38 r10=fffff880009ca180
r11=fffffa8004de8b00 r12=0000000000000000 r13=0000000000000000
r14=fffffa8004670280 r15=fffffa8004670280
iopl=0         nv up ei ng nz na pe nc
cs=0010  ss=0018  ds=002b  es=002b  fs=0053  gs=002b             efl=00210282
Wdf01000+0x3754a:
fffff880`010c754a 664439400a      cmp     word ptr [rax+0Ah],r8w ds:002b:00000000`0000000a=????
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

BUGCHECK_STR:  0x3B

CURRENT_IRQL:  0

LAST_CONTROL_TRANSFER:  from 0000000000000000 to fffff880010c754a

STACK_TEXT:
fffff880`1bf0bab0 00000000`00000000 : fffff800`09262630 00000000`00000010 00000000`00200086 fffff880`1bf0bae8 : Wdf01000+0x3754a


FOLLOWUP_IP:
Wdf01000+3754a
fffff880`010c754a 664439400a      cmp     word ptr [rax+0Ah],r8w

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  Wdf01000+3754a

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: Wdf01000

IMAGE_NAME:  Wdf01000.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  51c51641

STACK_COMMAND:  .cxr 0xfffff8801bf0b0b0 ; kb

FAILURE_BUCKET_ID:  X64_0x3B_Wdf01000+3754a

BUCKET_ID:  X64_0x3B_Wdf01000+3754a

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



In the DeviceTree, the keyboardfdo is upper syntp fdo, i guess , the crash may be related to the fdo orders~~
GeneralOS X 10.5.8 Pin
Michael Martin13-Mar-14 14:42
professionalMichael Martin13-Mar-14 14:42 
GeneralRe: OS X 10.5.8 Pin
LloydA11113-Mar-14 15:12
LloydA11113-Mar-14 15:12 
GeneralRe: OS X 10.5.8 Pin
Kent Sharkey13-Mar-14 15:36
staffKent Sharkey13-Mar-14 15:36 
GeneralRe: OS X 10.5.8 Pin
Marco Bertschi14-Mar-14 0:38
protectorMarco Bertschi14-Mar-14 0:38 
GeneralRe: OS X 10.5.8 Pin
Michael Martin14-Mar-14 3:47
professionalMichael Martin14-Mar-14 3:47 
GeneralRe: OS X 10.5.8 Pin
Marco Bertschi14-Mar-14 4:44
protectorMarco Bertschi14-Mar-14 4:44 
QuestionGroup policy to apply shortcut to a folder Pin
Kanel Roath7-Mar-14 22:45
Kanel Roath7-Mar-14 22:45 
QuestionHow does this hack with referrers work? Pin
Bernhard Hiller23-Feb-14 0:51
Bernhard Hiller23-Feb-14 0:51 
AnswerRe: How does this hack with referrers work? Pin
Bernhard Hiller26-Feb-14 20:21
Bernhard Hiller26-Feb-14 20:21 
QuestionHow API call Windows Deriver/The mapping API to Driver function Pin
trinh.nguyen19-Feb-14 0:45
trinh.nguyen19-Feb-14 0:45 
AnswerRe: How API call Windows Deriver/The mapping API to Driver function Pin
Richard MacCutchan19-Feb-14 3:06
mveRichard MacCutchan19-Feb-14 3:06 
QuestionHow to avoid the invisible wall effect when multi monitors with different resolutions? Pin
Joan M7-Jan-14 20:33
professionalJoan M7-Jan-14 20:33 
AnswerRe: How to avoid the invisible wall effect when multi monitors with different resolutions? Pin
Bernhard Hiller7-Jan-14 21:08
Bernhard Hiller7-Jan-14 21:08 
GeneralRe: How to avoid the invisible wall effect when multi monitors with different resolutions? Pin
Joan M7-Jan-14 21:11
professionalJoan M7-Jan-14 21:11 
JokeRe: How to avoid the invisible wall effect when multi monitors with different resolutions? Pin
Albert Holguin8-Jan-14 16:12
professionalAlbert Holguin8-Jan-14 16:12 
JokeRe: How to avoid the invisible wall effect when multi monitors with different resolutions? Pin
Joan M8-Jan-14 18:53
professionalJoan M8-Jan-14 18:53 
GeneralRe: How to avoid the invisible wall effect when multi monitors with different resolutions? Pin
Albert Holguin9-Jan-14 9:37
professionalAlbert Holguin9-Jan-14 9:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.