Advertisement
Guest User

crashinf

a guest
Feb 27th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. FAULTING_IP:
  2. +96ad
  3. 49646550 1918 sbb dword ptr [eax],ebx
  4.  
  5. EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
  6. ExceptionAddress: 49646550
  7. ExceptionCode: c0000005 (Access violation)
  8. ExceptionFlags: 00000000
  9. NumberParameters: 2
  10. Parameter[0]: 00000008
  11. Parameter[1]: 49646550
  12. Attempt to execute non-executable address 49646550
  13.  
  14. PROCESS_NAME: proxy_sa.exe
  15.  
  16. ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
  17.  
  18. EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".
  19.  
  20. EXCEPTION_PARAMETER1: 00000008
  21.  
  22. EXCEPTION_PARAMETER2: 49646550
  23.  
  24. WRITE_ADDRESS: 49646550
  25.  
  26. FOLLOWUP_IP:
  27. proxy_sa+96ad
  28. 004096ad ?? ???
  29.  
  30. FAILED_INSTRUCTION_ADDRESS:
  31. +96ad
  32. 49646550 1918 sbb dword ptr [eax],ebx
  33.  
  34. FAULTING_THREAD: 00001cac
  35.  
  36. BUGCHECK_STR: APPLICATION_FAULT_SOFTWARE_NX_FAULT_INVALID
  37.  
  38. PRIMARY_PROBLEM_CLASS: SOFTWARE_NX_FAULT_INVALID
  39.  
  40. DEFAULT_BUCKET_ID: SOFTWARE_NX_FAULT_INVALID
  41.  
  42. LAST_CONTROL_TRANSFER: from 004096ad to 49646550
  43.  
  44. STACK_TEXT:
  45. 0028f9e4 004096ad 00533e99 1ee4303c 00000000 0x49646550
  46. 0028f9e8 00533e99 1ee4303c 00000000 00bbaec8 proxy_sa+0x96ad
  47. 0028f9ec 1ee4303c 00000000 00bbaec8 005a3740 proxy_sa+0x133e99
  48. 0028f9f0 00000000 00bbaec8 005a3740 00bb8450 0x1ee4303c
  49.  
  50.  
  51. STACK_COMMAND: ~0s; .ecxr ; kb
  52.  
  53. SYMBOL_STACK_INDEX: 1
  54.  
  55. SYMBOL_NAME: proxy_sa+96ad
  56.  
  57. FOLLOWUP_NAME: MachineOwner
  58.  
  59. MODULE_NAME: proxy_sa
  60.  
  61. IMAGE_NAME: proxy_sa.exe
  62.  
  63. DEBUG_FLR_IMAGE_TIMESTAMP: 437101ca
  64.  
  65. FAILURE_BUCKET_ID: SOFTWARE_NX_FAULT_INVALID_c0000005_proxy_sa.exe!Unknown
  66.  
  67. BUCKET_ID: APPLICATION_FAULT_SOFTWARE_NX_FAULT_INVALID_BAD_IP_proxy_sa+96ad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement