Advertisement
Guest User

Untitled

a guest
Sep 9th, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. *******************************************************************************
  2. * *
  3. * Bugcheck Analysis *
  4. * *
  5. *******************************************************************************
  6.  
  7. Use !analyze -v to get detailed debugging information.
  8.  
  9. BugCheck 19, {3, fffff8a0161cd8a0, fffff8a0161cd8a0, fffef8a0161cd8a0}
  10.  
  11. Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+cbb )
  12.  
  13. Followup: Pool_corruption
  14. ---------
  15.  
  16. 2: kd> !analyze -v
  17. *******************************************************************************
  18. * *
  19. * Bugcheck Analysis *
  20. * *
  21. *******************************************************************************
  22.  
  23. BAD_POOL_HEADER (19)
  24. The pool is already corrupt at the time of the current request.
  25. This may or may not be due to the caller.
  26. The internal pool links must be walked to figure out a possible cause of
  27. the problem, and then special pool applied to the suspect tags or the driver
  28. verifier to a suspect driver.
  29. Arguments:
  30. Arg1: 0000000000000003, the pool freelist is corrupt.
  31. Arg2: fffff8a0161cd8a0, the pool entry being checked.
  32. Arg3: fffff8a0161cd8a0, the read back flink freelist value (should be the same as 2).
  33. Arg4: fffef8a0161cd8a0, the read back blink freelist value (should be the same as 2).
  34.  
  35. Debugging Details:
  36. ------------------
  37.  
  38.  
  39. BUGCHECK_STR: 0x19_3
  40.  
  41. CUSTOMER_CRASH_COUNT: 1
  42.  
  43. DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
  44.  
  45. PROCESS_NAME: CorsairLINK_Ha
  46.  
  47. CURRENT_IRQL: 0
  48.  
  49. LAST_CONTROL_TRANSFER: from fffff80003c0770f to fffff80003adcd00
  50.  
  51. STACK_TEXT:
  52. fffff880`061da808 fffff800`03c0770f : 00000000`00000019 00000000`00000003 fffff8a0`161cd8a0 fffff8a0`161cd8a0 : nt!KeBugCheckEx
  53. fffff880`061da810 fffff800`03c091a1 : 00000000`00000000 fffff8a0`1604d920 00000000`00000000 fffff800`00000011 : nt!ExDeferredFreePool+0xcbb
  54. fffff880`061da8a0 fffff800`03de931f : 00000000`00000008 fffff800`03dec506 00000000`42456c41 fffffa80`06e62f20 : nt!ExFreePoolWithTag+0x411
  55. fffff880`061da950 fffff800`03de9418 : 00000000`064d0068 00000000`fffeffff fffff800`03c4de98 fffff8a0`15ff0d00 : nt!AlpcpMessageDestroyProcedure+0xbf
  56. fffff880`061da990 fffff800`03dec3da : 00000000`00000000 00000000`064d0068 00000000`064d0068 ee657645`061daa01 : nt!AlpcpDestroyBlob+0x28
  57. fffff880`061da9c0 fffff800`03de99fb : fffffa80`06d7b3b0 00000000`c0020000 00000000`064d0068 00000000`004a92c0 : nt!AlpcpProcessSynchronousRequest+0xb17
  58. fffff880`061dab00 fffff800`03adbf93 : fffffa80`06e62b60 fffff880`061daca0 00000000`061ffd20 fffff880`061dac20 : nt!NtAlpcSendWaitReceivePort+0x1ab
  59. fffff880`061dabb0 00000000`76d51b6a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
  60. 00000000`061fe268 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x76d51b6a
  61.  
  62.  
  63. STACK_COMMAND: kb
  64.  
  65. FOLLOWUP_IP:
  66. nt!ExDeferredFreePool+cbb
  67. fffff800`03c0770f cc int 3
  68.  
  69. SYMBOL_STACK_INDEX: 1
  70.  
  71. SYMBOL_NAME: nt!ExDeferredFreePool+cbb
  72.  
  73. FOLLOWUP_NAME: Pool_corruption
  74.  
  75. IMAGE_NAME: Pool_Corruption
  76.  
  77. DEBUG_FLR_IMAGE_TIMESTAMP: 0
  78.  
  79. MODULE_NAME: Pool_Corruption
  80.  
  81. FAILURE_BUCKET_ID: X64_0x19_3_nt!ExDeferredFreePool+cbb
  82.  
  83. BUCKET_ID: X64_0x19_3_nt!ExDeferredFreePool+cbb
  84.  
  85. Followup: Pool_corruption
  86. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement