{ "id": "149244", "key": "TIMOB-19102", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "16919", "description": "Critical updates", "name": "Release 4.1.1", "archived": true, "released": true, "releaseDate": "2015-07-15" }, { "id": "16925", "description": "WatchKit Support--all going into 5.0 now", "name": "Release 5.0.0", "archived": true, "released": true, "releaseDate": "2015-09-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-08-03T03:14:08.000+0000", "created": "2015-06-29T18:13:02.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "map", "mapView" ], "versions": [ { "id": "16723", "description": "Windows Platform Support, ListView updates, Vector overlays in maps", "name": "Release 4.1.0", "archived": false, "released": true, "releaseDate": "2015-07-08" } ], "issuelinks": [], "assignee": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2015-08-03T09:32:39.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "The following example crashes when you comment out the {{mapType}} line:\r\n\r\n{code:javascript}\r\nvar win = Ti.UI.createWindow();\r\nvar Map = require('ti.map');\r\nvar coords = {latitude: 37.3689, longitude: -122.0353};\r\nvar radius = 5000;\r\n \r\nvar map = Map.createView({\r\n// mapType: Map.NORMAL_TYPE,\r\n region: {latitude: 37.3689, longitude: -122.0353, latitudeDelta: 1, longitudeDelta: 1 },\r\n});\r\n \r\nvar circle = Map.createCircle({\r\n center: coords,\r\n radius: radius\r\n}); \r\n\r\nvar polygon = Map.createPolygon({\r\n\tpoints: [{latitude: 36.3689, longitude: -122.0353},{latitude: 35.3689, longitude: -102.0353},{latitude: 37.3639, longitude: -122.0348}],\r\n\tstrokeColor: \"#f00\",\r\n\tstrokeWidth: 4\r\n});\r\n\r\nvar polyline = Map.createPolyline({\r\n\tpoints: [{latitude: 37.3689, longitude: -122.0353},{latitude: 35.3689, longitude: -102.0353},{latitude: 37.3639, longitude: -122.0348}],\r\n\tstrokeColor: \"#ff0\",\r\n\tstrokeWidth: 4\r\n});\r\n \r\nwin.add(map);\r\nmap.addCircle(circle);\r\nmap.addPolygon(polygon);\r\nmap.addPolyline(polyline);\r\n\r\nsetTimeout(function() {\r\n\tmap.removeCircle(circle);\r\n\tmap.removePolygon(polygon);\r\n\tmap.removePolyline(polyline);\r\n}, 5000);\r\n\r\nwin.open();\r\n{code}\r\n\r\nh2. Crash log\r\n\r\n{code}\r\nIncident Identifier: 63DE9F1F-B83C-4E65-BF83-40EEA8773835\r\nCrashReporter Key: b6af6b8a3efef2365d74f999c048a38dbc0058e7\r\nHardware Model: iPhone7,1\r\nProcess: LiveViewer [634]\r\nPath: /private/var/mobile/Containers/Bundle/Application/749218E6-AB4C-486E-B207-58C54D0B784B/LiveViewer.app/LiveViewer\r\nIdentifier: com.appcelerator.liveviewer\r\nVersion: 1.0.0.3 (1.0.0)\r\nCode Type: ARM-64 (Native)\r\nParent Process: launchd [1]\r\n\r\nDate/Time: 2015-06-29 16:52:39.131 +0200\r\nLaunch Time: 2015-06-29 16:52:36.014 +0200\r\nOS Version: iOS 8.3 (12F70)\r\nReport Version: 105\r\n\r\nException Type: EXC_BAD_ACCESS (SIGSEGV)\r\nException Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000\r\nTriggered by Thread: 0\r\n\r\nThread 0 name: Dispatch queue: com.apple.main-thread\r\nThread 0 Crashed:\r\n0 CoreFoundation \t0x00000001863f0800 CFDictionaryAddValue + 64\r\n1 LiveViewer \t0x00000001005265ec 0x100094000 + 4793836\r\n2 LiveViewer \t0x00000001005265ec 0x100094000 + 4793836\r\n3 LiveViewer \t0x00000001005298e8 0x100094000 + 4806888\r\n4 LiveViewer \t0x00000001000c2cbc 0x100094000 + 191676\r\n5 LiveViewer \t0x00000001000c2c54 0x100094000 + 191572\r\n6 LiveViewer \t0x00000001001cf040 0x100094000 + 1290304\r\n7 LiveViewer \t0x000000010013a588 0x100094000 + 681352\r\n8 LiveViewer \t0x000000010013a860 0x100094000 + 682080\r\n9 libdispatch.dylib \t0x000000019838d990 _dispatch_call_block_and_release + 20\r\n10 libdispatch.dylib \t0x000000019838d950 _dispatch_client_callout + 12\r\n11 libdispatch.dylib \t0x0000000198392208 _dispatch_main_queue_callback_4CF + 1604\r\n12 CoreFoundation \t0x00000001864c77f4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 8\r\n13 CoreFoundation \t0x00000001864c589c __CFRunLoopRun + 1488\r\n14 CoreFoundation \t0x00000001863f12d0 CFRunLoopRunSpecific + 392\r\n15 GraphicsServices \t0x000000018fc076f8 GSEventRunModal + 164\r\n16 UIKit \t0x000000018afb6fa8 UIApplicationMain + 1484\r\n17 LiveViewer \t0x0000000100099a34 0x100094000 + 23092\r\n18 libdyld.dylib \t0x00000001983baa04 start + 0\r\n\r\nThread 1 name: Dispatch queue: com.apple.libdispatch-manager\r\nThread 1:\r\n0 libsystem_kernel.dylib \t0x00000001984b8c24 kevent64 + 8\r\n1 libdispatch.dylib \t0x000000019839de6c _dispatch_mgr_invoke + 272\r\n2 libdispatch.dylib \t0x000000019838f998 _dispatch_mgr_thread + 48\r\n\r\nThread 2:\r\n0 libsystem_kernel.dylib \t0x00000001984d3c78 __workq_kernreturn + 8\r\n1 libsystem_pthread.dylib \t0x000000019856d2d8 _pthread_wqthread + 988\r\n2 libsystem_pthread.dylib \t0x000000019856ceec start_wqthread + 0\r\n\r\nThread 3:\r\n0 libsystem_kernel.dylib \t0x00000001984d3c78 __workq_kernreturn + 8\r\n1 libsystem_pthread.dylib \t0x000000019856d2d8 _pthread_wqthread + 988\r\n2 libsystem_pthread.dylib \t0x000000019856ceec start_wqthread + 0\r\n\r\nThread 4:\r\n0 libsystem_kernel.dylib \t0x00000001984d3c78 __workq_kernreturn + 8\r\n1 libsystem_pthread.dylib \t0x000000019856d2d8 _pthread_wqthread + 988\r\n2 libsystem_pthread.dylib \t0x000000019856ceec start_wqthread + 0\r\n\r\nThread 5:\r\n0 libsystem_kernel.dylib \t0x00000001984d3c78 __workq_kernreturn + 8\r\n1 libsystem_pthread.dylib \t0x000000019856d2d8 _pthread_wqthread + 988\r\n2 libsystem_pthread.dylib \t0x000000019856ceec start_wqthread + 0\r\n\r\nThread 6:\r\n0 libsystem_kernel.dylib \t0x00000001984d3c78 __workq_kernreturn + 8\r\n1 libsystem_pthread.dylib \t0x000000019856d2d8 _pthread_wqthread + 988\r\n2 libsystem_pthread.dylib \t0x000000019856ceec start_wqthread + 0\r\n\r\nThread 7 name: KrollContext\r\nThread 7:\r\n0 libsystem_kernel.dylib \t0x00000001984b8e60 semaphore_timedwait_trap + 8\r\n1 libdispatch.dylib \t0x000000019839bee4 _dispatch_semaphore_wait_slow + 164\r\n2 LiveViewer \t0x000000010013a284 0x100094000 + 680580\r\n3 LiveViewer \t0x00000001001ce45c 0x100094000 + 1287260\r\n4 CoreFoundation \t0x00000001865160fc __invoking___ + 140\r\n5 CoreFoundation \t0x00000001864122f8 -[NSInvocation invoke] + 292\r\n6 LiveViewer \t0x00000001000b39c4 0x100094000 + 129476\r\n7 LiveViewer \t0x00000001000b292c 0x100094000 + 125228\r\n8 LiveViewer \t0x00000001002f477c 0x100094000 + 2492284\r\n9 LiveViewer \t0x00000001003904b8 0x100094000 + 3130552\r\n10 LiveViewer \t0x00000001003963f4 0x100094000 + 3154932\r\n11 LiveViewer \t0x0000000100396598 0x100094000 + 3155352\r\n12 LiveViewer \t0x00000001003963fc 0x100094000 + 3154940\r\n13 LiveViewer \t0x00000001003963fc 0x100094000 + 3154940\r\n14 LiveViewer \t0x0000000100396598 0x100094000 + 3155352\r\n15 LiveViewer \t0x00000001003963fc 0x100094000 + 3154940\r\n16 LiveViewer \t0x00000001003963fc 0x100094000 + 3154940\r\n17 LiveViewer \t0x00000001003963fc 0x100094000 + 3154940\r\n18 LiveViewer \t0x00000001003963fc 0x100094000 + 3154940\r\n19 LiveViewer \t0x00000001003910d4 0x100094000 + 3133652\r\n\r\nThread 8 name: JavaScriptCore::BlockFree\r\nThread 8:\r\n0 libsystem_kernel.dylib \t0x00000001984d3078 __psynch_cvwait + 8\r\n1 libsystem_pthread.dylib \t0x000000019856ef28 _pthread_cond_wait + 620\r\n2 LiveViewer \t0x00000001004b8218 0x100094000 + 4342296\r\n3 LiveViewer \t0x00000001002445b4 0x100094000 + 1770932\r\n4 LiveViewer \t0x000000010024463c 0x100094000 + 1771068\r\n5 LiveViewer \t0x00000001004b7594 0x100094000 + 4339092\r\n6 libsystem_pthread.dylib \t0x000000019856fdc4 _pthread_body + 160\r\n7 libsystem_pthread.dylib \t0x000000019856fd20 _pthread_start + 156\r\n8 libsystem_pthread.dylib \t0x000000019856cef4 thread_start + 0\r\n\r\nThread 9 name: JavaScriptCore::Marking\r\nThread 9:\r\n0 libsystem_kernel.dylib \t0x00000001984d3078 __psynch_cvwait + 8\r\n1 libsystem_pthread.dylib \t0x000000019856ef28 _pthread_cond_wait + 620\r\n2 LiveViewer \t0x0000000100297d04 0x100094000 + 2112772\r\n3 LiveViewer \t0x0000000100297da0 0x100094000 + 2112928\r\n4 LiveViewer \t0x00000001004b7594 0x100094000 + 4339092\r\n5 libsystem_pthread.dylib \t0x000000019856fdc4 _pthread_body + 160\r\n6 libsystem_pthread.dylib \t0x000000019856fd20 _pthread_start + 156\r\n7 libsystem_pthread.dylib \t0x000000019856cef4 thread_start + 0\r\n\r\nThread 10 name: com.apple.coremedia.player.async\r\nThread 10:\r\n0 libsystem_kernel.dylib \t0x00000001984b8e48 semaphore_wait_trap + 8\r\n1 libdispatch.dylib \t0x000000019839bf3c _dispatch_semaphore_wait_slow + 252\r\n2 MediaToolbox \t0x00000001889d8b48 fpa_AsyncMovieControlThread + 1952\r\n3 CoreMedia \t0x0000000186d2b9ac figThreadMain + 244\r\n4 libsystem_pthread.dylib \t0x000000019856fdc4 _pthread_body + 160\r\n5 libsystem_pthread.dylib \t0x000000019856fd20 _pthread_start + 156\r\n6 libsystem_pthread.dylib \t0x000000019856cef4 thread_start + 0\r\n\r\nThread 11:\r\n0 libsystem_kernel.dylib \t0x00000001984d3c78 __workq_kernreturn + 8\r\n1 libsystem_pthread.dylib \t0x000000019856d2d8 _pthread_wqthread + 988\r\n2 libsystem_pthread.dylib \t0x000000019856ceec start_wqthread + 0\r\n\r\nThread 12 name: com.apple.NSURLConnectionLoader\r\nThread 12:\r\n0 libsystem_kernel.dylib \t0x00000001984b8e0c mach_msg_trap + 8\r\n1 libsystem_kernel.dylib \t0x00000001984b8c84 mach_msg + 68\r\n2 CoreFoundation \t0x00000001864c7720 __CFRunLoopServiceMachPort + 196\r\n3 CoreFoundation \t0x00000001864c5674 __CFRunLoopRun + 936\r\n4 CoreFoundation \t0x00000001863f12d0 CFRunLoopRunSpecific + 392\r\n5 CFNetwork \t0x0000000185ed2890 +[NSURLConnection(Loader) _resourceLoadLoop:] + 436\r\n6 Foundation \t0x0000000187411db4 __NSThread__main__ + 1068\r\n7 libsystem_pthread.dylib \t0x000000019856fdc4 _pthread_body + 160\r\n8 libsystem_pthread.dylib \t0x000000019856fd20 _pthread_start + 156\r\n9 libsystem_pthread.dylib \t0x000000019856cef4 thread_start + 0\r\n\r\nThread 13 name: com.apple.CFSocket.private\r\nThread 13:\r\n0 libsystem_kernel.dylib \t0x00000001984d3498 __select + 8\r\n1 CoreFoundation \t0x00000001864cd124 __CFSocketManager + 668\r\n2 libsystem_pthread.dylib \t0x000000019856fdc4 _pthread_body + 160\r\n3 libsystem_pthread.dylib \t0x000000019856fd20 _pthread_start + 156\r\n4 libsystem_pthread.dylib \t0x000000019856cef4 thread_start + 0\r\n\r\nThread 0 crashed with ARM Thread State (64-bit):\r\n x0: 0x0000000000000000 x1: 0x0000000170099780 x2: 0x000000017011dbe0 x3: 0x000000016fd6a188\r\n x4: 0x0000000000000010 x5: 0x0000000000000001 x6: 0x0000000000000000 x7: 0x0000000000000160\r\n x8: 0xffffffffffffffff x9: 0x00000000007c16c0 x10: 0x00000000007c1601 x11: 0x0000000000607900\r\n x12: 0x000000000000001a x13: 0x0000000000000000 x14: 0x4d67c2779bfda2d4 x15: 0x00000000000000c8\r\n x16: 0x00000001863f07c0 x17: 0x0000000100522528 x18: 0x0000000000000000 x19: 0x0000000170099780\r\n x20: 0x0000000000000000 x21: 0x000000017011dbe0 x22: 0x00000001989da770 x23: 0x000000010076e82a\r\n x24: 0x0000000000000001 x25: 0x0000000000000002 x26: 0x0000000000000000 x27: 0x0000000000000378\r\n x28: 0x0000000000000001 fp: 0x000000016fd69cc0 lr: 0x00000001005265f0\r\n sp: 0x000000016fd69c80 pc: 0x00000001863f0800 cpsr: 0x60000000\r\n\r\nBinary Images:\r\n0x100094000 - 0x10091bfff LiveViewer arm64 <06823ad3f0023308824433207c63be12> /var/mobile/Containers/Bundle/Application/749218E6-AB4C-486E-B207-58C54D0B784B/LiveViewer.app/LiveViewer\r\n0x120088000 - 0x1200affff dyld arm64 <75c68bbe28b13fcd91014f15139742dc> /usr/lib/dyld\r\n0x184cbc000 - 0x184e50fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation\r\n0x184e54000 - 0x184eb8fff libAVFAudio.dylib arm64 /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib\r\n0x184ebc000 - 0x184efbfff AVKit arm64 <662188dbb9233944bbffc40c217bba7f> /System/Library/Frameworks/AVKit.framework/AVKit\r\n0x184efc000 - 0x184efcfff Accelerate arm64 /System/Library/Frameworks/Accelerate.framework/Accelerate\r\n0x184f14000 - 0x185133fff vImage arm64 <74eb7b77dbcd321db86e784be9353a08> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage\r\n0x185134000 - 0x1851dbfff libBLAS.dylib arm64 <56e8b79c2c03379dad45fe2ea1a4052f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib\r\n0x1851dc000 - 0x185556fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib\r\n0x185558000 - 0x18556dfff libLinearAlgebra.dylib arm64 <9307063a5e1833abbb857a9ec4c5369e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib\r\n0x185570000 - 0x1855d8fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib\r\n0x1855dc000 - 0x1855fffff libvMisc.dylib arm64 <92a0dd635be43dfe8c128c888ef37c0e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib\r\n0x185600000 - 0x185600fff vecLib arm64 <9248f57f1d8430219a810aa93254f157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib\r\n0x185604000 - 0x185633fff Accounts arm64 <4199851056d4376aa4d8668b83c85454> /System/Library/Frameworks/Accounts.framework/Accounts\r\n0x185634000 - 0x185634fff AdSupport arm64 /System/Library/Frameworks/AdSupport.framework/AdSupport\r\n0x185638000 - 0x1856b6fff AddressBook arm64 <73735c2a294139e5b99ada613fc861ea> /System/Library/Frameworks/AddressBook.framework/AddressBook\r\n0x1856b8000 - 0x18580bfff AddressBookUI arm64 <860bc29210ba3d7c80dc83a83388e31c> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI\r\n0x1859d4000 - 0x185c94fff AudioToolbox arm64 <760c2dc59fa13660a769cc1b052d41e6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\r\n0x185e34000 - 0x186047fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork\r\n0x186048000 - 0x1860e4fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit\r\n0x1860e8000 - 0x18614dfff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio\r\n0x186174000 - 0x186195fff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth\r\n0x186198000 - 0x1863e4fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData\r\n0x1863e8000 - 0x186746fff CoreFoundation arm64 <6548b13bef1f3f958d96266f7c4c44e0> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\r\n0x186748000 - 0x1868aafff CoreGraphics arm64 <92162d42d08d357ab66302a38d724828> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\r\n0x186900000 - 0x186902fff libCGXType.A.dylib arm64 <8f40b7d9b97b344f9c7a5a0b79bdc2b7> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib\r\n0x186904000 - 0x18690ffff libCMSBuiltin.A.dylib arm64 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCMSBuiltin.A.dylib\r\n0x186b04000 - 0x186b22fff libRIP.A.dylib arm64 <975284709e51353690ec8a651b43c1db> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib\r\n0x186b24000 - 0x186c56fff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage\r\n0x186c58000 - 0x186cb6fff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation\r\n0x186cf0000 - 0x186db3fff CoreMedia arm64 <403a9798401c3b70a207e0e236454c0d> /System/Library/Frameworks/CoreMedia.framework/CoreMedia\r\n0x186db4000 - 0x186ea2fff CoreMotion arm64 <61338e072f2a385ab4e315975f23eea2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion\r\n0x186ea4000 - 0x186f15fff CoreTelephony arm64 <450440ee68593b8e9c951cdf838264f3> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony\r\n0x186f18000 - 0x187020fff CoreText arm64 <4a9633cee0393585a98fcf07410e0828> /System/Library/Frameworks/CoreText.framework/CoreText\r\n0x187024000 - 0x187041fff CoreVideo arm64 <217e5b69f6d03f8893f01de3e40915a8> /System/Library/Frameworks/CoreVideo.framework/CoreVideo\r\n0x187044000 - 0x187168fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit\r\n0x18716c000 - 0x187305fff EventKitUI arm64 <235437546f2c3b93890a21b02cf94dd5> /System/Library/Frameworks/EventKitUI.framework/EventKitUI\r\n0x18731c000 - 0x187574fff Foundation arm64 <509b484fb7b634b19673d50296d8278f> /System/Library/Frameworks/Foundation.framework/Foundation\r\n0x1875a8000 - 0x1875d1fff GSS arm64 <3dae218853563b1a985b80d6a353bad8> /System/Library/Frameworks/GSS.framework/GSS\r\n0x1876bc000 - 0x187727fff IOKit arm64 <311bed1f2b893195b8c0564d8925bfa2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\r\n0x187728000 - 0x1879cbfff ImageIO arm64 <7d3c81746f2c3f1488b3efc633d21633> /System/Library/Frameworks/ImageIO.framework/ImageIO\r\n0x1879cc000 - 0x187e6dfff JavaScriptCore arm64 <1ad0ed311f3e3897bac70f3388fc05be> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore\r\n0x18868c000 - 0x1887a5fff MapKit arm64 <0bb8a0be8c883fcc84d0453858c8e083> /System/Library/Frameworks/MapKit.framework/MapKit\r\n0x1887a8000 - 0x1887aefff MediaAccessibility arm64 <4e3e82a2b09a38fcbf01843f97d5e604> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility\r\n0x1887b0000 - 0x1889d3fff MediaPlayer arm64 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer\r\n0x1889d4000 - 0x188df2fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox\r\n0x188df4000 - 0x188ec8fff MessageUI arm64 <000bbe6f4a8c32bda9c8ea674a7f200d> /System/Library/Frameworks/MessageUI.framework/MessageUI\r\n0x188ecc000 - 0x188f44fff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal\r\n0x188f48000 - 0x188ff9fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices\r\n0x18a274000 - 0x18a27efff OpenGLES arm64 <8824bb82d43937a9b0aa3870ece35772> /System/Library/Frameworks/OpenGLES.framework/OpenGLES\r\n0x18a284000 - 0x18a285fff libCVMSPluginSupport.dylib arm64 <34760639fb2331dcaa229ba0e418c1af> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib\r\n0x18a288000 - 0x18a28bfff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib\r\n0x18a28c000 - 0x18a290fff libCoreVMClient.dylib arm64 <30969b8fde9f36c4a6a0293c03e74e5f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib\r\n0x18a294000 - 0x18a29efff libGFXShared.dylib arm64 <5942ea8060c63e86b3ffbfb76b061276> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib\r\n0x18a2a0000 - 0x18a2ebfff libGLImage.dylib arm64 <3e46a6b44be93e5689e4851c76b2db04> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib\r\n0x18a888000 - 0x18aa1afff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore\r\n0x18aa1c000 - 0x18aa68fff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook\r\n0x18aca0000 - 0x18acf4fff Security arm64 <80b60ba1feba39afb6686e342398cce1> /System/Library/Frameworks/Security.framework/Security\r\n0x18aeac000 - 0x18aec4fff StoreKit arm64 /System/Library/Frameworks/StoreKit.framework/StoreKit\r\n0x18aec8000 - 0x18af3bfff SystemConfiguration arm64 <633d8a8abeaf3abda9b0401146f2b668> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\r\n0x18af40000 - 0x18b8c0fff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit\r\n0x18b8c4000 - 0x18b93dfff VideoToolbox arm64 <1468c96c3448370bbb407644bedbb368> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox\r\n0x18b978000 - 0x18bbdcfff WebKit arm64 <5e03a0bc7ab436ba900562cceb681ef4> /System/Library/Frameworks/WebKit.framework/WebKit\r\n0x18bbe0000 - 0x18bc19fff iAd arm64 <8a45904e8f3736f7b882f21fb1c18e0e> /System/Library/Frameworks/iAd.framework/iAd\r\n0x18c00c000 - 0x18c012fff AITTarget arm64 <19d8dc5d2c6e391b9ec50c932337b1d2> /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget\r\n0x18c018000 - 0x18c025fff AOSNotification arm64 /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification\r\n0x18c1c0000 - 0x18c21efff AccountsDaemon arm64 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon\r\n0x18c248000 - 0x18c24dfff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\r\n0x18c450000 - 0x18c453fff AirPlaySupport arm64 <9379098c9eed33088c7096882eec570d> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport\r\n0x18c6a8000 - 0x18c6f0fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport\r\n0x18c6f4000 - 0x18c74ffff AppleAccount arm64 <0374ffa0f0563b108aa7a58f2c72f39f> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount\r\n0x18c860000 - 0x18c8acfff AppleJPEG arm64 <621fe1223e9038a09023dd6c558ce423> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG\r\n0x18c8c0000 - 0x18c8d4fff ApplePushService arm64 <38b2aec9a5b5357aa8e1060d28992da3> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService\r\n0x18c8d8000 - 0x18c8e1fff AppleSRP arm64 <8f0cacbeabdf39b3815a72e7ec9e8668> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP\r\n0x18c8f4000 - 0x18c8fffff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices\r\n0x18c900000 - 0x18c91dfff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices\r\n0x18c920000 - 0x18c960fff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices\r\n0x18c99c000 - 0x18c99ffff BTLEAudioController arm64 /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController\r\n0x18c9a0000 - 0x18c9bcfff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices\r\n0x18c9c4000 - 0x18ca01fff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard\r\n0x18ca24000 - 0x18ca54fff Bom arm64 <45c2562173063fb2bd0e71bbc3423915> /System/Library/PrivateFrameworks/Bom.framework/Bom\r\n0x18cbb0000 - 0x18cbe0fff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation\r\n0x18cbe4000 - 0x18cc00fff CalendarUIKit arm64 /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit\r\n0x18cd2c000 - 0x18cd36fff CaptiveNetwork arm64 <0f8d341d0a8f3828b9485b189d04e126> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork\r\n0x18cd44000 - 0x18ce90fff Celestial arm64 <0b8842c85d7139848f5e049e8e784c47> /System/Library/PrivateFrameworks/Celestial.framework/Celestial\r\n0x18cec4000 - 0x18cecafff CertUI arm64 <5172b3a96c1736b390833483c0832e79> /System/Library/PrivateFrameworks/CertUI.framework/CertUI\r\n0x18d030000 - 0x18d054fff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary\r\n0x18d600000 - 0x18d64efff ColorSync arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync\r\n0x18d650000 - 0x18d652fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth\r\n0x18d654000 - 0x18d666fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities\r\n0x18d668000 - 0x18d66cfff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter\r\n0x18d758000 - 0x18d75dfff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses\r\n0x18d760000 - 0x18d79efff ContentIndex arm64 <11771c1154c63b2ea6b3a2759116f76a> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex\r\n0x18d7a0000 - 0x18d7a8fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC\r\n0x18d7e4000 - 0x18d844fff CoreDAV arm64 <0eb42897b04c35558a55ac357b4f4eb5> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV\r\n0x18d848000 - 0x18d870fff CoreDuet arm64 <2325864ac79931d08384cad9a5c2378c> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet\r\n0x18d87c000 - 0x18d88ffff CoreDuetDaemonProtocol arm64 <8e9b82e37ab1398fb75be0114863b188> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol\r\n0x18d898000 - 0x18d89afff CoreDuetDebugLogging arm64 <9a52d10bde253ae196a436618e6245af> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging\r\n0x18db7c000 - 0x18dc2cfff CorePDF arm64 <48261152791832da9b786ccb6e676ce4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF\r\n0x18dca0000 - 0x18dcabfff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents\r\n0x18dd40000 - 0x18dd64fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal\r\n0x18dfcc000 - 0x18e060fff CoreUI arm64 <8e5f6e68de253eb98752939e94219aa8> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI\r\n0x18e064000 - 0x18e0fefff CoreUtils arm64 <835930892f3f3c28823421061c40dad7> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils\r\n0x18e100000 - 0x18e106fff CrashReporterSupport arm64 <939d8e00b1a8388eaf6721fe6fed8d07> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport\r\n0x18e108000 - 0x18e10efff DAAPKit arm64 <996db669e80833e0a44db31c6e094693> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit\r\n0x18e11c000 - 0x18e16bfff DataAccess arm64 <7024476be74c3c1d9d7958544753e6d2> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess\r\n0x18e3c8000 - 0x18e3eefff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress\r\n0x18e440000 - 0x18e447fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration\r\n0x18e464000 - 0x18e465fff DiagnosticLogCollection arm64 <446ae998ec433acdac17d08dfb63094d> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection\r\n0x18e468000 - 0x18e488fff DictionaryServices arm64 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices\r\n0x18e4b0000 - 0x18e4d6fff EAP8021X arm64 <6201a1545ea735eaa654e6c4f19fce9c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X\r\n0x18e610000 - 0x18e612fff FTClientServices arm64 <41e3fe196535314d955d8adf52731b2d> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices\r\n0x18e614000 - 0x18e646fff FTServices arm64 <063fb60e8c3031189f047aaf77127419> /System/Library/PrivateFrameworks/FTServices.framework/FTServices\r\n0x18e648000 - 0x18ea75fff FaceCore arm64 <6c9c849bf1173e1892729204b96c95bb> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore\r\n0x18eafc000 - 0x18eafcfff FontServices arm64 <9d2ca68913c53fef976aabcdb3f2bb7c> /System/Library/PrivateFrameworks/FontServices.framework/FontServices\r\n0x18eb00000 - 0x18ebe0fff libFontParser.dylib arm64 <3e696fd5c611305eaee6bad27362f029> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib\r\n0x18ebe4000 - 0x18ebf3fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib\r\n0x18ed00000 - 0x18ed20fff FrontBoardServices arm64 <06e8a3da46443f858df92288b8b009bf> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices\r\n0x18f8c8000 - 0x18f8e1fff GenerationalStorage arm64 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage\r\n0x18f8e4000 - 0x18fbf9fff GeoServices arm64 <624b0528e79e3bd78cf8e4ca477e207b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices\r\n0x18fbfc000 - 0x18fc0ffff GraphicsServices arm64 <75b91070a0e7388fb904347f318b8cc0> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices\r\n0x18fd68000 - 0x18fdd0fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal\r\n0x18fee4000 - 0x18ff7efff HomeSharing arm64 <9d9df9ed1dc53162a89400f3c5a786df> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing\r\n0x190054000 - 0x190082fff IDSFoundation arm64 <9411f337675431bd9d1ee6ca7f2e9810> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation\r\n0x190268000 - 0x1902d9fff IMFoundation arm64 <49f257517bed3c80a505c395449ab8a4> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation\r\n0x1902e4000 - 0x1902ebfff IOAccelerator arm64 <95ab3e3274d630779faccf8902ddc494> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator\r\n0x1902f0000 - 0x1902f6fff IOMobileFramebuffer arm64 <079c9947522f331b8837714ca08e0966> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer\r\n0x1902f8000 - 0x1902fefff IOSurface arm64 <202149d941b339f1a765e48058a523ea> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface\r\n0x190300000 - 0x190302fff IOSurfaceAccelerator arm64 <9aaea96dbea43a648fa78e7f43f769cd> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator\r\n0x190668000 - 0x19066ffff IntlPreferences arm64 <0ba4276ecf8831378d3576dd145e3282> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences\r\n0x190670000 - 0x1906b5fff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling\r\n0x190748000 - 0x190790fff MIME arm64 <692dce99d89d32298da32bbde8c18a63> /System/Library/PrivateFrameworks/MIME.framework/MIME\r\n0x190794000 - 0x190800fff MMCS arm64 <780e63b11aeb3997b5bafb50d6b21b03> /System/Library/PrivateFrameworks/MMCS.framework/MMCS\r\n0x190864000 - 0x190872fff MailServices arm64 <61cef8e55a8f3747b5adeecb2f430e77> /System/Library/PrivateFrameworks/MailServices.framework/MailServices\r\n0x1908b0000 - 0x19096efff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration\r\n0x190980000 - 0x190981fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco\r\n0x190984000 - 0x190a08fff MediaControlSender arm64 /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender\r\n0x190abc000 - 0x190ad4fff MediaRemote arm64 <29897add26cf34f7b92dc012ed32f883> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote\r\n0x190ad8000 - 0x190aedfff MediaServices arm64 <98515a962b2f335da9efb5f14931c42f> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices\r\n0x190b8c000 - 0x190c89fff Message arm64 <2b6c7c4d05c23c12add40cc85a849458> /System/Library/PrivateFrameworks/Message.framework/Message\r\n0x190c94000 - 0x190c97fff MessageSupport arm64 <9852ca056bd13fb1b1d9254aa015cc3a> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport\r\n0x190ca8000 - 0x190cb7fff MobileAsset arm64 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset\r\n0x190d24000 - 0x190d2dfff MobileInstallation arm64 <096c77b57b62337bb756b2b347fb0768> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation\r\n0x190d30000 - 0x190d3ffff MobileKeyBag arm64 <0e6f9d62dfe23cbca54b4d1a14f76149> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag\r\n0x190d7c000 - 0x190d7ffff MobileSystemServices arm64 <54153419dcaa356fb42fd86b712a4cf2> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices\r\n0x190da8000 - 0x190db9fff MobileWiFi arm64 /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi\r\n0x190e10000 - 0x191018fff MusicLibrary arm64 <8febe3b9c72a311f9cf0f8a95e52b821> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary\r\n0x191250000 - 0x191256fff Netrb arm64 <28eb6839c8f63101816697fa19770689> /System/Library/PrivateFrameworks/Netrb.framework/Netrb\r\n0x191258000 - 0x19125ffff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics\r\n0x191260000 - 0x191282fff Notes arm64 <685e6f78db0e3adf9f233115bef345b1> /System/Library/PrivateFrameworks/Notes.framework/Notes\r\n0x19128c000 - 0x19128ffff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth\r\n0x191a58000 - 0x191aa6fff OpenCL arm64 <9ad1144d2c4333b980276e2c4e6ac4fa> /System/Library/PrivateFrameworks/OpenCL.framework/OpenCL\r\n0x191c24000 - 0x191c4dfff PersistentConnection arm64 <6723595bce1937c3a45fbb85baff8c55> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\r\n0x1920e4000 - 0x192131fff PhysicsKit arm64 <6a97907da3523632b9e4848047aa8f4a> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit\r\n0x192134000 - 0x19214efff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit\r\n0x192150000 - 0x192158fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog\r\n0x1924d0000 - 0x192591fff ProofReader arm64 <5d4f70ce92443a24b01e5c2186abfb15> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader\r\n0x192594000 - 0x1925c1fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage\r\n0x1925c4000 - 0x1925d2fff ProtocolBuffer arm64 <479705f12ac2303b931994a7b06663bf> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\r\n0x192614000 - 0x192692fff Quagga arm64 <66a25218aec23c18b9a18d8f810c5258> /System/Library/PrivateFrameworks/Quagga.framework/Quagga\r\n0x192694000 - 0x19269dfff QuickLookThumbnailing arm64 <195ff028b269356eab3e5b1ba59f59ce> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing\r\n0x1929f4000 - 0x192a9cfff SAObjects arm64 <56ba1d3456133884a61b2dd27ca74be2> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects\r\n0x192c90000 - 0x192cb0fff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices\r\n0x1930b0000 - 0x19320efff StoreServices arm64 <6f1976a1f8de3576bab51f432d4fd363> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices\r\n0x1932f8000 - 0x1932fefff SymptomReporter arm64 /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter\r\n0x19330c000 - 0x19330ffff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC\r\n0x1941a0000 - 0x1941cefff TextInput arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput\r\n0x1942b4000 - 0x19438efff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation\r\n0x1943c0000 - 0x1943c3fff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS\r\n0x1943e4000 - 0x1949a1fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit\r\n0x194c1c000 - 0x194c40fff VoiceServices arm64 <14360e38ed6530b0a4b425cf59e2e6c4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices\r\n0x194cf4000 - 0x194d1cfff WebBookmarks arm64 <7545a4b6e2b83edda152ca880a2531be> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks\r\n0x194d3c000 - 0x195c75fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore\r\n0x195c78000 - 0x195d49fff WebKitLegacy arm64 <4b9e1233412b38c08667bea57820c69a> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy\r\n0x196178000 - 0x19617efff iAdServices arm64 /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices\r\n0x196180000 - 0x1961abfff iCalendar arm64 <4e98d67b7cbe31d5ab9dc37386f2d851> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar\r\n0x1961d8000 - 0x19621afff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore\r\n0x196d7c000 - 0x196d85fff libAccessibility.dylib arm64 <72f6e8d3b4393171adad94e3bb413237> /usr/lib/libAccessibility.dylib\r\n0x19701c000 - 0x197037fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib\r\n0x197078000 - 0x1971affff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib\r\n0x1971d4000 - 0x1971eefff libMobileGestalt.dylib arm64 <0d296a1f3cbd39bca52fdaa3b4df2a34> /usr/lib/libMobileGestalt.dylib\r\n0x1971f0000 - 0x1971f9fff libMobileGestaltExtensions.dylib arm64 /usr/lib/libMobileGestaltExtensions.dylib\r\n0x197220000 - 0x197221fff libSystem.B.dylib arm64 <9e8736fd5dda318abe4e597a531a625f> /usr/lib/libSystem.B.dylib\r\n0x1972a4000 - 0x1972f2fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib\r\n0x19741c000 - 0x197446fff libarchive.2.dylib arm64 <940f023a5f5f3aa19366e25514485721> /usr/lib/libarchive.2.dylib\r\n0x197448000 - 0x197448fff libassertion_extension.dylib arm64 /usr/lib/libassertion_extension.dylib\r\n0x197488000 - 0x197498fff libbsm.0.dylib arm64 <9e2235e821063e82a304719b1f4cf5f9> /usr/lib/libbsm.0.dylib\r\n0x19749c000 - 0x1974acfff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib\r\n0x1974b0000 - 0x197506fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib\r\n0x197508000 - 0x19752afff libc++abi.dylib arm64 <2d2238a0320c395dbd802981c0b1a5fe> /usr/lib/libc++abi.dylib\r\n0x197530000 - 0x197541fff libcmph.dylib arm64 <51052b48f1053799a834ca4a8e71b581> /usr/lib/libcmph.dylib\r\n0x197544000 - 0x19754cfff libcupolicy.dylib arm64 <082e83a4bd1a371bb6efa2b7d9007097> /usr/lib/libcupolicy.dylib\r\n0x197588000 - 0x1975a5fff libextension.dylib arm64 /usr/lib/libextension.dylib\r\n0x1975d4000 - 0x1975d9fff libheimdal-asn1.dylib arm64 <61576927c939371c86216b7f14aed420> /usr/lib/libheimdal-asn1.dylib\r\n0x1975dc000 - 0x1976cffff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib\r\n0x1976d0000 - 0x1978b7fff libicucore.A.dylib arm64 <4d8191c3315c3f5ca890c19e30dcd75b> /usr/lib/libicucore.A.dylib\r\n0x1978cc000 - 0x1978cdfff liblangid.dylib arm64 <02a03c3dba573ae0ab3b32911c77efba> /usr/lib/liblangid.dylib\r\n0x1978d0000 - 0x1978dcfff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib\r\n0x1978e0000 - 0x1978f9fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib\r\n0x197cd0000 - 0x197ce8fff libmis.dylib arm64 <3929204949543825a23a02585a45eff8> /usr/lib/libmis.dylib\r\n0x197d34000 - 0x197f30fff libobjc.A.dylib arm64 <963fc34f80f9303da52a020af5a63e74> /usr/lib/libobjc.A.dylib\r\n0x198018000 - 0x198035fff libresolv.9.dylib arm64 <7793473e15e13911809cb6a8162c0b94> /usr/lib/libresolv.9.dylib\r\n0x198068000 - 0x198145fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib\r\n0x198148000 - 0x19819afff libstdc++.6.dylib arm64 <6e955ec484af39c09b584e689b9948f8> /usr/lib/libstdc++.6.dylib\r\n0x19819c000 - 0x1981cefff libtidy.A.dylib arm64 <74b893a0811730c8a33c8f56d841b292> /usr/lib/libtidy.A.dylib\r\n0x1981e0000 - 0x1982cefff libxml2.2.dylib arm64 <73e5c4db073c3f97b3d7a78fdc531e86> /usr/lib/libxml2.2.dylib\r\n0x1982d0000 - 0x1982f9fff libxslt.1.dylib arm64 /usr/lib/libxslt.1.dylib\r\n0x1982fc000 - 0x19830dfff libz.1.dylib arm64 <263f8bc085593d578ea393ba40438ee3> /usr/lib/libz.1.dylib\r\n0x198310000 - 0x198314fff libcache.dylib arm64 <69f2d8d4d9ed3393b4e44bc425b538f2> /usr/lib/system/libcache.dylib\r\n0x198318000 - 0x198324fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib\r\n0x198328000 - 0x19832bfff libcompiler_rt.dylib arm64 <7d48e08690f43daeaf8fdcb82d3ebb74> /usr/lib/system/libcompiler_rt.dylib\r\n0x19832c000 - 0x198333fff libcopyfile.dylib arm64 <126799884b2231498c7a5697b769aff5> /usr/lib/system/libcopyfile.dylib\r\n0x198334000 - 0x19838bfff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib\r\n0x19838c000 - 0x1983b4fff libdispatch.dylib arm64 <91f808be126a33b982d5880c2454afde> /usr/lib/system/libdispatch.dylib\r\n0x1983b8000 - 0x1983bafff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib\r\n0x1983bc000 - 0x1983bcfff liblaunch.dylib arm64 <0d5f253a83673ecb9a55f667adf2c205> /usr/lib/system/liblaunch.dylib\r\n0x1983c0000 - 0x1983c5fff libmacho.dylib arm64 <08dc912ff3123d2abc59dd17889f2abc> /usr/lib/system/libmacho.dylib\r\n0x1983c8000 - 0x1983c9fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib\r\n0x1983cc000 - 0x1983e1fff libsystem_asl.dylib arm64 <314e1ff76a71372ca4bc80351f984376> /usr/lib/system/libsystem_asl.dylib\r\n0x1983e4000 - 0x1983e5fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib\r\n0x1983e8000 - 0x198468fff libsystem_c.dylib arm64 <043c87b4428d34d4985264cebab5f687> /usr/lib/system/libsystem_c.dylib\r\n0x19846c000 - 0x19846efff libsystem_configuration.dylib arm64 /usr/lib/system/libsystem_configuration.dylib\r\n0x198470000 - 0x198471fff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib\r\n0x198474000 - 0x198484fff libsystem_coretls.dylib arm64 /usr/lib/system/libsystem_coretls.dylib\r\n0x198488000 - 0x198490fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib\r\n0x198494000 - 0x1984b5fff libsystem_info.dylib arm64 <7568980767d3355b99464736b574ff14> /usr/lib/system/libsystem_info.dylib\r\n0x1984b8000 - 0x1984d8fff libsystem_kernel.dylib arm64 <7cd96299577530ebbca0cb44625702a7> /usr/lib/system/libsystem_kernel.dylib\r\n0x1984dc000 - 0x1984f8fff libsystem_m.dylib arm64 <4f59e5b4cf4935ada2e457a196730c2a> /usr/lib/system/libsystem_m.dylib\r\n0x1984fc000 - 0x198515fff libsystem_malloc.dylib arm64 <56245a320c8a39f5b6057a9e99cac10d> /usr/lib/system/libsystem_malloc.dylib\r\n0x198518000 - 0x19854ffff libsystem_network.dylib arm64 <45c9566df16c3ae8ac52b39cafc30094> /usr/lib/system/libsystem_network.dylib\r\n0x198550000 - 0x198556fff libsystem_networkextension.dylib arm64 <2d758a26b5c23b969bfdb2c759752531> /usr/lib/system/libsystem_networkextension.dylib\r\n0x198558000 - 0x198562fff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib\r\n0x198564000 - 0x198568fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib\r\n0x19856c000 - 0x198574fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib\r\n0x198578000 - 0x19857afff libsystem_sandbox.dylib arm64 /usr/lib/system/libsystem_sandbox.dylib\r\n0x19857c000 - 0x19857ffff libsystem_stats.dylib arm64 <3ff8d305985431a9b00a9be30ea1d06e> /usr/lib/system/libsystem_stats.dylib\r\n0x198580000 - 0x198586fff libsystem_trace.dylib arm64 <85a38582fb75355d92d3f50ca8c00b23> /usr/lib/system/libsystem_trace.dylib\r\n0x198588000 - 0x19858dfff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib\r\n0x198590000 - 0x1985b3fff libxpc.dylib arm64 /usr/lib/system/libxpc.dylib\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS: Map Crashes with SIGSEGV if you add a vector to a map with no mapType set", "creator": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "subtasks": [], "reporter": { "name": "fokkezb", "key": "fokke", "displayName": "Fokke Zandbergen", "active": true, "timeZone": "Europe/Amsterdam" }, "environment": "SDK 4.1.0 Beta (4.1.0.v20150626223333)\r\niOS 8.3 device + simulator", "closedSprints": [ { "id": 451, "state": "closed", "name": "2015 Sprint 16 SDK", "startDate": "2015-08-01T00:30:05.052Z", "endDate": "2015-08-15T00:30:00.000Z", "completeDate": "2015-08-17T05:55:00.386Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "357597", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "Issue resolved, the addCircle proxy method was not performed on the right thread. Same problem with polygones and polylines. PR coming next few days!", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-07-13T21:42:06.000+0000", "updated": "2015-07-13T21:42:06.000+0000" }, { "id": "357603", "author": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "body": "[~fokkezb]: PR pending (https://github.com/appcelerator-modules/ti.map/pull/109), updated example to cover all adding and removing tests of possible vectors.", "updateAuthor": { "name": "hknoechel", "key": "hansknoechel", "displayName": "Hans Knöchel", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-07-13T22:57:18.000+0000", "updated": "2015-07-13T22:57:18.000+0000" }, { "id": "358004", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "CR and FT passed. PR merged.\r\nTitanium_mobile PR: https://github.com/appcelerator/titanium_mobile/pull/6979", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-07-20T18:26:37.000+0000", "updated": "2015-07-20T18:26:37.000+0000" }, { "id": "358840", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "No crash when vector added on a map and no mapType set.\r\n\r\nVerified on:\r\nMac OS 10.10.4\r\nTi SDK: 4.1.1.v20150802200935 , 4.2.0.v20150803003621\r\nti.map: 2.3.2\r\nAppc CLI NPM: 4.1.0\r\nAppc CLI Core: 4.1.2\r\nXcode: 6.4, 7.0-b4\r\nDevice: iPhone6 Plus (v8.3), iPhone Simulator v8.4, v9.0", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-08-03T09:32:39.000+0000", "updated": "2015-08-03T09:32:39.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }