Guest User

Untitled

a guest
Nov 23rd, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  2. Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010"
  3.  
  4. Process: Xcode [299]
  5. Path: /Applications/Xcode.app/Contents/MacOS/Xcode
  6. Identifier: com.apple.dt.Xcode
  7. Version: 6.3.1 (7703)
  8. Build Info: IDEFrameworks-7703000000000000~4
  9. App Item ID: 497799835
  10. App External ID: 812230896
  11. Code Type: X86-64 (Native)
  12. Parent Process: ??? [1]
  13. Responsible: Xcode [299]
  14. User ID: 501
  15.  
  16. Date/Time: 2015-04-26 19:36:47.627 -0700
  17. OS Version: Mac OS X 10.10 (14A238x)
  18. Report Version: 11
  19. Anonymous UUID: F379DDE0-7D57-C054-0C16-360F7F63CAE3
  20.  
  21.  
  22. Time Awake Since Boot: 230 seconds
  23.  
  24. Crashed Thread: 11 Dispatch queue: com.apple.root.default-qos
  25.  
  26. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  27. Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
  28.  
  29. VM Regions Near 0x10: -->
  30. __TEXT 0000000109edf000-0000000109ee0000 [ 4K] r-x/rwx SM=COW /Applications/Xcode.app/Contents/MacOS/Xcode
  31. Application Specific Information:
  32. ProductBuildVersion: 6D1002
  33.  
  34. Thread 0:: Dispatch queue: com.apple.main-thread
  35. 0 libsystem_kernel.dylib 0x00007fff8c5a35ae mach_msg_trap + 10
  36. 1 libsystem_kernel.dylib 0x00007fff8c5a275f mach_msg + 55
  37. 2 com.apple.CoreFoundation 0x00007fff8ad78d64 __CFRunLoopServiceMachPort + 212
  38. 3 com.apple.CoreFoundation 0x00007fff8ad78255 __CFRunLoopRun + 1381
  39. 4 com.apple.CoreFoundation 0x00007fff8ad77aa8 CFRunLoopRunSpecific + 296
  40. 5 com.apple.HIToolbox 0x00007fff869e3b3f RunCurrentEventLoopInMode + 235
  41. 6 com.apple.HIToolbox 0x00007fff869e38b2 ReceiveNextEventCommon + 431
  42. 7 com.apple.HIToolbox 0x00007fff869e36f3 _BlockUntilNextEventMatchingListInModeWithFilter + 71
  43. 8 com.apple.AppKit 0x00007fff89453825 _DPSNextEvent + 1000
  44. 9 com.apple.AppKit 0x00007fff89452ff9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 139
  45. 10 com.apple.dt.DVTKit 0x000000010a633dda -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 237
  46. 11 com.apple.AppKit 0x00007fff89446fe3 -[NSApplication run] + 594
  47. 12 com.apple.AppKit 0x00007fff89432a9e NSApplicationMain + 1778
  48. libdyld.dylib 0x00007fff8cc055c9 start + 1
  49.  
  50. dispatch_async(dispatch_get_main_queue(), ^{
  51. // addSubview,insertSubview
  52. });
Add Comment
Please, Sign In to add comment