Guest User

Dump 1

a guest
Apr 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. Use !analyze -v to get detailed debugging information.
  2.  
  3. BugCheck 19, {e, ffffe780a65411b0, fffff8020290b993, 9c73b16807d1787e}
  4.  
  5. Probably caused by : memory_corruption
  6.  
  7. Followup: memory_corruption
  8. ---------
  9.  
  10. 3: kd> !analyze -v
  11. *******************************************************************************
  12. * *
  13. * Bugcheck Analysis *
  14. * *
  15. *******************************************************************************
  16.  
  17. BAD_POOL_HEADER (19)
  18. The pool is already corrupt at the time of the current request.
  19. This may or may not be due to the caller.
  20. The internal pool links must be walked to figure out a possible cause of
  21. the problem, and then special pool applied to the suspect tags or the driver
  22. verifier to a suspect driver.
  23. Arguments:
  24. Arg1: 000000000000000e,
  25. Arg2: ffffe780a65411b0
  26. Arg3: fffff8020290b993
  27. Arg4: 9c73b16807d1787e
  28.  
  29. Debugging Details:
  30. ------------------
  31.  
  32.  
  33. BUGCHECK_STR: 0x19_e
  34.  
  35. CUSTOMER_CRASH_COUNT: 1
  36.  
  37. DEFAULT_BUCKET_ID: CODE_CORRUPTION
  38.  
  39. PROCESS_NAME: LoLPatcher.exe
  40.  
  41. CURRENT_IRQL: 0
  42.  
  43. ANALYSIS_VERSION: 6.3.9600.17336 (debuggers(dbg).150226-1500) amd64fre
  44.  
  45. LAST_CONTROL_TRANSFER: from fffff80203919c4f to fffff80203804fd0
  46.  
  47. STACK_TEXT:
  48. ffffe780`a8b6b4c8 fffff802`03919c4f : 00000000`00000019 00000000`0000000e ffffe780`a65411b0 fffff802`0290b993 : nt!KeBugCheckEx
  49. ffffe780`a8b6b4d0 fffff802`0371d7ab : 00000000`0512ea28 00000000`50646641 d48e89ae`50646641 00000000`000000f0 : nt!ExAllocatePoolWithTag+0x18bf
  50. ffffe780`a8b6b5c0 fffff806`9ddb58a5 : ffffd48e`8d229770 ffffd48e`89685848 ffffd48e`50646641 00000000`00000001 : nt!ExAllocatePoolWithQuotaTag+0x6b
  51. ffffe780`a8b6b650 fffff806`9ddcdafb : ffffd48e`89537b00 ffffe780`a8b6b6d0 ffffd48e`89685605 ffffd48e`00000000 : afd!AfdPollGetInfo+0x21
  52. ffffe780`a8b6b690 fffff806`9ddb4f95 : ffffd48e`89da3100 00000000`00000000 ffffd48e`c000000d ffffd48e`00000001 : afd!AfdPoll32+0x12b
  53. ffffe780`a8b6b7c0 fffff806`9ddad1e7 : ffffd48e`89685848 00000000`00000001 ffffd48e`8d5a97c0 00000000`0000020c : afd!AfdPoll+0x35
  54. ffffe780`a8b6b7f0 fffff802`03af654f : ffffd48e`89aeeb10 00000000`00000000 00000000`00000000 00000000`00000000 : afd!AfdDispatchDeviceControl+0x77
  55. ffffe780`a8b6b820 fffff802`03af5e11 : ffffd48e`00000000 ffffd48e`89aeeb04 00000000`00000000 ffffe780`a8b6bb80 : nt!IopSynchronousServiceTail+0x1af
  56. ffffe780`a8b6b8e0 fffff802`03af5756 : d48e89ad`f6a0c6dd 00000000`0000054c 00000000`00000001 00000000`00000000 : nt!IopXxxControlFile+0x6a1
  57. ffffe780`a8b6ba20 fffff802`0380ff13 : 00000000`00000000 00000000`00000001 00000000`00000001 00000000`00000000 : nt!NtDeviceIoControlFile+0x56
  58. ffffe780`a8b6ba90 00000000`55b421cc : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
  59. 00000000`0502ebe8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x55b421cc
  60.  
  61.  
  62. STACK_COMMAND: kb
  63.  
  64. CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
  65. fffff80203919373-fffff80203919375 3 bytes - nt!ExFreePoolWithTag+363
  66. [ 40 fb f6:80 59 b3 ]
  67. 3 errors : !nt (fffff80203919373-fffff80203919375)
  68.  
  69. MODULE_NAME: memory_corruption
  70.  
  71. IMAGE_NAME: memory_corruption
  72.  
  73. FOLLOWUP_NAME: memory_corruption
  74.  
  75. DEBUG_FLR_IMAGE_TIMESTAMP: 0
  76.  
  77. MEMORY_CORRUPTOR: LARGE
  78.  
  79. FAILURE_BUCKET_ID: MEMORY_CORRUPTION_LARGE
  80.  
  81. BUCKET_ID: MEMORY_CORRUPTION_LARGE
  82.  
  83. ANALYSIS_SOURCE: KM
  84.  
  85. FAILURE_ID_HASH_STRING: km:memory_corruption_large
  86.  
  87. FAILURE_ID_HASH: {e29154ac-69a4-0eb8-172a-a860f73c0a3c}
  88.  
  89. Followup: memory_corruption
Add Comment
Please, Sign In to add comment