Advertisement
Guest User

Untitled

a guest
Sep 14th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1.  
  2. Microsoft (R) Windows Debugger Version 6.6.0003.5
  3. Copyright (c) Microsoft Corporation. All rights reserved.
  4.  
  5.  
  6. Loading Dump File [C:\WINDOWS\Minidump\Mini091312-15.dmp]
  7. Mini Kernel Dump File: Only registers and stack trace are available
  8.  
  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. Unable to load image ntoskrnl.exe, Win32 error 2
  25. *** WARNING: Unable to verify timestamp for ntoskrnl.exe
  26. *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
  27. Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
  28. Product: WinNt, suite: TerminalServer SingleUserTS Personal
  29. Kernel base = 0x804d7000 PsLoadedModuleList = 0x805540c0
  30. Debug session time: Thu Sep 13 19:52:20.437 2012 (GMT+2)
  31. System Uptime: 0 days 0:08:44.986
  32. *********************************************************************
  33. * Symbols can not be loaded because symbol path is not initialized. *
  34. * *
  35. * The Symbol Path can be set by: *
  36. * using the _NT_SYMBOL_PATH environment variable. *
  37. * using the -y <symbol_path> argument when starting the debugger. *
  38. * using .sympath and .sympath+ *
  39. *********************************************************************
  40. Unable to load image ntoskrnl.exe, Win32 error 2
  41. *** WARNING: Unable to verify timestamp for ntoskrnl.exe
  42. *** ERROR: Module load completed but symbols could not be loaded for ntoskrnl.exe
  43. Loading Kernel Symbols
  44. ....................................................................................................................................
  45. Loading User Symbols
  46. Loading unloaded module list
  47. .....................
  48. *******************************************************************************
  49. * *
  50. * Bugcheck Analysis *
  51. * *
  52. *******************************************************************************
  53.  
  54. Use !analyze -v to get detailed debugging information.
  55.  
  56. BugCheck 100000D1, {f8db6031, 2, 8, f8db6031}
  57.  
  58. ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
  59.  
  60. *************************************************************************
  61. *** ***
  62. *** ***
  63. *** Your debugger is not using the correct symbols ***
  64. *** ***
  65. *** In order for this command to work properly, your symbol path ***
  66. *** must point to .pdb files that have full type information. ***
  67. *** ***
  68. *** Certain .pdb files (such as the public OS symbols) do not ***
  69. *** contain the required information. Contact the group that ***
  70. *** provided you with these symbols if you need this command to ***
  71. *** work. ***
  72. *** ***
  73. *** Type referenced: nt!_KPRCB ***
  74. *** ***
  75. *************************************************************************
  76. Probably caused by : ntoskrnl.exe ( nt+298d1 )
  77.  
  78. Followup: MachineOwner
  79. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement