Guest User

Untitled

a guest
Jan 19th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Loading Dump File [C:\Windows\Minidump\010820-35093-01.dmp]
  2. Mini Kernel Dump File: Only registers and stack trace are available
  3.  
  4. Symbol search path is: srv*
  5. Executable search path is:
  6. Windows 10 Kernel Version 18362 MP (4 procs) Free x64
  7. Product: WinNt, suite: TerminalServer SingleUserTS
  8. 18362.1.amd64fre.19h1_release.190318-1202
  9. Machine Name:
  10. Kernel base = 0xfffff800`3ea00000 PsLoadedModuleList = 0xfffff800`3ee48170
  11. Debug session time: Wed Jan 8 20:18:02.868 2020 (UTC + 4:00)
  12. System Uptime: 0 days 1:05:09.627
  13. Loading Kernel Symbols
  14. ...............................................................
  15. ................................................................
  16. ................................................
  17. Loading User Symbols
  18. Loading unloaded module list
  19. .....
  20. For analysis of this file, run !analyze -v
  21. nt!KeBugCheckEx:
  22. fffff800`3ebc14e0 48894c2408 mov qword ptr [rsp+8],rcx ss:0018:ffffca03`ec8aeac0=0000000000000001
  23. 3: kd> !analyze -v
  24. *******************************************************************************
  25. * *
  26. * Bugcheck Analysis *
  27. * *
  28. *******************************************************************************
  29.  
  30. APC_INDEX_MISMATCH (1)
  31. This is a kernel internal error. The most common reason to see this
  32. bugcheck is when a filesystem or a driver has a mismatched number of
  33. calls to disable and re-enable APCs. The key data item is the
  34. Thread->CombinedApcDisable field. This consists of two separate 16-bit
  35. fields, the SpecialApcDisable and the KernelApcDisable. A negative value
  36. of either indicates that a driver has disabled special or normal APCs
  37. (respectively) without re-enabling them; a positive value indicates that
  38. a driver has enabled special or normal APCs (respectively) too many times.
  39. Arguments:
  40. Arg1: 00007ffe1d3156a4, Address of system call function or worker routine
  41. Arg2: 0000000000000000, Thread->ApcStateIndex
  42. Arg3: 000000000000ffff, (Thread->SpecialApcDisable << 16) | Thread->KernelApcDisable
  43. Arg4: ffffca03ec8aec80, Call type (0 - system call, 1 - worker routine)
  44.  
  45. Debugging Details:
  46. ------------------
  47.  
  48.  
  49. KEY_VALUES_STRING: 1
  50.  
  51. Key : Analysis.CPU.Sec
  52. Value: 4
  53.  
  54. Key : Analysis.DebugAnalysisProvider.CPP
  55. Value: Create: 8007007e on DESKTOP-VN20H4U
  56.  
  57. Key : Analysis.DebugData
  58. Value: CreateObject
  59.  
  60. Key : Analysis.DebugModel
  61. Value: CreateObject
  62.  
  63. Key : Analysis.Elapsed.Sec
  64. Value: 16
  65.  
  66. Key : Analysis.Memory.CommitPeak.Mb
  67. Value: 68
  68.  
  69. Key : Analysis.System
  70. Value: CreateObject
  71.  
  72.  
  73. ADDITIONAL_XML: 1
  74.  
  75. BUGCHECK_CODE: 1
  76.  
  77. BUGCHECK_P1: 7ffe1d3156a4
  78.  
  79. BUGCHECK_P2: 0
  80.  
  81. BUGCHECK_P3: ffff
  82.  
  83. BUGCHECK_P4: ffffca03ec8aec80
  84.  
  85. BLACKBOXBSD: 1 (!blackboxbsd)
  86.  
  87.  
  88. BLACKBOXNTFS: 1 (!blackboxntfs)
  89.  
  90.  
  91. BLACKBOXWINLOGON: 1
  92.  
  93. CUSTOMER_CRASH_COUNT: 1
  94.  
  95. PROCESS_NAME: chrome.exe
  96.  
  97. STACK_TEXT:
  98. ffffca03`ec8aeab8 fffff800`3ebd32e9 : 00000000`00000001 00007ffe`1d3156a4 00000000`00000000 00000000`0000ffff : nt!KeBugCheckEx
  99. ffffca03`ec8aeac0 fffff800`3ebd3193 : ffffce01`ba933080 ffffce01`ba933080 00000000`00000000 ffffffff`ff676980 : nt!KiBugCheckDispatch+0x69
  100. ffffca03`ec8aec00 00007ffe`1d3156a4 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceExitPico+0x1fe
  101. 000000e6`159fd8b8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x00007ffe`1d3156a4
  102.  
  103.  
  104. SYMBOL_NAME: nt!KiSystemServiceExitPico+1fe
  105.  
  106. MODULE_NAME: nt
  107.  
  108. IMAGE_NAME: ntkrnlmp.exe
  109.  
  110. IMAGE_VERSION: 10.0.18362.476
  111.  
  112. STACK_COMMAND: .thread ; .cxr ; kb
  113.  
  114. BUCKET_ID_FUNC_OFFSET: 1fe
  115.  
  116. FAILURE_BUCKET_ID: 0x1_SysCallNum_1233_nt!KiSystemServiceExitPico
  117.  
  118. OS_VERSION: 10.0.18362.1
  119.  
  120. BUILDLAB_STR: 19h1_release
  121.  
  122. OSPLATFORM_TYPE: x64
  123.  
  124. OSNAME: Windows 10
  125.  
  126. FAILURE_ID_HASH: {6b317e3f-d7bc-3b92-ec05-dc8c5814e9f4}
  127.  
  128. Followup: MachineOwner
  129. ---------
Add Comment
Please, Sign In to add comment