MarcBruins / FSCalendar-Xamarin-iOS

Binding for FSCalendar
MIT License
35 stars 6 forks source link

Library crash on iOS 8.1 & 8.2 versions #4

Closed nmilcoff closed 7 years ago

nmilcoff commented 7 years ago

Since the original control supports iOS 7.0+ I think it should be possible to use the binding in older versions than 10.2.

Steps to reproduce:

1) Change the Sample deployment target from 10.2 to 8.0 or a similar version. 2) Run the sample

Crash report:

Process:               Sample [4673]
Path:                  /Users/USER/Library/Developer/CoreSimulator/Devices/A10E4558-E858-4C49-924F-97CD93BA9456/data/Containers/Bundle/Application/6EC61A66-9AAD-46DD-AC07-CEBA6634E3A5/Sample.app/Sample
Identifier:            Sample
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [4363]
Responsible:           Sample [4673]
User ID:               501

Date/Time:             2017-01-17 12:58:37.312 -0300
OS Version:            Mac OS X 10.12.1 (16B2555)
Report Version:        12
Anonymous UUID:        64B9B96E-CDAF-8783-4ED4-5283B235CB32

Time Awake Since Boot: 13000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Trace/BPT trap: 5
Termination Reason:    Namespace SIGNAL, Code 0x5
Terminating Process:   exc handler [0]

Application Specific Information:
dyld: launch, loading dependent libraries
DYLD_SHARED_REGION=avoid
DYLD_ROOT_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot
DYLD_FALLBACK_FRAMEWORK_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
DYLD_FALLBACK_LIBRARY_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib
DYLD_FALLBACK_FRAMEWORK_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks
DYLD_FALLBACK_LIBRARY_PATH=/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib

Thread 0 Crashed:
0   dyld_sim                        0x00000001023ea001 dyld_fatal_error + 1
1   dyld_sim                        0x00000001023ec4eb dyld::halt(char const*) + 77
2   dyld_sim                        0x00000001023ede1d dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 2537
3   dyld_sim                        0x00000001023ea27c start_sim + 136
4   dyld                            0x00000001055ec2ff dyld::useSimulatorDyld(int, macho_header const*, char const*, int, char const**, char const**, char const**, unsigned long*, unsigned long*) + 2246
5   dyld                            0x00000001055ea976 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 238
6   dyld                            0x00000001055e6249 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 470
7   dyld                            0x00000001055e6036 _dyld_start + 54

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000105623000  rbx: 0x00000001024145a8  rcx: 0x00000001024145a0  rdx: 0x0000000102444160
  rdi: 0x0000000102444160  rsi: 0x0000000000000001  rbp: 0x00007fff5d81b190  rsp: 0x00007fff5d81b178
   r8: 0x0000000000000120   r9: 0xfffffffffffffee0  r10: 0x0000000102444158  r11: 0x00000001024145a8
  r12: 0x0000000000000002  r13: 0x00007fff5d81e7f8  r14: 0x0000000102444160  r15: 0x0000000000000002
  rip: 0x00000001023ea001  rfl: 0x0000000000000202  cr2: 0x0000000102410010

Logical CPU:     1
Error Code:      0x00000000
Trap Number:     3

Binary Images:
       0x1023e9000 -        0x10240d61f +dyld_sim (353.5) <EE50CD24-1E90-32CE-A2A6-9D5777ED53A6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x1055e5000 -        0x105622287  dyld (421.2) <13A9466A-2576-3ABB-AD9D-D6BC16439B8F> /usr/lib/dyld

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 7158
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=536K resident=0K(0%) swapped_out_or_unallocated=536K(100%)
Writable regions: Total=8620K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=8620K(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
STACK GUARD                       56.0M        2 
Stack                             8192K        2 
VM_ALLOCATE                          4K        2 
__DATA                             440K        5 
__LINKEDIT                         144K        4 
__TEXT                             396K        3 
shared memory                        8K        3 
===========                     =======  ======= 
TOTAL                             65.0M       14 
nmilcoff commented 7 years ago

This is a more comprehensive crash report from another app, since the first one crashes during startup there is only a few information:

Process:               MyApp.iOS [3973]
Path:                  /Users/USER/Library/Developer/CoreSimulator/Devices/653073C4-9A5E-417D-903A-EA39AC125503/data/Containers/Bundle/Application/11843E09-7C68-4615-9A4D-98550F7709FE/MyApp.iOS.app/MyApp.iOS
Identifier:            MyApp.iOS
Version:               1.0 (1.0)
Code Type:             X86 (Native)
Parent Process:        launchd_sim [2864]
Responsible:           MyApp.iOS [3973]
User ID:               501

Date/Time:             2017-01-17 12:24:08.632 -0300
OS Version:            Mac OS X 10.12.1 (16B2555)
Report Version:        12
Anonymous UUID:        64B9B96E-CDAF-8783-4ED4-5283B235CB32

Time Awake Since Boot: 11000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  tid_403  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Trace/BPT trap: 5
Termination Reason:    Namespace SIGNAL, Code 0x5
Terminating Process:   exc handler [0]

Application Specific Information:
CoreSimulator 338.16 - Device: iPhone 4s - Runtime: iOS 8.2 (12D508) - DeviceType: iPhone 4s

Thread 0 Crashed:: tid_403  Dispatch queue: com.apple.main-thread
0   dyld_sim                        0x001f2001 dyld_fatal_error + 1
1   dyld_sim                        0x001f45c7 dyld::halt(char const*) + 91
2   dyld_sim                        0x001f471a dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 184
3   libdyld.dylib                   0x079bcd3c dyld_stub_binder_ + 20
4   com.mycompany.MyApp         0x000beb68 -[FSCalendar invalidateViewFrames] + 210 (FSCalendar.m:1728)
5   com.mycompany.MyApp         0x000b42f2 -[FSCalendar setBounds:] + 186 (FSCalendar.m:300)
6   com.apple.UIKit                 0x003d649e -[UIView(Geometry) _applyISEngineLayoutValues] + 348
7   com.apple.UIKit                 0x003d675b -[UIView(Geometry) _resizeWithOldSuperviewSize:] + 135
8   com.apple.UIKit                 0x003d688e -[UIView(Geometry) resizeWithOldSuperviewSize:] + 121
9   com.apple.UIKit                 0x003d53dd __46-[UIView(Geometry) resizeSubviewsWithOldSize:]_block_invoke + 87
10  com.apple.CoreFoundation        0x036455e3 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 99
11  com.apple.CoreFoundation        0x03644c7f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 239
12  com.apple.UIKit                 0x003d536d -[UIView(Geometry) resizeSubviewsWithOldSize:] + 149
13  com.apple.UIKit                 0x00adc579 -[UIView(AdditionalLayoutSupport) _is_layout] + 166
14  com.apple.UIKit                 0x003dac9f -[UIView(Hierarchy) _updateConstraintsAsNecessaryAndApplyLayoutFromEngine] + 697
15  com.apple.UIKit                 0x003dad5c -[UIView(Hierarchy) layoutSubviews] + 57
16  com.apple.UIKit                 0x003e87b1 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 608
17  libobjc.A.dylib                 0x041b8771 -[NSObject performSelector:withObject:] + 70
18  com.apple.QuartzCore            0x021531cf -[CALayer layoutSublayers] + 152
19  com.apple.QuartzCore            0x02147055 CA::Layer::layout_if_needed(CA::Transaction*) + 397
20  com.apple.QuartzCore            0x02146eb0 CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 26
21  com.apple.QuartzCore            0x020a51b6 CA::Context::commit_transaction(CA::Transaction*) + 284
22  com.apple.QuartzCore            0x020a658a CA::Transaction::commit() + 392
23  com.apple.QuartzCore            0x0216c6d9 +[CATransaction flush] + 52
24  com.apple.UIKit                 0x00386563 _afterCACommitHandler + 126
25  com.apple.CoreFoundation        0x0364218e __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
26  com.apple.CoreFoundation        0x036420d0 __CFRunLoopDoObservers + 400
27  com.apple.CoreFoundation        0x03637b0a __CFRunLoopRun + 1226
28  com.apple.CoreFoundation        0x0363737b CFRunLoopRunSpecific + 443
29  com.apple.CoreFoundation        0x036371ab CFRunLoopRunInMode + 123
30  com.apple.GraphicsServices      0x04f422c1 GSEventRunModal + 192
31  com.apple.GraphicsServices      0x04f420fe GSEventRun + 104
32  com.apple.UIKit                 0x0035c9b6 UIApplicationMain + 1526
33  ???                             0x116342dc 0 + 291717852
34  ???                             0x1163406c 0 + 291717228
35  ???                             0x11632100 0 + 291709184
36  ???                             0x10f73380 0 + 284636032
37  ???                             0x10f73587 0 + 284636551
38  libmonosgen-2.0.dylib           0x03acb1fd mono_jit_runtime_invoke + 1485
39  libmonosgen-2.0.dylib           0x03ca8bdd do_runtime_invoke + 93
40  libmonosgen-2.0.dylib           0x03cac2a6 do_exec_main_checked + 150
41  libmonosgen-2.0.dylib           0x03cab239 mono_runtime_run_main_checked + 73
42  libmonosgen-2.0.dylib           0x03b42407 mono_jit_exec + 311
43  libxamarin-debug.dylib          0x03f4bc24 xamarin_main + 3380
44  com.mycompany.MyApp         0x0012af41 main + 113 (main.i386.m:59)
45  libdyld.dylib                   0x079bdac9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x07cac7ae kevent64 + 10
1   libdispatch.dylib               0x07986e1e _dispatch_mgr_invoke + 245
2   libdispatch.dylib               0x07986b76 _dispatch_mgr_thread + 60

Thread 2:
0   libsystem_kernel.dylib          0x07cab56e __recvfrom + 10
1   libsystem_sim_c.dylib           0x07a8196e recv + 55
2   libxamarin-debug.dylib          0x03f4851d recv_uninterrupted(int, void*, int) + 77
3   libxamarin-debug.dylib          0x03f48871 monotouch_process_connection(int) + 193
4   libxamarin-debug.dylib          0x03f47fb2 monotouch_connect_wifi(NSMutableArray*) + 2850
5   libxamarin-debug.dylib          0x03f469a2 monotouch_configure_debugging + 4226
6   libxamarin-debug.dylib          0x03f3b247 -[CocoaThreadInitializer entryPoint:] + 119
7   com.apple.Foundation            0x017fc607 -[NSThread main] + 76
8   com.apple.Foundation            0x017fc560 __NSThread__main__ + 1326
9   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
10  libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
11  libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 3:: SGen worker
0   libsystem_kernel.dylib          0x07cab312 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x07cdaf74 _pthread_cond_wait + 647
2   libsystem_pthread.dylib         0x07cdcaa4 pthread_cond_wait$UNIX2003 + 51
3   libmonosgen-2.0.dylib           0x03d127ba thread_func + 618
4   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
5   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
6   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 4:: Finalizer
0   libsystem_kernel.dylib          0x07ca395a semaphore_wait_trap + 10
1   libmonosgen-2.0.dylib           0x03ca2168 finalizer_thread + 232
2   libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
3   libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
4   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
5   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
6   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 5:: Debugger agent
0   libsystem_kernel.dylib          0x07cab56e __recvfrom + 10
1   libsystem_sim_c.dylib           0x07a8196e recv + 55
2   libxamarin-debug.dylib          0x03f4851d recv_uninterrupted(int, void*, int) + 77
3   libxamarin-debug.dylib          0x03f48658 sdb_recv(void*, int) + 72
4   libmonosgen-2.0.dylib           0x03ba4d19 debugger_thread + 1545
5   libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
6   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
7   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
8   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 6:: tid_210b
0   libsystem_kernel.dylib          0x07cab6f6 __semwait_signal + 10
1   libsystem_sim_c.dylib           0x07a81852 nanosleep + 218
2   libsystem_sim_c.dylib           0x07a816fe usleep + 60
3   libxamarin-debug.dylib          0x03f3e4c6 pump_gc(void*) + 86
4   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
5   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
6   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 7:
0   libsystem_kernel.dylib          0x07cabcbe __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x07cd9dea _pthread_wqthread + 1210
2   libsystem_pthread.dylib         0x07cd990a start_wqthread + 34

Thread 8:: tid_5803
0   libsystem_kernel.dylib          0x07cab312 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x07cdaf74 _pthread_cond_wait + 647
2   libsystem_pthread.dylib         0x07cded2d pthread_cond_timedwait$UNIX2003 + 52
3   libmonosgen-2.0.dylib           0x03d3a8ac mono_thread_info_sleep + 780
4   libmonosgen-2.0.dylib           0x03c7c156 monitor_thread + 182
5   libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
6   libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
7   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
8   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
9   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 9:: Threadpool worker
0   libsystem_kernel.dylib          0x07cab312 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x07cdaf74 _pthread_cond_wait + 647
2   libsystem_pthread.dylib         0x07cded2d pthread_cond_timedwait$UNIX2003 + 52
3   libmonosgen-2.0.dylib           0x03c79dad mono_coop_cond_timedwait + 157
4   libmonosgen-2.0.dylib           0x03c7c9ec worker_thread + 700
5   libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
6   libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
7   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
8   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
9   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 10:: Threadpool worker
0   libsystem_kernel.dylib          0x07caa82a __connect + 10
1   libmonosgen-2.0.dylib           0x03d228d0 _wapi_connect + 64
2   libmonosgen-2.0.dylib           0x03c64cd2 ves_icall_System_Net_Sockets_Socket_Connect_internal + 162
3   ???                             0x128c9150 0 + 311202128
4   ???                             0x128c8be8 0 + 311200744
5   ???                             0x12986458 0 + 311977048
6   ???                             0x12984c00 0 + 311970816
7   ???                             0x12983574 0 + 311965044
8   ???                             0x12982fb4 0 + 311963572
9   ???                             0x12651f3a 0 + 308617018
10  ???                             0x11a79ec6 0 + 296197830
11  ???                             0x11a79a0c 0 + 296196620
12  ???                             0x1264edc8 0 + 308604360
13  ???                             0x11a73ff8 0 + 296173560
14  ???                             0x11a738c8 0 + 296171720
15  ???                             0x11a73432 0 + 296170546
16  ???                             0x11a73637 0 + 296171063
17  libmonosgen-2.0.dylib           0x03acb1fd mono_jit_runtime_invoke + 1485
18  libmonosgen-2.0.dylib           0x03ca8bdd do_runtime_invoke + 93
19  libmonosgen-2.0.dylib           0x03ca6d9f mono_runtime_try_invoke + 111
20  libmonosgen-2.0.dylib           0x03c7ce68 worker_thread + 1848
21  libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
22  libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
23  libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
24  libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
25  libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 11:: Threadpool worker
0   libsystem_kernel.dylib          0x07cab56e __recvfrom + 10
1   libmonosgen-2.0.dylib           0x03d22fc8 _wapi_recvfrom + 88
2   libmonosgen-2.0.dylib           0x03d22f67 _wapi_recv + 55
3   libmonosgen-2.0.dylib           0x03c65047 ves_icall_System_Net_Sockets_Socket_Receive_internal + 199
4   ???                             0x12997e38 0 + 312049208
5   ???                             0x12997d1c 0 + 312048924
6   ???                             0x12997ba0 0 + 312048544
7   ???                             0x12997998 0 + 312048024
8   ???                             0x1299769c 0 + 312047260
9   ???                             0x1299717c 0 + 312045948
10  ???                             0x1298fb18 0 + 312015640
11  ???                             0x1298f890 0 + 312014992
12  ???                             0x1298f65c 0 + 312014428
13  ???                             0x1298f530 0 + 312014128
14  ???                             0x1298f0fc 0 + 312013052
15  ???                             0x1298df38 0 + 312008504
16  ???                             0x1298dd70 0 + 312008048
17  ???                             0x1298cc79 0 + 312003705
18  ???                             0x12986d5c 0 + 311979356
19  ???                             0x12983670 0 + 311965296
20  ???                             0x12982fb4 0 + 311963572
21  ???                             0x12651f3a 0 + 308617018
22  ???                             0x11a79ec6 0 + 296197830
23  ???                             0x11a79a0c 0 + 296196620
24  ???                             0x1264edc8 0 + 308604360
25  ???                             0x11a73ff8 0 + 296173560
26  ???                             0x11a738c8 0 + 296171720
27  ???                             0x11a73432 0 + 296170546
28  ???                             0x11a73637 0 + 296171063
29  libmonosgen-2.0.dylib           0x03acb1fd mono_jit_runtime_invoke + 1485
30  libmonosgen-2.0.dylib           0x03ca8bdd do_runtime_invoke + 93
31  libmonosgen-2.0.dylib           0x03ca6d9f mono_runtime_try_invoke + 111
32  libmonosgen-2.0.dylib           0x03c7ce68 worker_thread + 1848
33  libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
34  libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
35  libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
36  libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
37  libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 12:
0   libsystem_kernel.dylib          0x07cabcbe __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x07cd9dea _pthread_wqthread + 1210
2   libsystem_pthread.dylib         0x07cd990a start_wqthread + 34

Thread 13:: Timer-Scheduler
0   libsystem_kernel.dylib          0x07cab312 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x07cdaf74 _pthread_cond_wait + 647
2   libsystem_pthread.dylib         0x07cded2d pthread_cond_timedwait$UNIX2003 + 52
3   libmonosgen-2.0.dylib           0x03d459ef mono_os_cond_timedwait + 143
4   libmonosgen-2.0.dylib           0x03d445f3 mono_w32handle_timedwait_signal_handle + 339
5   libmonosgen-2.0.dylib           0x03d443b2 mono_w32handle_wait_one + 930
6   libmonosgen-2.0.dylib           0x03d26396 wapi_WaitForSingleObjectEx + 38
7   libmonosgen-2.0.dylib           0x03c71cde mono_wait_uninterrupted + 126
8   libmonosgen-2.0.dylib           0x03c71ff3 ves_icall_System_Threading_WaitHandle_WaitOne_internal + 115
9   ???                             0x1264e364 0 + 308601700
10  ???                             0x1264e260 0 + 308601440
11  ???                             0x1264e114 0 + 308601108
12  ???                             0x1264e018 0 + 308600856
13  ???                             0x1264df80 0 + 308600704
14  ???                             0x1264de82 0 + 308600450
15  ???                             0x1264c0bf 0 + 308592831
16  ???                             0x1264ad55 0 + 308587861
17  ???                             0x11a79ec6 0 + 296197830
18  ???                             0x11a79a0c 0 + 296196620
19  ???                             0x1264a67c 0 + 308586108
20  ???                             0x1264a4c8 0 + 308585672
21  ???                             0x1264a421 0 + 308585505
22  libmonosgen-2.0.dylib           0x03acb1fd mono_jit_runtime_invoke + 1485
23  libmonosgen-2.0.dylib           0x03ca8bdd do_runtime_invoke + 93
24  libmonosgen-2.0.dylib           0x03caa894 mono_runtime_delegate_try_invoke + 308
25  libmonosgen-2.0.dylib           0x03caa902 mono_runtime_delegate_invoke_checked + 50
26  libmonosgen-2.0.dylib           0x03c77fa9 start_wrapper + 601
27  libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
28  libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
29  libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
30  libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 14:: tid_7703
0   libsystem_kernel.dylib          0x07cab64e __select + 10
1   libmonosgen-2.0.dylib           0x03d32800 mono_poll + 416
2   libmonosgen-2.0.dylib           0x03c7ef1b poll_event_wait + 203
3   libmonosgen-2.0.dylib           0x03c7e8ea selector_thread + 1242
4   libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
5   libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
6   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
7   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
8   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 15:: Threadpool worker
0   libsystem_kernel.dylib          0x07cab312 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x07cdaf74 _pthread_cond_wait + 647
2   libsystem_pthread.dylib         0x07cded2d pthread_cond_timedwait$UNIX2003 + 52
3   libmonosgen-2.0.dylib           0x03c79dad mono_coop_cond_timedwait + 157
4   libmonosgen-2.0.dylib           0x03c7c9ec worker_thread + 700
5   libmonosgen-2.0.dylib           0x03c77eb4 start_wrapper + 356
6   libmonosgen-2.0.dylib           0x03d3a4dd inner_start_thread + 397
7   libsystem_pthread.dylib         0x07cda10b _pthread_body + 184
8   libsystem_pthread.dylib         0x07cda053 _pthread_start + 243
9   libsystem_pthread.dylib         0x07cd992e thread_start + 34

Thread 16:
0   libsystem_kernel.dylib          0x07cabcbe __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x07cd9dea _pthread_wqthread + 1210
2   libsystem_pthread.dylib         0x07cd990a start_wqthread + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00305000  ebx: 0x079bcc9d  ecx: 0x00000000  edx: 0x00216fa4
  edi: 0x00216fa4  esi: 0x001f4579  ebp: 0xbff8c838  esp: 0xbff8c81c
   ss: 0x00000023  efl: 0x00000246  eip: 0x001f2001   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x7f44d000

Logical CPU:     1
Error Code:      0x00000000
Trap Number:     3

Binary Images:
   0x70000 -   0x14efff +com.mycompany.MyApp (1.0 - 1.0) <FE8CF8CC-D379-3D6B-B87C-A2C76A47B3DF> /Users/USER/Library/Developer/CoreSimulator/Devices/653073C4-9A5E-417D-903A-EA39AC125503/data/Containers/Bundle/Application/11843E09-7C68-4615-9A4D-98550F7709FE/MyApp.iOS.app/MyApp.iOS
  0x1f1000 -   0x21544b +dyld_sim (353.10) <26A9F7ED-911A-38B9-B8EB-E30B7C3619E6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
  0x24d000 -   0x267ff3 +com.yourcompany.AssetsLibrary (1.0 - 1) <5D0721E6-422D-35E0-8C3E-63C575A981B8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
  0x27a000 -   0x289fff +libz.1.dylib (55) <FDB1594F-2761-3144-A94B-42E1090CC916> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib
  0x28e000 -   0x294ff7 +libSystem.dylib (1214.5.1) <247EAFE3-648A-3049-88FC-384CDB094948> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.dylib
  0x29c000 -   0x2b3ff7  com.apple.CoreVideo (1.8 - 144.1) <286675B2-4F53-3F84-9C0F-6219E972E909> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo
  0x2c5000 -   0x2c5fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <B5927B0D-43D3-3F8D-B940-8C62917B8C92> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate
  0x2c8000 -   0x2c8fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <5197914C-19BB-3D07-BDC8-7C4F76616DF3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
  0x2cb000 -   0x304cd7  dyld (421.2) <7643B4F6-41E5-38CD-A57E-40DF2EA39F91> /usr/lib/dyld
  0x343000 -   0xf50ff3  com.apple.UIKit (1.0 - 1000) <234FCE1A-6BF1-3E7B-A75D-A03B6B2B5417> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit
 0x152c000 -  0x16aeff3  com.apple.CoreImage (1.2.0 - 277) <EF361B8C-9C33-3604-95F7-7ED666D88CB2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage
 0x1792000 -  0x1a7afff  com.apple.Foundation (6.9 - 1142.14) <79F35C7E-EE18-3F90-B570-CA42A84CC56F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
 0x1bf5000 -  0x1c60ff3  com.apple.corelocation (1753.99.85.20) <521EC307-8F49-3A12-9897-A8B8F7112F45> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation
 0x1c79000 -  0x1d1effb  com.apple.Photos (1.0 - 1) <C9809E4D-1BC2-394E-BE9C-B79535064071> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Photos.framework/Photos
 0x1d73000 -  0x1e02ff7  com.apple.AddressBook (1.0 - 30) <2B4EF8E6-47EF-31A7-AE6A-290028B29B12> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AddressBook.framework/AddressBook
 0x1e49000 -  0x1f4efff  com.apple.coremotion (1753.99.85.20) <9DBA0104-72AB-3BB9-A7AA-D8F4C406CA27> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion
 0x1f74000 -  0x1fe4ff7  com.apple.QuickLook (2.0 - 497.4) <EC014ABE-9B18-37F4-BD41-D5C8CFE834C0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuickLook.framework/QuickLook
 0x2029000 -  0x21caff3  com.apple.QuartzCore (1.10 - 361.1) <D4FA717E-974E-3488-8F38-B7B7C3CB9678> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore
 0x226a000 -  0x2422fff  com.apple.CoreGraphics (1.600.0 - 747.2) <87BB4549-C347-3489-96FE-FD4E8E6B995F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
 0x247d000 -  0x2534ffb  com.apple.coretelephony (113 - 2341.1) <41D77526-DDBF-3F1D-B0FA-4D389707D6E9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
 0x258f000 -  0x26fcfff  com.apple.eventkit (1.0.0 - 1.0) <F3F849E5-907E-308B-85A5-2F907B76B159> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/EventKit.framework/EventKit
 0x27b6000 -  0x2ab3ffb  com.apple.ImageIO.framework (3.2.0 - 1146) <A0DB4A4A-DC8B-3CDD-BB0A-0B93A8ABD659> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO
 0x2b3f000 -  0x2ba5ffb  com.apple.Security (10.0 - ???) <D0026F6F-57FD-33DD-A7B8-136153C8C8AB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security
 0x2bdd000 -  0x2cbefff  com.apple.MobileCoreServices (66 - 66) <B83BA842-FB11-347A-B7AE-1EC8C47EE5E6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
 0x2d20000 -  0x2d87ff7  com.apple.SystemConfiguration (1.14 - 1.14) <3385BF7F-3DFB-3DD4-B182-95E1F89704FA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
 0x2db3000 -  0x2e6bffb  com.apple.cloudkit.CloudKit (259.6 - 259.6) <09FE566D-DF3F-37B3-A772-FAE6DBF2515C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit
 0x2ed2000 -  0x30abfff  com.apple.avfoundation (2.0 - 888.16) <48CB922A-103F-3E42-B698-1CF68B52C295> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation
 0x31f2000 -  0x347eff7  com.apple.CFNetwork (711.2.23 - 711.2.23) <71DD2651-5058-36A5-BDAE-78AF1BCD9C99> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
 0x35c9000 -  0x3976ffb  com.apple.CoreFoundation (6.9 - 1142.16) <79C61C9F-7899-324C-AA92-771AA3846C24> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
 0x3aba000 -  0x3e02ff7 +libmonosgen-2.0.dylib (0) <4D3DA778-CDBE-31B6-98BA-54C443F1C816> /Users/USER/Library/Developer/CoreSimulator/Devices/653073C4-9A5E-417D-903A-EA39AC125503/data/Containers/Bundle/Application/11843E09-7C68-4615-9A4D-98550F7709FE/MyApp.iOS.app/libmonosgen-2.0.dylib
 0x3f20000 -  0x3f57ff3 +libxamarin-debug.dylib (0) <08B3792E-E999-3BED-84A3-27A1E9CF37DF> /Users/USER/Library/Developer/CoreSimulator/Devices/653073C4-9A5E-417D-903A-EA39AC125503/data/Containers/Bundle/Application/11843E09-7C68-4615-9A4D-98550F7709FE/MyApp.iOS.app/libxamarin-debug.dylib
 0x3f87000 -  0x4085ff3 +libsqlite3.dylib (169.2) <382A294A-7F9A-388D-ADFE-D830DE745037> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib
 0x409b000 -  0x418fffb +libiconv.2.dylib (42) <5A6BD6C1-A646-33DF-998E-81FA9DA2864B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
 0x419d000 -  0x439145f +libobjc.A.dylib (647.1) <21872D17-8D02-3645-AE16-BF9A3156D19F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
 0x43b3000 -  0x44b2fff  com.apple.UIFoundation (1.0 - 1) <CB9379BD-16E9-3A59-8F6C-86F632FBFC06> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
 0x450d000 -  0x4538ff3  com.apple.FrontBoardServices (1.0 - 1) <880914F5-8BB2-300D-BC6D-A6709817B0C8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
 0x455b000 -  0x45aaff3  com.apple.BaseBoard (1.0 - 1) <805710EB-0A85-36C4-A650-AEB93AA972CB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
 0x45e2000 -  0x4694ffb  com.apple.CoreUI (1.0 - 298.4) <6FB072B2-D643-3512-8D30-758DB5052755> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
 0x4723000 -  0x4791fff  com.apple.framework.IOKit (2.0.2 - 1051.5.14) <21597378-528E-3123-B676-3F485EFFAD8F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
 0x47bd000 -  0x47ccfff  com.apple.opengles (10.3.0 - 10.3.0) <53E62398-6989-3110-9465-2FF140D46F0B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES
 0x47d7000 -  0x4ae1ff7  com.apple.VideoToolbox (1.0 - 1561.62) <217C473C-1693-39F5-B9D1-39F9A092E0CF> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
 0x4b5d000 -  0x4b6eff7  com.apple.MobileAssets (1.0 - 1) <6E1E04FE-3B2C-3164-8EFB-DFB3A60C9E0F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
 0x4b7b000 -  0x4bd7ff3  com.apple.TelephonyUtilities (1.0 - 1.0) <DE9C7D6D-137C-312F-96AE-538F978E9680> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
 0x4c15000 -  0x4c39fff  com.apple.BackBoardServices (1.0 - 1.0) <886D1B23-3D9E-3242-A869-5C317F55D7F5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
 0x4c5a000 -  0x4e4affb +libicucore.A.dylib (531.27.17) <C759F1E0-D049-3EF3-AFCB-86ECD08685BC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib
 0x4ef1000 -  0x4f18ffb  com.apple.DictionaryServices (1.2 - ???) <76B35AF9-9AFA-3CE8-8C9E-BBB440D7F03B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
 0x4f34000 -  0x4f4cfff  com.apple.GraphicsServices (1.0 - 1.0) <4B35FED7-31F2-3C2E-8E36-B21A89FF79C9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
 0x4f60000 -  0x4f86ffb  com.apple.SpringBoardServices (1.0 - 1.0) <75EF7EFA-7CBC-3222-BFB3-08BF059F37F4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
 0x4fa4000 -  0x4ff8fff  com.apple.AppSupport (1.0.0 - 29) <30064931-30BD-36A0-B4D1-4E96190E48A0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
 0x502a000 -  0x5182fff  com.apple.CoreText (352.0 - 451.6.2) <9FC49A93-1343-3419-B75C-EAA33FEDA362> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText
 0x520e000 -  0x5246ff7  com.apple.TextInput (1.0) <018F5E35-2EB6-3792-856F-AA637DCD79ED> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput
 0x5274000 -  0x537dff7  com.apple.WebKitLegacy (8600 - 8600.1.4.14.1) <66796666-74DD-31C3-A3F6-E2E8845E5100> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
 0x5420000 -  0x6ac7fff  com.apple.WebCore (8600 - 8600.1.4.13.2) <8FC63D0A-5529-3A72-B7B3-4F9AC792B43A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore
 0x7356000 -  0x7431ff3  com.apple.ProofReader (2.2.1 - 266.2) <4BFEC149-28CB-3DED-9282-87DCB6C7C96C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
 0x7456000 -  0x7464ff3 +libAccessibility.dylib (1541.6.25) <CA272D2B-8AE2-369B-B6BA-22FE853BD510> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib
 0x7473000 -  0x74c7ff7  com.apple.framework.PrintKit (175 - 175) <492F6296-65C9-33CD-9635-6EDF6A7BC872> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
 0x74e8000 -  0x7503ffb +libMobileGestalt.dylib (297.5.10) <17821F82-7898-3F20-A26F-375DD906676C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib
 0x7523000 -  0x7587ffb  com.apple.PhysicsKit (1.0 - 1) <20CDC142-60B8-3F2A-A995-9974E113E38B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
 0x75ae000 -  0x7615ff7 +libc++.1.dylib (235.1) <9D7200EC-9B1A-32F8-B0DD-42E6755C9B64> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
 0x7664000 -  0x776effb +libxml2.2.dylib (25.6) <01F9D46A-2AD3-352C-928C-767C206E697A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib
 0x779d000 -  0x77b0ff7 +libbsm.0.dylib (28.1) <BA635E9F-9FB4-35C3-AE22-191E196215D0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib
 0x77b8000 -  0x77ddfff +libextension.dylib (51.4) <A47496A8-CCFE-3B4A-B1A4-501181C401B6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libextension.dylib
 0x77f8000 -  0x782bffb +libarchive.2.dylib (30) <735E3351-A110-3193-AAB9-446A5401E767> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib
 0x7835000 -  0x7854ffb +libCRFSuite.dylib (32) <1C484FB6-B525-3232-8E83-9BD537931D2E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib
 0x785e000 -  0x785fffb +liblangid.dylib (114) <250F7A01-2B9D-327B-A90F-65095B46B487> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib
 0x7863000 -  0x788afff +libc++abi.dylib (126.2) <0B0EA5E8-B83F-3942-8AD6-5B2AAF353B33> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
 0x7896000 -  0x789bfff +libcache_sim.dylib (69) <1F2146B2-B74E-3702-989B-9FA1CC9F8AFE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache_sim.dylib
 0x78a0000 -  0x78afffb +libcommonCrypto.dylib (60061) <8B213A53-A880-3B99-8FC4-2DE5FAE8B740> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib
 0x78bb000 -  0x78c0ff3 +libcompiler_rt.dylib (60.3) <1D55AE5D-0C2F-32D8-B354-7F0B7E7364BE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib
 0x78c9000 -  0x78d1fff +libcopyfile.dylib (119.1.1) <521BD063-473D-3F56-932F-B056FD6237D2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib
 0x78d7000 -  0x7946fff +libcorecrypto.dylib (234.1.2) <C88F09F2-0BEC-3468-A4D7-BF76D5C1D30A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib
 0x7979000 -  0x79a1ffb +libdispatch.dylib (443.5.5) <A2DFF52A-6A71-3E15-A48E-0EA3AF3483CC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
 0x79bc000 -  0x79bdffb +libdyld.dylib (353.10) <48BCD3A9-A942-37BD-B26E-80B221F19703> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib
 0x79c2000 -  0x79c2fff +liblaunch.dylib (560.5.16) <43623897-47FB-3C31-B767-A2FCEE614163> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/liblaunch.dylib
 0x79c8000 -  0x79cdff7 +libmacho_sim.dylib (857) <F404E9ED-81A1-3D53-B804-7AC0CDD6F119> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho_sim.dylib
 0x79d3000 -  0x79d5fff +libremovefile.dylib (35) <9063148C-08C1-38FC-9F71-263BBD27960B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib
 0x79da000 -  0x79f4fff +libsystem_asl.dylib (267) <CEC5DB0A-0B37-3790-B72D-33B57C573855> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib
 0x79ff000 -  0x7a00ffb +libsystem_sim_blocks.dylib (65) <67450BFC-8EA8-3E6F-BDED-A0FF06501B6C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_blocks.dylib
 0x7a04000 -  0x7a98fff +libsystem_sim_c.dylib (1046) <DA0BDC9E-41E5-32E8-9DE0-B9F063E77B8C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_c.dylib
 0x7abd000 -  0x7abffff +libsystem_sim_configuration.dylib (700.5.3) <8E564418-6089-3ACD-8401-0795284E62C8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_configuration.dylib
 0x7ac5000 -  0x7ac6fff +libsystem_coreservices.dylib (7) <703F282F-CD63-3475-AF41-0F7100A13127> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib
 0x7acb000 -  0x7adfffb +libsystem_coretls.dylib (35.5.1) <BBF2AE3E-10A4-30E4-B89E-D61507AA3FF5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coretls.dylib
 0x7aee000 -  0x7af6fff +libsystem_sim_dnssd.dylib (561) <75BFDE9E-7207-369E-BCFA-8D7508DF6925> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_dnssd.dylib
 0x7afc000 -  0x7b26ffb +libsystem_sim_info.dylib (459.5.2) <68A3EA97-469A-3873-8A4B-A017E0DDB642> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_info.dylib
 0x7b37000 -  0x7b3cffb +libsystem_sim_kernel.dylib (141.5.2) <558C8E94-ED6B-37E9-9E6A-D9E1C8CBC7F4> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib
 0x7b44000 -  0x7b74fff +libsystem_sim_m.dylib (3086.1) <A40B1E03-235F-3826-A541-BAA6B849A76F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_m.dylib
 0x7b7b000 -  0x7b95ff7 +libsystem_malloc.dylib (55.3.1) <6AD04D21-F03F-3D6E-BD77-29423AAB3AFA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib
 0x7b9d000 -  0x7be0ff7 +libsystem_network.dylib (413.5.1) <54B0C8D2-28C6-38AD-A04B-0C87CFCC1828> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_network.dylib
 0x7c01000 -  0x7c0bfff +libsystem_notify.dylib (134.5.1) <A9870088-01F2-3895-B412-98CCBEB8310E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib
 0x7c13000 -  0x7c15ffb +libsystem_sim_platform.dylib (141.5.2) <3E32982E-C2BA-3E0C-A690-15B3B88CA492> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib
 0x7c1a000 -  0x7c1cfff +libsystem_sim_pthread.dylib (141.5.2) <D947D43A-AD62-38D2-8530-40C31CE61A16> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib
 0x7c22000 -  0x7c25ff7 +libsystem_sim_sandbox.dylib (359.5.2) <68C5F68E-F44B-3B2B-A4F3-E0DB9E6F8596> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_sandbox.dylib
 0x7c2b000 -  0x7c32fff +libsystem_sim_trace.dylib (72) <6F9E3432-6AE7-38C3-B9FB-BD719525438D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_trace.dylib
 0x7c3b000 -  0x7c42ff7 +libunwind_sim.dylib (126.2) <EC1B2827-1E89-3371-898A-5BCBD3611436> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind_sim.dylib
 0x7c49000 -  0x7c77fff +libxpc.dylib (560.5.16) <701C1196-AADE-335F-B7E6-B42F53982A50> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib
 0x7c90000 -  0x7cb1ff3  libsystem_kernel.dylib (3789.21.3) <36B7D02D-B10F-355E-9D93-908A4B0B2D44> /usr/lib/system/libsystem_kernel.dylib
 0x7cc8000 -  0x7cceffb  libsystem_platform.dylib (126.1.2) <234070ED-9028-313F-B699-AE2CA1987565> /usr/lib/system/libsystem_platform.dylib
 0x7cd6000 -  0x7cdfffb  libsystem_pthread.dylib (218.20.1) <37FC34E5-18AC-3511-AB10-0AB318F68657> /usr/lib/system/libsystem_pthread.dylib
 0x7cea000 -  0x7cf7ffb +libbz2.1.0.dylib (36) <C1B990BE-CE66-3407-83FF-55854AD11F45> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib
 0x7cfc000 -  0x7d19fff +liblzma.5.dylib (7.5.1) <079823BF-39D8-30FF-9AAA-1067E595B432> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib
 0x7d20000 -  0x7d20ffb  com.apple.FontServices (1.0 - 1) <B9072D2E-D9D1-31E8-AC81-7F0ECECBCAE8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices
 0x7d24000 -  0x7e1afff +libFontParser.dylib (129.5.1) <AE86B837-2B59-365F-9DF0-E367F987A5FA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
 0x7ea9000 -  0x82fefdf  com.apple.vImage (8.0 - 8.0) <CA7240E2-269B-3F08-BA6D-E88A8C74C541> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
 0x834a000 -  0x8458fe7 +libvDSP.dylib (514) <A7CF932D-3012-3AF3-B536-156CE5C81160> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
 0x8465000 -  0x8863ff3 +libLAPACK.dylib (1128) <F6D5D70A-734C-351C-81CA-022CF1657864> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
 0x8890000 -  0x8a01ff3 +libBLAS.dylib (1128) <B333281F-653D-348A-BA4E-A8086471583B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
 0x8a19000 -  0x8abbfff +libvMisc.dylib (514) <3F2B40F9-2102-34B7-A392-0724B6D79D3D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
 0x8ac4000 -  0x8addff3 +libLinearAlgebra.dylib (1128) <E2A3733D-D116-30D4-A5F3-502AD18B31FA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
 0x8ae5000 -  0x8b30ff3  com.apple.AppleJPEG (1.0 - 1) <84D189D3-13E2-34F6-882A-7F5996ED8997> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
 0x8b3b000 -  0x8b46fff +libGFXShared.dylib (10.3) <97CFC924-1F17-3F18-BE6C-29981649DB9D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
 0x8b4d000 -  0x8b95ff3 +libGLImage.dylib (10.3) <FAA4D6DA-A34A-3B4E-A79A-BABB01F281C0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
 0x8b9e000 -  0x8ba0ffb +libCVMSPluginSupport.dylib (10.3) <8CA5DC5B-8337-32E5-A070-DF3C991B2103> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
 0x8ba5000 -  0x8bb0ffb +libCoreVMClient.dylib (88.2) <6A30CF55-6778-3749-9AF1-7D98CC845DA3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
 0x8bb9000 -  0x984ff37 +libLLVMContainer.dylib (88.2) <BD72FD8A-4015-3F9B-BFB2-258465C24EE3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
 0x9b09000 -  0x9b18ffb  com.apple.AssertionServices (1.0 - 1) <A11839C1-373E-3050-868D-53830B4D6076> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
 0x9b29000 -  0x9f69ff7  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <7A258F9D-9D7D-319E-A211-C2993463CA9E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
 0xa17e000 -  0xa2daff7 +libFosl_dynamic.dylib (15.11) <11D7694B-12EE-3B6B-B970-00D502A09F6A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libFosl_dynamic.dylib
 0xa351000 -  0xa3c9ff7  com.apple.CoreMedia (1.0 - 1561.62) <CAB2F0FE-C27A-386C-A8B2-E1256D8B032D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia
 0xa413000 -  0xa414ffb  com.apple.iphonesimulator.SimulatorClient (1.0 - 1) <CDD33404-3714-3621-BD93-95973A835FD3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
 0xa419000 -  0xa473ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <090F6105-4096-381B-8CE4-3081CE4139EA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio
 0xa494000 -  0xa4a3fff  com.apple.commonutilities (8.0 - 900) <9E5147C6-00A6-3DD8-BDB7-A9630A701004> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
 0xa4ad000 -  0xa4b1fff  com.apple.communicationsfilter (10.0 - 1000) <3C4B69F0-EAA9-3709-93A6-CCD8DCEEDC6F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
 0xa4b6000 -  0xa533ff3  com.apple.imfoundation (10.0 - 1000) <2D1723F7-312B-300F-9858-AC768900D060> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
 0xa569000 -  0xa59ffff  com.apple.Accounts (113 - 113) <B283D042-4BFC-386C-8904-93990D60D687> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts
 0xa5c1000 -  0xa5c5ff3  com.apple.TCC (1.0 - 1) <BB824C17-339C-333F-8D06-A2669716F0EA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC
 0xa5cc000 -  0xa5d1fff  com.apple.AggregateDictionary (1.0 - 1) <73807F4B-0F63-3458-B245-8294045D25AA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
 0xa5d8000 -  0xa606ffb  com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <825ED21E-EF0E-3067-B604-8B3E9002DF73> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
 0xa624000 -  0xa8dffff +CoreData (519) <0075DBE5-0AAA-318F-A087-06E4EBF4A201> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData
 0xa9c4000 -  0xa9c7fff  com.apple.OAuth (25 - 25) <CE6F0337-263E-3C20-AEC0-B1091263E886> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OAuth.framework/OAuth
 0xa9cc000 -  0xa9fdffb +libtidy.A.dylib (15.14) <85B1717B-D0E0-3BBE-9C5A-397642AA705A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libtidy.A.dylib
 0xaa0a000 -  0xaa11ff7  com.apple.datamigration (1.0 - 1.0) <0D81B923-F4C8-3102-83E4-C182C8118CA6> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
 0xaa1a000 -  0xaa49ff3 +libTelephonyUtilDynamic.dylib (802.1) <7ED0D1A9-B851-3328-82B2-8BF5CB107E68> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib
 0xaa7a000 -  0xaaa7ff3 +libxslt.1.dylib (13) <61725C85-AD05-303B-BA3E-FD99FE3BDBB9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxslt.1.dylib
 0xaab3000 -  0xb0d0ff7 +JavaScriptCore (7600.1.4.13.1) <357FBA9E-ED97-3AEE-8D51-7A932A226E96> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
 0xb221000 -  0xb50cfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8D9FF336-E887-3BD9-AAD5-142A8CC4EC9C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
 0xb5e5000 -  0xb62ffff  com.apple.LanguageModeling (1.0 - 1) <4408D142-9059-3DC1-BADE-FA48C44D6F33> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
 0xb63d000 -  0xb652ffb +libcmph.dylib (4) <900E052A-AAFA-3EBD-8E6B-6F01C0BA2C5A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib
 0xb65f000 -  0xb667ff7  com.apple.MediaAccessibility (1.0 - 61) <6A071AD6-D30F-3525-9DFD-FBDF20B4F973> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
 0xb672000 -  0xb694ffb +libresolv.9.dylib (57) <7521DB93-3551-303F-9FC4-EFBB620C27AA> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib
 0xb69e000 -  0xb6beff3  com.apple.AssetsLibraryServices (1.0 - 1) <952C54DA-D144-3E0E-BBDA-0B43C32F43C8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
 0xb6da000 -  0xb74fff7 +libAVFAudio.dylib (117.3) <38C8CA3F-D4C2-3A9A-80AB-0E16DFA1D443> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib
 0xb794000 -  0xba78ff7  com.apple.MediaToolbox (1.0 - 1561.62) <B5955485-769C-33F2-8691-54A10C4DABE1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
 0xbb4e000 -  0xbb8cff7  com.apple.Celestial (1.0 - 1561.62) <3C411196-E65A-356F-8C8B-E03913F89207> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial
 0xbbcb000 -  0xbbd0fff +Apple-Inc.BTLEAudioController (1.0 - 1) <A929E1F9-8840-3253-999C-941229ACE391> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController
 0xbbd9000 -  0xbf70fff  com.apple.GeoServices (1.0 - 982.44.0.19.2) <0C2F0772-824F-313A-8E6C-DE4849D5E020> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
 0xc120000 -  0xc147ff7  com.apple.CoreBluetooth (1.0 - 1) <563C64E5-C522-3DCC-9335-6E6529B6656E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
 0xc161000 -  0xc171fff  com.apple.ProtocolBuffer (1 - 225) <09FEFB42-8B9B-3F03-B806-BFB7AF2A7DED> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
 0xc17c000 -  0xc187ffb  com.apple.PhotosFormats (1.0 - 1) <8113742F-D103-3D24-85C8-F42DEB8CE49A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
 0xc191000 -  0xc287ff7  com.apple.CloudPhotoLibrary (1.0 - 130) <414E07CD-4BAA-3A43-A650-29F5BE6C42EB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
 0xc2f0000 -  0xc2faffb  com.apple.DCIMServices (1.0 - 1) <8D6A904A-CA82-308E-B878-228F3F64C0F2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
 0xc308000 -  0xc486ffb  com.apple.CoreMediaStream (2.0 - 479) <C85CC737-FB06-316D-8A14-CAA47FCC7212> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
 0xc51d000 -  0xc84dffb  com.apple.PhotoLibraryServices (1.0.0 - 1.0) <EBA48140-4FAF-3F99-8C69-94F6282AC49C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
 0xc9ef000 -  0xca5dfff  com.apple.MMCS (1.3 - 320.1) <10D61D5C-65CE-3E4D-8DB1-1136F33CB5CC> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MMCS.framework/MMCS
 0xca83000 -  0xca9cff3  com.apple.ProtectedCloudStorage (1.0 - 1) <AB87EE5C-5C1F-3658-969B-49EA26D0BFE0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
 0xcaaf000 -  0xcadeff3  com.apple.ChunkingLibrary (2.1 - 163.1) <37D4B31A-876C-3DBF-B42C-2B83B48E1317> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
 0xcaea000 -  0xcaefffb +libheimdal-asn1.dylib (398.5.1) <B797035A-5AE8-3908-8A95-07A70591559B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib
 0xcaf5000 -  0xcb78ff7  com.apple.ids (10.0 - 1000) <0E1A667E-7F47-393C-84D5-08AD686B1DAD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS
 0xcb9a000 -  0xcb9cfff  com.apple.marco (10.0 - 1000) <D403C3AB-C0F5-3D8C-9D5E-0421B83E57B1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco
 0xcba1000 -  0xcbd0ff7  com.apple.idsfoundation (10.0 - 1000) <08887D3B-0DD3-3AD7-AB62-8D833DA2AA34> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
 0xcbed000 -  0xcbeffff  com.apple.diagnosticlogcollection (10.0 - 1000) <82A13214-A5CF-3E32-966C-20B30F44103A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
 0xcbf4000 -  0xcc3fff3  com.apple.AppleAccount (1.0 - 1.0) <B2D7D38D-AF9B-3B20-8813-4F370E0B5C27> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
 0xcc75000 -  0xccc0ffb  com.apple.content.index.framework (2.0) <BBF21D1A-67AB-367C-B403-11C7C7E128F2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
 0xccdd000 -  0xccffff3  com.apple.mediastream (1.0 - 1) <453A107C-8EA0-3992-98D3-145B94F586FD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
 0xcd1a000 -  0xce65ffb +StoreServices (1243.8.32) <E098A77B-5F6C-3A90-A16C-798B7DD9F4CD> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
 0xcf3a000 -  0xcfa4ff7  com.apple.accounts.AccountsDaemon (113 - 113) <9FC4769A-8908-3EEF-B820-68F0C7DC1139> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
 0xcfd2000 -  0xcfdbffb  com.apple.AOSNotification (1.7.0 - 830.0.5) <8DBB3596-EC54-34D6-B294-3B87084E3F13> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
 0xcfe5000 -  0xcff5fff  com.apple.MailServices (1.0 - 1) <5C3674AF-8763-3C1F-884A-865FA355CB01> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MailServices.framework/MailServices
 0xd006000 -  0xd021ff7  com.apple.aps.framework (4.0 - 4.0) <FC702DF1-4581-3049-AC77-7A2C1B01716F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
 0xd036000 -  0xd10fffb  com.apple.managedconfiguration (1.0 - 1.0) <43B58BB9-4728-304B-8969-9BBF0BADFA46> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
 0xd182000 -  0xd18dfff  com.apple.MobileInstallation (2.0 - 1.0) <95662283-7F0C-3B28-B726-FA7F074EBA1B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
 0xd196000 -  0xd1c0ff7  com.apple.persistentconnection (1.0 - 1.0) <032EDBA3-D578-356D-814C-8D4D8CA90F09> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
 0xd1e0000 -  0xd1e4ffb  com.apple.MobileSystemServices (1.0 - 1) <2C60ECA4-866D-35CA-B796-E82B58C072ED> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
 0xd1ea000 -  0xd21bff3  com.apple.GSS (4.0 - 2.0) <F636CE91-7338-3648-A68E-3463022BAA5A> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/GSS.framework/GSS
 0xd234000 -  0xd2b8ff7  com.apple.Heimdal (4.0 - 2.0) <E04F56AC-DE4C-3399-AF7E-FB5236E2D2EE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
 0xd2df000 -  0xd2e2ffb  com.apple.CommonAuth (4.0 - 2.0) <34EAB258-401A-33F2-8E3F-BC10A28EFF84> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
 0xd2e7000 -  0xd339ff7  com.apple.MIME (2.0 - 20) <BCC677A0-6D83-3FE5-860A-184528E33E99> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MIME.framework/MIME
 0xd365000 -  0xd368ff7  com.apple.MessageSupport (1.0 - 1) <F38451BD-CE78-39BF-A8F1-2DBFDB8172E0> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
 0xd36f000 -  0xd377ffb  com.apple.XPCKit (1.0 - 1) <3DE6E736-3080-3248-8514-37F5AEF261F7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
 0xd380000 -  0xd39dffb  com.apple.GenerationalStorage (2.0 - 223) <281D4C93-10F1-3F0D-8564-E2337C2D7D09> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
 0xd3af000 -  0xd5edff7  com.apple.MediaPlayer (1.0) <BCFB544E-0FA5-3BF1-939A-9969CB062785> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
 0xd729000 -  0xdac5ff3  com.apple.WebKit (8600 - 8600.1.4.14.1) <74554714-805E-385E-8742-40618B246CE8> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WebKit.framework/WebKit
 0xdd5c000 -  0xdd65ffb  com.apple.xpcobjects (1.0 - 1) <22B1F1FD-F52B-37D9-959A-5667A7888CF7> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
 0xdd70000 -  0xdd8bff3  com.apple.MediaServices (1.0 - 1) <522AD7A2-D959-3803-8761-FE6B88AFCE7F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
 0xdda2000 -  0xddf1ff7  com.apple.itunesstore (1.0) <9EB8BDAE-4C0D-3D55-83AA-0CBDC8DD2CDB> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
 0xde27000 -  0xe003ff3  com.apple.MusicLibrary (1.0.0 - 18) <D8A8679A-FF7A-3111-BCC3-B9F487DB611C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
 0xe0cb000 -  0xe0e9fff  com.apple.MediaRemote (1.0 - 1) <FF153973-7A59-3C64-9459-CCA67549C40F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
 0xe103000 -  0xe16eff3  com.apple.HomeSharing (1.0 - 1) <47299C13-F4CF-3708-AE0C-491A70C6DCA1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
 0xe1ac000 -  0xe1b3ff7  com.apple.DAAPKit (1.0 - 1) <8930D045-41E2-3E0A-BA1A-F40FFF11628F> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
 0xe1be000 -  0xe298ff7  com.apple.CorePDF (5.0 - 5.0) <1384AEEB-5D1B-356D-BD58-DD158E0EA67E> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
 0xe307000 -  0xe307ffb +libassertion_extension.dylib (43.5.6) <3CBA56D9-0052-371B-B805-3476A767A230> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libassertion_extension.dylib
 0xe30b000 -  0xe344ff7  com.apple.CalendarFoundation (8.0 - 291) <B6DADBE2-6ED0-3ECA-8169-9B5FC9098A41> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
 0xe366000 -  0xe399ffb  com.apple.iCalendar (7.0 - 200.0.1) <607DA2FE-A542-3841-96D7-5B23306A4A3B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
 0xe3b8000 -  0xe3bfffb  com.apple.IntlPreferences (1.0 - 149.3) <E7938367-2C73-371B-A78A-236229875087> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
 0xe3c6000 -  0xe402ffb  com.apple.bom (14.0 - 193.5) <289C3B00-E57D-3729-AB4D-9A3BFC545354> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Bom.framework/Bom
 0xe413000 -  0xe488fff  com.apple.coredav (1.0.1 - 261) <5639D86A-5A5C-3C9C-96EA-EC83186B208B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x11649000 - 0x1164fffb  com.apple.ConstantClasses (1.0 - 1) <8B081B76-BE69-350D-B210-60E813D08EF9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x11657000 - 0x1165affb +libCGXType.A.dylib (747.2) <9E42C0BA-C420-31A4-96ED-09942F9AF3CE> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib
0x11785000 - 0x11794fff +libGSFontCache.dylib (15.5) <C5213582-E922-3F1D-AB88-E0F73AE21CD2> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x11b17000 - 0x11b25ff7 +libCMSBuiltin.A.dylib (747.2) <A56BA871-E047-3F71-AAF2-90CB7D8F9A80> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib
0x1255a000 - 0x12583ff7 +libRIP.A.dylib (747.2) <8E7838C4-56F1-3960-AB3B-2AF6E0B662D3> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 6178
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=214.7M resident=0K(0%) swapped_out_or_unallocated=214.7M(100%)
Writable regions: Total=103.6M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=103.6M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
CG raster data                     256K       10 
CoreAnimation                      508K        6 
CoreServices                       652K        2 
CoreUI image data                  468K       12 
Image IO                            20K        3 
Kernel Alloc Once                    8K        2 
MALLOC                            65.9M       25 
MALLOC guard page                   48K       10 
SQLite page cache                  128K        2 
Stack                             18.0M       29 
Stack Guard                       56.4M       29 
VM_ALLOCATE                       17.6M       62 
VM_ALLOCATE (reserved)             128K        5         reserved VM address space (unallocated)
__DATA                            14.6M      246 
__LINKEDIT                        48.8M      202 
__TEXT                           165.9M      201 
__UNICODE                          544K        2 
mapped file                      372.9M       25 
shared memory                       12K        4 
===========                     =======  ======= 
TOTAL                            763.0M      858 
TOTAL, minus reserved VM space   762.9M      858