Advertisement
Guest User

Untitled

a guest
Oct 12th, 2010
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1.  
  2. Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4.  
  5.  
  6. Loading Dump File [C:\windows\minidump\101110-17862-01.dmp]
  7. Mini Kernel Dump File: Only registers and stack trace are available
  8.  
  9. Symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
  10. Executable search path is: f:\Symbols\
  11. Windows 7 Kernel Version 7600 MP (4 procs) Free x64
  12. Product: WinNt, suite: TerminalServer SingleUserTS Personal
  13. Built by: 7600.16617.amd64fre.win7_gdr.100618-1621
  14. Machine Name:
  15. Kernel base = 0xfffff800`02a03000 PsLoadedModuleList = 0xfffff800`02c40e50
  16. Debug session time: Mon Oct 11 17:06:19.377 2010 (UTC + 2:00)
  17. System Uptime: 0 days 0:15:07.110
  18. Loading Kernel Symbols
  19. ...............................................................
  20. ................................................................
  21. .....................
  22. Loading User Symbols
  23. Loading unloaded module list
  24. .....
  25. *******************************************************************************
  26. * *
  27. * Bugcheck Analysis *
  28. * *
  29. *******************************************************************************
  30.  
  31. Use !analyze -v to get detailed debugging information.
  32.  
  33. BugCheck 19, {3, fffff88005fec160, fffff88005fec160, fffff88005fcc160}
  34.  
  35. Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+a56 )
  36.  
  37. Followup: Pool_corruption
  38. ---------
  39.  
  40. 1: kd> !analyze -v
  41. *******************************************************************************
  42. * *
  43. * Bugcheck Analysis *
  44. * *
  45. *******************************************************************************
  46.  
  47. BAD_POOL_HEADER (19)
  48. The pool is already corrupt at the time of the current request.
  49. This may or may not be due to the caller.
  50. The internal pool links must be walked to figure out a possible cause of
  51. the problem, and then special pool applied to the suspect tags or the driver
  52. verifier to a suspect driver.
  53. Arguments:
  54. Arg1: 0000000000000003, the pool freelist is corrupt.
  55. Arg2: fffff88005fec160, the pool entry being checked.
  56. Arg3: fffff88005fec160, the read back flink freelist value (should be the same as 2).
  57. Arg4: fffff88005fcc160, the read back blink freelist value (should be the same as 2).
  58.  
  59. Debugging Details:
  60. ------------------
  61.  
  62.  
  63. BUGCHECK_STR: 0x19_3
  64.  
  65. CUSTOMER_CRASH_COUNT: 1
  66.  
  67. DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
  68.  
  69. PROCESS_NAME: chrome.exe
  70.  
  71. CURRENT_IRQL: 0
  72.  
  73. LAST_CONTROL_TRANSFER: from fffff80002ba6d6f to fffff80002a73740
  74.  
  75. STACK_TEXT:
  76. fffff880`09e96058 fffff800`02ba6d6f : 00000000`00000019 00000000`00000003 fffff880`05fec160 fffff880`05fec160 : nt!KeBugCheckEx
  77. fffff880`09e96060 fffff960`000f6200 : fffff900`00000000 00000000`00000000 fffff880`09e96400 fffff880`00000000 : nt!ExDeferredFreePool+0xa56
  78. fffff880`09e96150 fffff960`000a44ea : fffff880`09e96480 fffff900`c00bf010 fffff900`c012d470 fffff900`fffffffe : win32k!AllocThreadBufferWithTag+0x24
  79. fffff880`09e96180 fffff960`000a3a49 : fffff900`c21c7ce8 fffff880`00000028 fffff900`c35a3ca0 fffff880`09e966d0 : win32k!EngTextOut+0x4aa
  80. fffff880`09e96510 fffff960`000a1caf : fffff900`c0139d58 00000000`00000299 00000000`00000115 00000000`01011513 : win32k!GreExtTextOutWLocked+0x1d29
  81. fffff880`09e96930 fffff960`00268ea9 : 00000000`00000000 fffff880`09e96ca0 fffff900`c00810d0 fffff960`00134bbe : win32k!GreExtTextOutWInternal+0x10f
  82. fffff880`09e969e0 fffff800`02a72993 : 00000000`00000000 00000000`00000000 00000038`00268270 fffff880`09e96c00 : win32k!NtGdiExtTextOutW+0x341
  83. fffff880`09e96bb0 00000000`755fff4a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
  84. 00000000`0011e158 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x755fff4a
  85.  
  86.  
  87. STACK_COMMAND: kb
  88.  
  89. FOLLOWUP_IP:
  90. nt!ExDeferredFreePool+a56
  91. fffff800`02ba6d6f cc int 3
  92.  
  93. SYMBOL_STACK_INDEX: 1
  94.  
  95. SYMBOL_NAME: nt!ExDeferredFreePool+a56
  96.  
  97. FOLLOWUP_NAME: Pool_corruption
  98.  
  99. IMAGE_NAME: Pool_Corruption
  100.  
  101. DEBUG_FLR_IMAGE_TIMESTAMP: 0
  102.  
  103. MODULE_NAME: Pool_Corruption
  104.  
  105. FAILURE_BUCKET_ID: X64_0x19_3_nt!ExDeferredFreePool+a56
  106.  
  107. BUCKET_ID: X64_0x19_3_nt!ExDeferredFreePool+a56
  108.  
  109. Followup: Pool_corruption
  110. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement