Advertisement
Guest User

BSOD\081214-18439-01.dmp

a guest
Aug 31st, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. *******************************************************************************
  2. * *
  3. * Bugcheck Analysis *
  4. * *
  5. *******************************************************************************
  6.  
  7. PAGE_FAULT_IN_NONPAGED_AREA (50)
  8. Invalid system memory was referenced. This cannot be protected by try-except,
  9. it must be protected by a Probe. Typically the address is just plain bad or it
  10. is pointing at freed memory.
  11. Arguments:
  12. Arg1: ffffffff000000ce, memory referenced.
  13. Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
  14. Arg3: fffff96000656cf9, If non-zero, the instruction address which referenced the bad memory
  15. address.
  16. Arg4: 0000000000000005, (reserved)
  17.  
  18. Debugging Details:
  19. ------------------
  20.  
  21.  
  22. Could not read faulting driver name
  23.  
  24. READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800032f10e0
  25. GetUlongFromAddress: unable to read from fffff800032f1198
  26. ffffffff000000ce
  27.  
  28. FAULTING_IP:
  29. cdd!DrvAssociateSharedSurface+35
  30. fffff960`00656cf9 44394e10 cmp dword ptr [rsi+10h],r9d
  31.  
  32. MM_INTERNAL_CODE: 5
  33.  
  34. CUSTOMER_CRASH_COUNT: 1
  35.  
  36. DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
  37.  
  38. BUGCHECK_STR: 0x50
  39.  
  40. PROCESS_NAME: dwm.exe
  41.  
  42. CURRENT_IRQL: 0
  43.  
  44. TRAP_FRAME: fffff88007e25920 -- (.trap 0xfffff88007e25920)
  45. NOTE: The trap frame does not contain all registers.
  46. Some register values may be zeroed or incorrect.
  47. rax=fffff96000656cc4 rbx=0000000000000000 rcx=fffff900c072ace8
  48. rdx=00000000c0000480 rsi=0000000000000000 rdi=0000000000000000
  49. rip=fffff96000656cf9 rsp=fffff88007e25ab0 rbp=fffff900c072ace8
  50. r8=000000007a121830 r9=ffffffffffffffff r10=0000000001e7f3f0
  51. r11=fffff88007e25b08 r12=0000000000000000 r13=0000000000000000
  52. r14=0000000000000000 r15=0000000000000000
  53. iopl=0 nv up ei ng nz na po nc
  54. cdd!DrvAssociateSharedSurface+0x35:
  55. fffff960`00656cf9 44394e10 cmp dword ptr [rsi+10h],r9d ds:00000000`00000010=????????
  56. Resetting default scope
  57.  
  58. LAST_CONTROL_TRANSFER: from fffff80003138b91 to fffff800030baf00
  59.  
  60. STACK_TEXT:
  61. fffff880`07e257b8 fffff800`03138b91 : 00000000`00000050 ffffffff`000000ce 00000000`00000000 fffff880`07e25920 : nt!KeBugCheckEx
  62. fffff880`07e257c0 fffff800`030b8fee : 00000000`00000000 00000000`00000000 00000000`80000000 00000000`00000000 : nt! ?? ::FNODOBFM::`string'+0x40f5b
  63. fffff880`07e25920 fffff960`00656cf9 : 00000000`00000658 00000000`00000000 00000000`7a121812 00000000`00000020 : nt!KiPageFault+0x16e
  64. fffff880`07e25ab0 fffff960`002477bd : 00000000`00000000 fffff900`c57d8460 00000000`01e7f490 ffffffff`ffffffff : cdd!DrvAssociateSharedSurface+0x35
  65. fffff880`07e25b10 fffff960`0026a969 : 00000000`00000001 fffff880`07e25c60 00000000`01e7f490 00000000`0000a623 : win32k!GreSetRedirectionSurfaceSignaling+0x125
  66. fffff880`07e25b60 fffff800`030ba153 : fffffa80`0b1fc060 00000000`00000000 00000000`00000020 00000000`00000000 : win32k!NtGdiHLSurfSetInformation+0x209
  67. fffff880`07e25be0 000007fe`fd654efa : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
  68. 00000000`01e7f3c8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x000007fe`fd654efa
  69.  
  70.  
  71. STACK_COMMAND: kb
  72.  
  73. FOLLOWUP_IP:
  74. cdd!DrvAssociateSharedSurface+35
  75. fffff960`00656cf9 44394e10 cmp dword ptr [rsi+10h],r9d
  76.  
  77. SYMBOL_STACK_INDEX: 3
  78.  
  79. SYMBOL_NAME: cdd!DrvAssociateSharedSurface+35
  80.  
  81. FOLLOWUP_NAME: MachineOwner
  82.  
  83. MODULE_NAME: cdd
  84.  
  85. IMAGE_NAME: cdd.dll
  86.  
  87. DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bde94
  88.  
  89. FAILURE_BUCKET_ID: X64_0x50_cdd!DrvAssociateSharedSurface+35
  90.  
  91. BUCKET_ID: X64_0x50_cdd!DrvAssociateSharedSurface+35
  92.  
  93. Followup: MachineOwner
  94. ---------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement