Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 3.83 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3.  
  4.  
  5. Loading Dump File [H:\Windows\MEMORY.DMP]
  6. Kernel Summary Dump File: Only kernel address space is available
  7.  
  8. Symbol search path is: SRV*H:\TempStuff\symbols*http://msdl.microsoft.com/download/symbols;srv*
  9. Executable search path is:
  10. Windows 7 Kernel Version 7600 MP (4 procs) Free x86 compatible
  11. Product: WinNt, suite: TerminalServer SingleUserTS
  12. Built by: 7600.16539.x86fre.win7_gdr.100226-1909
  13. Machine Name:
  14. Kernel base = 0x82a4e000 PsLoadedModuleList = 0x82b96810
  15. Debug session time: Sat Jul 10 03:16:36.623 2010 (GMT+2)
  16. System Uptime: 0 days 10:05:38.734
  17. Loading Kernel Symbols
  18. ...............................................................
  19. ................................................................
  20. ..............................................
  21. Loading User Symbols
  22.  
  23. Loading unloaded module list
  24. ........
  25. The call to LoadLibrary(exts) failed, Win32 error 0n2
  26.     "The system cannot find the file specified."
  27. Please check your debugger configuration and/or network access.
  28. The call to LoadLibrary(kdexts) failed, Win32 error 0n2
  29.     "The system cannot find the file specified."
  30. Please check your debugger configuration and/or network access.
  31. 2: kd> !analyze -v
  32. *******************************************************************************
  33. *                                                                             *
  34. *                        Bugcheck Analysis                                    *
  35. *                                                                             *
  36. *******************************************************************************
  37.  
  38. WORKER_THREAD_RETURNED_WITH_BAD_IO_PRIORITY (128)
  39. A worker threads IOPriority was wrongly modified by the called worker routine.
  40. Arguments:
  41. Arg1: 82c6e7da, address of worker routine (do ln on this to find guilty driver)
  42. Arg2: 00000002, Current IoPrioirity value
  43. Arg3: 8609a618, workitem parameter
  44. Arg4: 8609a618, workitem address
  45.  
  46. Debugging Details:
  47. ------------------
  48.  
  49. The call to LoadLibrary(exts) failed, Win32 error 0n2
  50.     "The system cannot find the file specified."
  51. Please check your debugger configuration and/or network access.
  52. The call to LoadLibrary(kdexts) failed, Win32 error 0n2
  53.     "The system cannot find the file specified."
  54. Please check your debugger configuration and/or network access.
  55. The call to LoadLibrary(exts) failed, Win32 error 0n2
  56.     "The system cannot find the file specified."
  57. Please check your debugger configuration and/or network access.
  58. The call to LoadLibrary(kdexts) failed, Win32 error 0n2
  59.     "The system cannot find the file specified."
  60. Please check your debugger configuration and/or network access.
  61. The call to LoadLibrary(exts) failed, Win32 error 0n2
  62.     "The system cannot find the file specified."
  63. Please check your debugger configuration and/or network access.
  64. The call to LoadLibrary(kdexts) failed, Win32 error 0n2
  65.     "The system cannot find the file specified."
  66. Please check your debugger configuration and/or network access.
  67.  
  68. DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
  69.  
  70. BUGCHECK_STR:  0x128
  71.  
  72. PROCESS_NAME:  System
  73.  
  74. CURRENT_IRQL:  0
  75.  
  76. LAST_CONTROL_TRANSFER:  from 82abc0a6 to 82b2ad10
  77.  
  78. STACK_TEXT:  
  79. 8ad8bcf0 82abc0a6 00000128 82c6e7da 00000002 nt!KeBugCheckEx+0x1e
  80. 8ad8bd50 82c5c6bb 00000001 a9daa58d 00000000 nt!ExpWorkerThread+0x278
  81. 8ad8bd90 82b0e0f9 82abbe2e 00000001 00000000 nt!PspSystemThreadStartup+0x9e
  82. 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19
  83.  
  84.  
  85. STACK_COMMAND:  kb
  86.  
  87. SYMBOL_NAME:  ANALYSIS_INCONCLUSIVE
  88.  
  89. FOLLOWUP_NAME:  MachineOwner
  90.  
  91. MODULE_NAME: Unknown_Module
  92.  
  93. IMAGE_NAME:  Unknown_Image
  94.  
  95. DEBUG_FLR_IMAGE_TIMESTAMP:  0
  96.  
  97. FAILURE_BUCKET_ID:  0x128_ANALYSIS_INCONCLUSIVE
  98.  
  99. BUCKET_ID:  0x128_ANALYSIS_INCONCLUSIVE
  100.  
  101. Followup: MachineOwner
  102. ---------