Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. *******************************************************************************
  2. * *
  3. * Bugcheck Analysis *
  4. * *
  5. *******************************************************************************
  6.  
  7. SYSTEM_SERVICE_EXCEPTION (3b)
  8. An exception happened while executing a system service routine.
  9. Arguments:
  10. Arg1: 00000000c0000005, Exception code that caused the bugcheck
  11. Arg2: fffff80003acdc25, Address of the instruction which caused the bugcheck
  12. Arg3: fffff88004dbaa90, Address of the context record for the exception that caused the bugcheck
  13. Arg4: 0000000000000000, zero.
  14.  
  15. Debugging Details:
  16. ------------------
  17.  
  18.  
  19. EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
  20.  
  21. FAULTING_IP:
  22. nt!ExpInterlockedPopEntrySListFault16+0
  23. fffff800`03acdc25 498b08 mov rcx,qword ptr [r8]
  24.  
  25. CONTEXT: fffff88004dbaa90 -- (.cxr 0xfffff88004dbaa90)
  26. rax=00000001c0ae0012 rbx=fffff8a00432f880 rcx=fffff880009b29c0
  27. rdx=fffef8a00e297691 rsi=000000000000000b rdi=0000000000000001
  28. rip=fffff80003acdc25 rsp=fffff88004dbb470 rbp=fffff880009b29c0
  29. r8=fffef8a00e297690 r9=fffff80003a56000 r10=fffff880009b29c0
  30. r11=000000000000000c r12=fffffa8004e77000 r13=0000000000000000
  31. r14=0000000000000002 r15=0000000064536553
  32. iopl=0 nv up ei ng nz na po nc
  33. cs=0010 ss=0018 ds=002b es=002b fs=0053 gs=002b efl=00010286
  34. nt!ExpInterlockedPopEntrySListFault16:
  35. fffff800`03acdc25 498b08 mov rcx,qword ptr [r8] ds:002b:fffef8a0`0e297690=????????????????
  36. Resetting default scope
  37.  
  38. CUSTOMER_CRASH_COUNT: 1
  39.  
  40. DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
  41.  
  42. BUGCHECK_STR: 0x3B
  43.  
  44. PROCESS_NAME: svchost.exe
  45.  
  46. CURRENT_IRQL: 0
  47.  
  48. LAST_CONTROL_TRANSFER: from 0000000000000000 to fffff80003acdc25
  49.  
  50. STACK_TEXT:
  51. fffff880`04dbb470 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!ExpInterlockedPopEntrySListFault16
  52.  
  53.  
  54. FOLLOWUP_IP:
  55. nt!ExpInterlockedPopEntrySListFault16+0
  56. fffff800`03acdc25 498b08 mov rcx,qword ptr [r8]
  57.  
  58. SYMBOL_STACK_INDEX: 0
  59.  
  60. SYMBOL_NAME: nt!ExpInterlockedPopEntrySListFault16+0
  61.  
  62. FOLLOWUP_NAME: MachineOwner
  63.  
  64. MODULE_NAME: nt
  65.  
  66. IMAGE_NAME: ntkrnlmp.exe
  67.  
  68. DEBUG_FLR_IMAGE_TIMESTAMP: 4d9fdd5b
  69.  
  70. STACK_COMMAND: .cxr 0xfffff88004dbaa90 ; kb
  71.  
  72. FAILURE_BUCKET_ID: X64_0x3B_nt!ExpInterlockedPopEntrySListFault16+0
  73.  
  74. BUCKET_ID: X64_0x3B_nt!ExpInterlockedPopEntrySListFault16+0
  75.  
  76. Followup: MachineOwner
  77. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement