Jump to content

Input Remapper locked up Windows Vista


Sak
 Share

2 posts in this topic

Recommended Posts

First of all, great utility! Keep it up.

 

This problem happens every time I defragment my hard drive or compile a large software project where CPU usage is really high. Here is the stack trace with kernel debugger enabled.

 

Assertion d:\vistartm\base\ntos\ke\runtime.c(236): *** DPC execution time exceeds system limit

This is NOT a break in update time

This is a BUG in a DPC routine

Perform a stack trace to find the culprit

The time out limit will be doubled on continuation

Use gh to continue!!



nt!KeUpdateRunTime+0x151:

81c284c6 cd2c int 2Ch

0: kd> kb

ChildEBP RetAddr Args to Child

82041d2c 81c9056d 8657fd02 000000d1 82041dd8 nt!KeUpdateRunTime+0x151

82041d2c 81c8bdc6 8657fd02 000000d1 82041dd8 nt!KeUpdateSystemTime+0xed

82041dac 8c9cd082 86c14798 86c41cd0 00000000 nt!KeAcquireQueuedSpinLockAtDpcLevel+0x26

WARNING: Stack unwind information not available. Following frames may be wrong.

82041dd8 82a188ed ffffffff 86c14850 86c14868 InputRemapperFilter_x86+0x1082

82041e0c 81cacb3b 00000000 02000000 01c14798 mouhid!MouHid_ReadComplete+0x4c7

82041e40 82b0fb64 82041e48 82041e48 86c1a498 nt!IopfCompleteRequest+0x13d

82041e5c 82b0fce4 02c1a480 8684a198 00000004 HIDCLASS!HidpDistributeInterruptReport+0xae

82041e94 81cacb3b 00000000 86bf7c20 86bf1e14 HIDCLASS!HidpInterruptReadComplete+0x16c

82041ec8 8b4c0f18 81c91df4 8509a8f0 00000000 nt!IopfCompleteRequest+0x13d

82041f04 8b4c1564 8657f028 86bf7c20 85076b80 USBPORT!USBPORT_Core_iCompleteDoneTransfer+0x6cb

82041f34 8b4bb163 8657f028 39585043 8657fbe8 USBPORT!USBPORT_Core_iIrpCsqCompleteDoneTransfer+0x4f5

82041f60 8b4b95b9 8657f028 8657fbe8 8657f002 USBPORT!USBPORT_Core_UsbIocDpc_Worker+0x122

82041f88 81ca93ae 8657fbf4 34776478 00000000 USBPORT!USBPORT_Xdpc_Worker+0x273

82041ff4 81c90d8d a7afa66c 00000000 00000000 nt!KiRetireDpcList+0x147

82041ff8 a7afa66c 00000000 00000000 00000000 nt!KiDispatchInterrupt+0x3d

81c90d8d 00000000 0000001a 00c1850f bb830000 0xa7afa66c

0: kd>



Link to comment
Share on other sites

  • 4 weeks later...
First of all, great utility! Keep it up.

 

This problem happens every time I defragment my hard drive or compile a large software project where CPU usage is really high. Here is the stack trace with kernel debugger enabled.

 

This has probably been fixed in the lastest version. The bug happened when there was much process creation activity.

Link to comment
Share on other sites

 Share

×
×
  • Create New...