Advertisement
Guest User

HyperSLI Virtual Box crash

a guest
Jun 2nd, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. 1: kd> !analyze -v
  2. *******************************************************************************
  3. * *
  4. * Bugcheck Analysis *
  5. * *
  6. *******************************************************************************
  7.  
  8. DRIVER_VERIFIER_DETECTED_VIOLATION (c4)
  9. A device driver attempting to corrupt the system has been caught. This is
  10. because the driver was specified in the registry as being suspect (by the
  11. administrator) and the kernel has enabled substantial checking of this driver.
  12. If the driver attempts to corrupt the system, bugchecks 0xC4, 0xC1 and 0xA will
  13. be among the most commonly seen crashes.
  14. Arguments:
  15. Arg1: 0000000000000091, A driver switched stacks using a method that is not supported by
  16. the operating system. The only supported way to extend a kernel
  17. mode stack is by using KeExpandKernelStackAndCallout.
  18. Arg2: 0000000000000000
  19. Arg3: fffffa8011c542c0
  20. Arg4: 0000000000000000
  21.  
  22. Debugging Details:
  23. ------------------
  24.  
  25. ***** Kernel symbols are WRONG. Please fix symbols to do analysis.
  26.  
  27. *************************************************************************
  28. *** ***
  29. *** ***
  30. *** Either you specified an unqualified symbol, or your debugger ***
  31. *** doesn't have full symbol information. Unqualified symbol ***
  32. *** resolution is turned off by default. Please either specify a ***
  33. *** fully qualified symbol module!symbolname, or enable resolution ***
  34. *** of unqualified symbols by typing ".symopt- 100". Note that ***
  35. *** enabling unqualified symbol resolution with network symbol ***
  36. *** server shares in the symbol path may cause the debugger to ***
  37. *** appear to hang for long periods of time when an incorrect ***
  38. *** symbol name is typed or the network symbol server is down. ***
  39. *** ***
  40. *** For some commands to work properly, your symbol path ***
  41. *** must point to .pdb files that have full type information. ***
  42. *** ***
  43. *** Certain .pdb files (such as the public OS symbols) do not ***
  44. *** contain the required information. Contact the group that ***
  45. *** provided you with these symbols if you need this command to ***
  46. *** work. ***
  47. *** ***
  48. *** Type referenced: nt!_KPRCB ***
  49. *** ***
  50. *************************************************************************
  51. *************************************************************************
  52. *** ***
  53. *** ***
  54. *** Either you specified an unqualified symbol, or your debugger ***
  55. *** doesn't have full symbol information. Unqualified symbol ***
  56. *** resolution is turned off by default. Please either specify a ***
  57. *** fully qualified symbol module!symbolname, or enable resolution ***
  58. *** of unqualified symbols by typing ".symopt- 100". Note that ***
  59. *** enabling unqualified symbol resolution with network symbol ***
  60. *** server shares in the symbol path may cause the debugger to ***
  61. *** appear to hang for long periods of time when an incorrect ***
  62. *** symbol name is typed or the network symbol server is down. ***
  63. *** ***
  64. *** For some commands to work properly, your symbol path ***
  65. *** must point to .pdb files that have full type information. ***
  66. *** ***
  67. *** Certain .pdb files (such as the public OS symbols) do not ***
  68. *** contain the required information. Contact the group that ***
  69. *** provided you with these symbols if you need this command to ***
  70. *** work. ***
  71. *** ***
  72. *** Type referenced: nt!_KPRCB ***
  73. *** ***
  74. *************************************************************************
  75. *************************************************************************
  76. *** ***
  77. *** ***
  78. *** Either you specified an unqualified symbol, or your debugger ***
  79. *** doesn't have full symbol information. Unqualified symbol ***
  80. *** resolution is turned off by default. Please either specify a ***
  81. *** fully qualified symbol module!symbolname, or enable resolution ***
  82. *** of unqualified symbols by typing ".symopt- 100". Note that ***
  83. *** enabling unqualified symbol resolution with network symbol ***
  84. *** server shares in the symbol path may cause the debugger to ***
  85. *** appear to hang for long periods of time when an incorrect ***
  86. *** symbol name is typed or the network symbol server is down. ***
  87. *** ***
  88. *** For some commands to work properly, your symbol path ***
  89. *** must point to .pdb files that have full type information. ***
  90. *** ***
  91. *** Certain .pdb files (such as the public OS symbols) do not ***
  92. *** contain the required information. Contact the group that ***
  93. *** provided you with these symbols if you need this command to ***
  94. *** work. ***
  95. *** ***
  96. *** Type referenced: nt!_KPRCB ***
  97. *** ***
  98. *************************************************************************
  99.  
  100. ADDITIONAL_DEBUG_TEXT:
  101. You can run '.symfix; .reload' to try to fix the symbol path and load symbols.
  102.  
  103. MODULE_NAME: nt
  104.  
  105. FAULTING_MODULE: fffff80002a03000 nt
  106.  
  107. DEBUG_FLR_IMAGE_TIMESTAMP: 4e02aaa3
  108.  
  109. BUGCHECK_STR: 0xc4_91
  110.  
  111. CUSTOMER_CRASH_COUNT: 1
  112.  
  113. DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
  114.  
  115. CURRENT_IRQL: 0
  116.  
  117. LAST_CONTROL_TRANSFER: from fffff80002ad737a to fffff80002a7fc40
  118.  
  119. STACK_TEXT:
  120. fffffa80`0dc7adc8 fffff800`02ad737a : 00000000`000000c4 00000000`00000091 00000000`00000000 fffffa80`11c542c0 : nt+0x7cc40
  121. fffffa80`0dc7add0 00000000`000000c4 : 00000000`00000091 00000000`00000000 fffffa80`11c542c0 00000000`00000000 : nt+0xd437a
  122. fffffa80`0dc7add8 00000000`00000091 : 00000000`00000000 fffffa80`11c542c0 00000000`00000000 fffffa80`0fa1b1d8 : 0xc4
  123. fffffa80`0dc7ade0 00000000`00000000 : fffffa80`11c542c0 00000000`00000000 fffffa80`0fa1b1d8 20707249`02200006 : 0x91
  124.  
  125.  
  126. STACK_COMMAND: kb
  127.  
  128. FOLLOWUP_IP:
  129. nt+7cc40
  130. fffff800`02a7fc40 48894c2408 mov qword ptr [rsp+8],rcx
  131.  
  132. SYMBOL_STACK_INDEX: 0
  133.  
  134. SYMBOL_NAME: nt+7cc40
  135.  
  136. FOLLOWUP_NAME: MachineOwner
  137.  
  138. IMAGE_NAME: ntoskrnp.exe
  139.  
  140. BUCKET_ID: WRONG_SYMBOLS
  141.  
  142. Followup: MachineOwner
  143. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement