Advertisement
Guest User

Untitled

a guest
Dec 11th, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.04 KB | None | 0 0
  1.  
  2. Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4.  
  5. Opened \\.\com3
  6. Waiting to reconnect...
  7. Connected to Windows Server 2003 3790 x64 target at (Sun Dec 11 10:16:23.753 2022 (GMT+1)), ptr64 TRUE
  8. Kernel Debugger connection established.
  9. Symbol search path is: *** Invalid ***
  10. ****************************************************************************
  11. * Symbol loading may be unreliable without a symbol search path. *
  12. * Use .symfix to have the debugger choose a symbol path. *
  13. * After setting your symbol path, use .reload to refresh symbol locations. *
  14. ****************************************************************************
  15. Executable search path is:
  16. *********************************************************************
  17. * Symbols can not be loaded because symbol path is not initialized. *
  18. * *
  19. * The Symbol Path can be set by: *
  20. * using the _NT_SYMBOL_PATH environment variable. *
  21. * using the -y <symbol_path> argument when starting the debugger. *
  22. * using .sympath and .sympath+ *
  23. *********************************************************************
  24. *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe -
  25. Windows Server 2003 Kernel Version 3790 MP (1 procs) Free x64
  26. Built by: 3790.srv03_sp2_rtm.070216-1710
  27. Machine Name:
  28. Kernel base = 0xfffff800`01800000 PsLoadedModuleList = 0xfffff800`019d5100
  29. System Uptime: not available
  30.  
  31.  
  32. Intel Storage Driver Ver: 11.2.0.1006
  33.  
  34.  
  35. *** Fatal System Error: 0x0000007b
  36. (0xFFFFFADF2CC163C0,0xFFFFFFFFC0000034,0x0000000000000000,0x0000000000000000)
  37.  
  38. Break instruction exception - code 80000003 (first chance)
  39.  
  40. A fatal system error has occurred.
  41. Debugger entered on first try; Bugcheck callbacks have not been invoked.
  42.  
  43. A fatal system error has occurred.
  44.  
  45. *********************************************************************
  46. * Symbols can not be loaded because symbol path is not initialized. *
  47. * *
  48. * The Symbol Path can be set by: *
  49. * using the _NT_SYMBOL_PATH environment variable. *
  50. * using the -y <symbol_path> argument when starting the debugger. *
  51. * using .sympath and .sympath+ *
  52. *********************************************************************
  53. *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntkrnlmp.exe -
  54. *******************************************************************************
  55. * *
  56. * Bugcheck Analysis *
  57. * *
  58. *******************************************************************************
  59.  
  60. Use !analyze -v to get detailed debugging information.
  61.  
  62. BugCheck 7B, {fffffadf2cc163c0, ffffffffc0000034, 0, 0}
  63.  
  64. ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
  65.  
  66. *************************************************************************
  67. *** ***
  68. *** ***
  69. *** Your debugger is not using the correct symbols ***
  70. *** ***
  71. *** In order for this command to work properly, your symbol path ***
  72. *** must point to .pdb files that have full type information. ***
  73. *** ***
  74. *** Certain .pdb files (such as the public OS symbols) do not ***
  75. *** contain the required information. Contact the group that ***
  76. *** provided you with these symbols if you need this command to ***
  77. *** work. ***
  78. *** ***
  79. *** Type referenced: nt!_KPRCB ***
  80. *** ***
  81. *************************************************************************
  82. *************************************************************************
  83. *** ***
  84. *** ***
  85. *** Your debugger is not using the correct symbols ***
  86. *** ***
  87. *** In order for this command to work properly, your symbol path ***
  88. *** must point to .pdb files that have full type information. ***
  89. *** ***
  90. *** Certain .pdb files (such as the public OS symbols) do not ***
  91. *** contain the required information. Contact the group that ***
  92. *** provided you with these symbols if you need this command to ***
  93. *** work. ***
  94. *** ***
  95. *** Type referenced: nt!_KPRCB ***
  96. *** ***
  97. *************************************************************************
  98. *************************************************************************
  99. *** ***
  100. *** ***
  101. *** Your debugger is not using the correct symbols ***
  102. *** ***
  103. *** In order for this command to work properly, your symbol path ***
  104. *** must point to .pdb files that have full type information. ***
  105. *** ***
  106. *** Certain .pdb files (such as the public OS symbols) do not ***
  107. *** contain the required information. Contact the group that ***
  108. *** provided you with these symbols if you need this command to ***
  109. *** work. ***
  110. *** ***
  111. *** Type referenced: nt!_KPRCB ***
  112. *** ***
  113. *************************************************************************
  114. *********************************************************************
  115. * Symbols can not be loaded because symbol path is not initialized. *
  116. * *
  117. * The Symbol Path can be set by: *
  118. * using the _NT_SYMBOL_PATH environment variable. *
  119. * using the -y <symbol_path> argument when starting the debugger. *
  120. * using .sympath and .sympath+ *
  121. *********************************************************************
  122. *********************************************************************
  123. * Symbols can not be loaded because symbol path is not initialized. *
  124. * *
  125. * The Symbol Path can be set by: *
  126. * using the _NT_SYMBOL_PATH environment variable. *
  127. * using the -y <symbol_path> argument when starting the debugger. *
  128. * using .sympath and .sympath+ *
  129. *********************************************************************
  130. Probably caused by : ntkrnlmp.exe ( nt!KeDisconnectInterrupt+48e )
  131.  
  132. Followup: MachineOwner
  133. ---------
  134.  
  135. nt!DbgBreakPointWithStatus:
  136. fffff800`01826db0 cc int 3
  137.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement