{ "id": "151367", "key": "TIMOB-19562", "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": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" }, { "id": "16904", "description": "Release 5.0.2", "name": "Release 5.0.2", "archived": true, "released": true, "releaseDate": "2015-10-01" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-09-28T02:23:10.000+0000", "created": "2015-09-21T23:20:45.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "network", "socket" ], "versions": [], "issuelinks": [], "assignee": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2015-09-30T08:38:26.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": "h3. Steps to reproduce\r\n* Create a new app\r\n* run the attached app.js\r\n* app crashes 50% of the times\r\n\r\nh3. Logs when crashing:\r\n{code}\r\n[DEBUG] Application booted in 557.617009 ms\r\n[INFO] read() begin\r\n[INFO] read() bytes processed begin 1\r\n[INFO] read() bytes processed begin 2\r\n[INFO] read() Timeout\r\n[INFO] read() try 1 start\r\n[INFO] read() try 1 results: [14428770873129952]\r\n[INFO] read() Socket Close Begin: {\"mode\":3,\"port\":80,\"timeout\":310000}\r\n[INFO] read() Socket State : 2\r\n[INFO] read() Socket Try\r\n{code}\r\nh3. Log when app does not crash:\r\n{code}\r\n[DEBUG] Application booted in 703.873992 ms\r\n[INFO] read() begin\r\n[INFO] read() bytes processed begin 1\r\n[INFO] read() bytes processed begin 2\r\n[INFO] read() Timeout\r\n[INFO] read() try 1 start\r\n[INFO] read() try 1 results: [14428770763385046]\r\n[INFO] read() Socket Close Begin: {\"mode\":3,\"port\":80,\"timeout\":310000}\r\n[INFO] read() Socket State : 2\r\n[INFO] read() Socket Try\r\n[INFO] read() Socket Close End\r\n[INFO] Success!\r\n{code}\r\n\r\nh3. Notes\r\nI ran this on an iPod touch 5th gen with iOS9 and with Trace enabled (from cli)\r\n", "attachment": [ { "id": "56791", "filename": "app.js", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2015-09-21T23:27:55.000+0000", "size": 4201, "mimeType": "text/javascript" }, { "id": "56792", "filename": "t3_crash.txt", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2015-09-22T00:02:23.000+0000", "size": 49958, "mimeType": "text/plain" } ], "flagged": false, "summary": "iOS: Ti.Network connecting to pubnub service crashes on ios9 devices", "creator": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "subtasks": [], "reporter": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "environment": "Operating System\r\n Name = Mac OS X\r\n Version = 10.10.5\r\n Architecture = 64bit\r\n # CPUs = 8\r\n Memory = 16.0GB\r\nNode.js\r\n Node.js Version = 0.10.25\r\n npm Version = 1.3.24\r\n\r\nTitanium CLI\r\n CLI Version = 4.0.0\r\n node-appc Version = 0.2.26\r\n\r\nSDK 5.0.0.GA\r\n", "closedSprints": [ { "id": 485, "state": "closed", "name": "2015 Sprint 19 SDK", "startDate": "2015-09-12T00:30:29.539Z", "endDate": "2015-09-26T00:30:00.000Z", "completeDate": "2015-09-28T02:29:14.458Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "364537", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "How about compiled with SDK 5.0.0 and installed onto a iOS 8.X device? Or compiled with 4.1.1 and installed onto an iOS 9 device?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-09-22T01:16:49.000+0000", "updated": "2015-09-22T01:16:49.000+0000" }, { "id": "364739", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "body": "[~ingo] \r\nTested with:\r\n- iOS 8.0.2 \r\n- SDK 5.0.0.GA\r\nApp does not crash\r\n\r\nTested with:\r\n- iOS 8.0.2 \r\n- SDK 4.1.1.GA\r\nApp does not crash\r\n\r\nTested with:\r\n- iOS 9.0 \r\n- SDK 4.1.1.GA\r\nCRASH!!\r\n{code}\r\nIncident Identifier: E36410C7-3664-4284-A81F-32A1DEA819DD\r\nCrashReporter Key: 6b04dda90e6c89dc24d86c3c901adb8793d3ff31\r\nHardware Model: iPod5,1\r\nProcess: t3 [487]\r\nPath: /private/var/mobile/Containers/Bundle/Application/6BFB4DF6-56FD-4587-8B2D-A4CA02C87819/t3.app/t3\r\nIdentifier: com.t3\r\nVersion: 1.0 (1.0)\r\nCode Type: ARM (Native)\r\nParent Process: launchd [1]\r\n\r\nDate/Time: 2015-09-22 16:00:34.34 -0700\r\nLaunch Time: 2015-09-22 16:00:32.32 -0700\r\nOS Version: iOS 9.0 (13A344)\r\nReport Version: 104\r\n\r\nException Type: EXC_BAD_ACCESS (SIGSEGV)\r\nException Subtype: KERN_INVALID_ADDRESS at 0xa000000c\r\nTriggered by Thread: 5\r\n\r\nFiltered syslog:\r\nNone found\r\n\r\nThread 0 name: Dispatch queue: com.apple.main-thread\r\nThread 0:\r\n0 libsystem_kernel.dylib \t0x382b6164 0x382b5000 + 4452\r\n1 libsystem_kernel.dylib \t0x382b5f68 0x382b5000 + 3944\r\n2 CoreFoundation \t0x26573904 0x264bc000 + 751876\r\n3 CoreFoundation \t0x26571c8c 0x264bc000 + 744588\r\n4 CoreFoundation \t0x264c5248 0x264bc000 + 37448\r\n5 CoreFoundation \t0x264c5034 0x264bc000 + 36916\r\n6 GraphicsServices \t0x2f577ad0 0x2f56e000 + 39632\r\n7 UIKit \t0x2a6da8a8 0x2a662000 + 493736\r\n8 t3 \t0x000c8ffe 0xc2000 + 28670\r\n9 libdyld.dylib \t0x381fa872 0x381f8000 + 10354\r\n\r\nThread 1 name: Dispatch queue: com.apple.libdispatch-manager\r\nThread 1:\r\n0 libsystem_kernel.dylib \t0x382cb3c0 0x382b5000 + 91072\r\n1 libdispatch.dylib \t0x381c51c8 0x381ae000 + 94664\r\n2 libdispatch.dylib \t0x381c4f26 0x381ae000 + 93990\r\n\r\nThread 2:\r\n0 libsystem_kernel.dylib \t0x382ca92c 0x382b5000 + 88364\r\n1 libsystem_pthread.dylib \t0x3836ab50 0x38369000 + 6992\r\n2 libsystem_pthread.dylib \t0x3836a734 0x38369000 + 5940\r\n\r\nThread 3:\r\n0 libsystem_kernel.dylib \t0x382ca92c 0x382b5000 + 88364\r\n1 libsystem_pthread.dylib \t0x3836ab50 0x38369000 + 6992\r\n2 libsystem_pthread.dylib \t0x3836a734 0x38369000 + 5940\r\n\r\nThread 4:\r\n0 libsystem_kernel.dylib \t0x382ca92c 0x382b5000 + 88364\r\n1 libsystem_pthread.dylib \t0x3836ab50 0x38369000 + 6992\r\n2 libsystem_pthread.dylib \t0x3836a734 0x38369000 + 5940\r\n\r\nThread 5 name: KrollContext\r\nThread 5 Crashed:\r\n0 libobjc.A.dylib \t0x37abbac6 0x37aa8000 + 80582\r\n1 Foundation \t0x272c1caa 0x272a4000 + 122026\r\n2 Foundation \t0x272c18fa 0x272a4000 + 121082\r\n3 t3 \t0x001d6108 0xc2000 + 1130760\r\n4 CoreFoundation \t0x265b50b4 0x264bc000 + 1020084\r\n5 CoreFoundation \t0x264e089c 0x264bc000 + 149660\r\n6 t3 \t0x000e34fc 0xc2000 + 136444\r\n7 t3 \t0x000e1ab2 0xc2000 + 129714\r\n8 t3 \t0x002c6e24 0xc2000 + 2117156\r\n9 t3 \t0x0035d09a 0xc2000 + 2732186\r\n10 t3 \t0x0035b402 0xc2000 + 2724866\r\n11 t3 \t0x00362858 0xc2000 + 2754648\r\n12 t3 \t0x0035e730 0xc2000 + 2737968\r\n13 t3 \t0x00290b26 0xc2000 + 1895206\r\n14 t3 \t0x0027d048 0xc2000 + 1814600\r\n15 t3 \t0x0023baea 0xc2000 + 1546986\r\n16 t3 \t0x00304ce6 0xc2000 + 2370790\r\n17 t3 \t0x000d93c4 0xc2000 + 95172\r\n18 t3 \t0x000db06c 0xc2000 + 102508\r\n19 t3 \t0x000dc4f6 0xc2000 + 107766\r\n20 t3 \t0x000de128 0xc2000 + 114984\r\n21 Foundation \t0x27380634 0x272a4000 + 902708\r\n22 libsystem_pthread.dylib \t0x3836c872 0x38369000 + 14450\r\n23 libsystem_pthread.dylib \t0x3836c7e6 0x38369000 + 14310\r\n24 libsystem_pthread.dylib \t0x3836a740 0x38369000 + 5952\r\n\r\nThread 6 name: JavaScriptCore::BlockFree\r\nThread 6:\r\n0 libsystem_kernel.dylib \t0x382c9a60 0x382b5000 + 84576\r\n1 libsystem_pthread.dylib \t0x3836be04 0x38369000 + 11780\r\n2 libsystem_pthread.dylib \t0x3836ccf0 0x38369000 + 15600\r\n3 t3 \t0x0046b224 0xc2000 + 3838500\r\n4 t3 \t0x0022663a 0xc2000 + 1459770\r\n5 t3 \t0x0022672a 0xc2000 + 1460010\r\n6 t3 \t0x00469e3c 0xc2000 + 3833404\r\n7 t3 \t0x0046a2e8 0xc2000 + 3834600\r\n8 libsystem_pthread.dylib \t0x3836c872 0x38369000 + 14450\r\n9 libsystem_pthread.dylib \t0x3836c7e6 0x38369000 + 14310\r\n10 libsystem_pthread.dylib \t0x3836a740 0x38369000 + 5952\r\n\r\nThread 7 name: JavaScriptCore::Marking\r\nThread 7:\r\n0 libsystem_kernel.dylib \t0x382c9a60 0x382b5000 + 84576\r\n1 libsystem_pthread.dylib \t0x3836be04 0x38369000 + 11780\r\n2 libsystem_pthread.dylib \t0x3836ccb0 0x38369000 + 15536\r\n3 t3 \t0x002714c2 0xc2000 + 1766594\r\n4 t3 \t0x002715c0 0xc2000 + 1766848\r\n5 t3 \t0x00469e3c 0xc2000 + 3833404\r\n6 t3 \t0x0046a2e8 0xc2000 + 3834600\r\n7 libsystem_pthread.dylib \t0x3836c872 0x38369000 + 14450\r\n8 libsystem_pthread.dylib \t0x3836c7e6 0x38369000 + 14310\r\n9 libsystem_pthread.dylib \t0x3836a740 0x38369000 + 5952\r\n\r\nThread 8 name: com.apple.coremedia.player.async\r\nThread 8:\r\n0 libsystem_kernel.dylib \t0x382b61b4 0x382b5000 + 4532\r\n1 libdispatch.dylib \t0x381c1e52 0x381ae000 + 81490\r\n2 MediaToolbox \t0x2815479c 0x28150000 + 18332\r\n3 CoreMedia \t0x26d7ab40 0x26d43000 + 228160\r\n4 libsystem_pthread.dylib \t0x3836c872 0x38369000 + 14450\r\n5 libsystem_pthread.dylib \t0x3836c7e6 0x38369000 + 14310\r\n6 libsystem_pthread.dylib \t0x3836a740 0x38369000 + 5952\r\n\r\nThread 9:\r\n0 libsystem_kernel.dylib \t0x382ca92c 0x382b5000 + 88364\r\n1 libsystem_pthread.dylib \t0x3836ab50 0x38369000 + 6992\r\n2 libsystem_pthread.dylib \t0x3836a734 0x38369000 + 5940\r\n\r\nThread 10 name: com.apple.NSURLConnectionLoader\r\nThread 10:\r\n0 libsystem_kernel.dylib \t0x382b6164 0x382b5000 + 4452\r\n1 libsystem_kernel.dylib \t0x382b5f68 0x382b5000 + 3944\r\n2 CoreFoundation \t0x26573904 0x264bc000 + 751876\r\n3 CoreFoundation \t0x26571c8c 0x264bc000 + 744588\r\n4 CoreFoundation \t0x264c5248 0x264bc000 + 37448\r\n5 CoreFoundation \t0x264c5034 0x264bc000 + 36916\r\n6 CFNetwork \t0x25e37ee6 0x25db0000 + 556774\r\n7 Foundation \t0x27380634 0x272a4000 + 902708\r\n8 libsystem_pthread.dylib \t0x3836c872 0x38369000 + 14450\r\n9 libsystem_pthread.dylib \t0x3836c7e6 0x38369000 + 14310\r\n10 libsystem_pthread.dylib \t0x3836a740 0x38369000 + 5952\r\n\r\nThread 11:\r\n0 libsystem_kernel.dylib \t0x382ca92c 0x382b5000 + 88364\r\n1 libsystem_pthread.dylib \t0x3836ab50 0x38369000 + 6992\r\n2 libsystem_pthread.dylib \t0x3836a734 0x38369000 + 5940\r\n\r\nThread 12:\r\n0 libsystem_kernel.dylib \t0x382ca92c 0x382b5000 + 88364\r\n1 libsystem_pthread.dylib \t0x3836ab50 0x38369000 + 6992\r\n2 libsystem_pthread.dylib \t0x3836a734 0x38369000 + 5940\r\n\r\nThread 13 name: com.apple.CFSocket.private\r\nThread 13:\r\n0 libsystem_kernel.dylib \t0x382c9fb4 0x382b5000 + 85940\r\n1 CoreFoundation \t0x26578d52 0x264bc000 + 773458\r\n2 libsystem_pthread.dylib \t0x3836c872 0x38369000 + 14450\r\n3 libsystem_pthread.dylib \t0x3836c7e6 0x38369000 + 14310\r\n4 libsystem_pthread.dylib \t0x3836a740 0x38369000 + 5952\r\n\r\nThread 5 crashed with ARM Thread State (32-bit):\r\n r0: 0x176aca40 r1: 0x274ade2e r2: 0x176c8220 r3: 0x00000fff\r\n r4: 0x315283c1 r5: 0x176dacb0 r6: 0x2c2d9e32 r7: 0x1f217f80\r\n r8: 0x175dbc00 r9: 0xa0000000 r10: 0x176aca40 r11: 0x00000001\r\n ip: 0x3870f8a8 sp: 0x1f217ed4 lr: 0x272c1cab pc: 0x37abbac6\r\n cpsr: 0x20000030\r\n\r\nBinary Images:\r\n0xc2000 - 0x4e9fff t3 armv7 /var/mobile/Containers/Bundle/Application/6BFB4DF6-56FD-4587-8B2D-A4CA02C87819/t3.app/t3\r\n0x1feef000 - 0x1ff16fff dyld armv7 /usr/lib/dyld\r\n0x24cfd000 - 0x24e62fff AVFoundation armv7 <6c8f555c04de33a9a88a945ad7784dac> /System/Library/Frameworks/AVFoundation.framework/AVFoundation\r\n0x24e63000 - 0x24ed7fff libAVFAudio.dylib armv7 /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib\r\n0x24ed8000 - 0x24f1dfff AVKit armv7 <187d6bba92c4342b8ccd1bdb3e0c6ae6> /System/Library/Frameworks/AVKit.framework/AVKit\r\n0x24f1e000 - 0x24f1efff Accelerate armv7 <1dee6edb448a3ff9b935e4be7fe81b2b> /System/Library/Frameworks/Accelerate.framework/Accelerate\r\n0x24f33000 - 0x25182fff vImage armv7 <192d39bc484d37db8f454277309c809a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage\r\n0x25183000 - 0x25261fff libBLAS.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib\r\n0x25262000 - 0x2552bfff libLAPACK.dylib armv7 <9cce82c7685a3ed39b311ae7b3e2345e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib\r\n0x2552c000 - 0x2553dfff libLinearAlgebra.dylib armv7 <682f2223c1163ea58a697298b45f8748> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib\r\n0x2553e000 - 0x25552fff libSparseBLAS.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib\r\n0x25553000 - 0x255c8fff libvDSP.dylib armv7 <3e9b6d25860b3e8ebced362de18e3f8e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib\r\n0x255c9000 - 0x255dafff libvMisc.dylib armv7 <9dde10849ca33348a978f58e58a76821> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib\r\n0x255db000 - 0x255dbfff vecLib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib\r\n0x255dc000 - 0x2560bfff Accounts armv7 <42e556b6ccb337f09ea9cdc909006d2c> /System/Library/Frameworks/Accounts.framework/Accounts\r\n0x2560c000 - 0x2560cfff AdSupport armv7 /System/Library/Frameworks/AdSupport.framework/AdSupport\r\n0x2560d000 - 0x25679fff AddressBook armv7 <13ca0e25e8a03c57a6436adf4fcc1504> /System/Library/Frameworks/AddressBook.framework/AddressBook\r\n0x2567a000 - 0x25744fff AddressBookUI armv7 <0eeca8a04ab33ccb857b2131c4b9676b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI\r\n0x258f3000 - 0x25bcdfff AudioToolbox armv7 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\r\n0x25db0000 - 0x25fa2fff CFNetwork armv7 /System/Library/Frameworks/CFNetwork.framework/CFNetwork\r\n0x25fa3000 - 0x26040fff CloudKit armv7 /System/Library/Frameworks/CloudKit.framework/CloudKit\r\n0x26041000 - 0x260bcfff Contacts armv7 <497696e19ca636b88af51807d817d3f9> /System/Library/Frameworks/Contacts.framework/Contacts\r\n0x260bd000 - 0x261a0fff ContactsUI armv7 <7024b67433df39ec940a845a515e4268> /System/Library/Frameworks/ContactsUI.framework/ContactsUI\r\n0x261a1000 - 0x26250fff CoreAudio armv7 <5c06701609053ff28039ff2962ca5359> /System/Library/Frameworks/CoreAudio.framework/CoreAudio\r\n0x26266000 - 0x26285fff CoreBluetooth armv7 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth\r\n0x26286000 - 0x264bbfff CoreData armv7 <7bd4a335269a31ad98ff58fcde6a3a4c> /System/Library/Frameworks/CoreData.framework/CoreData\r\n0x264bc000 - 0x267ebfff CoreFoundation armv7 <360653651940369e9060e38e7246798f> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\r\n0x267ec000 - 0x26921fff CoreGraphics armv7 <8df8ccbcd58c3b45b903a3dc2e9686f3> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\r\n0x26924000 - 0x26926fff libCGXType.A.dylib armv7 <2aadd1eafc813fc68c1bba6cc4e158dc> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGXType.A.dylib\r\n0x26b0b000 - 0x26b27fff libRIP.A.dylib armv7 /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib\r\n0x26b28000 - 0x26cabfff CoreImage armv7 <9074950127a736e3929e0210507eac0f> /System/Library/Frameworks/CoreImage.framework/CoreImage\r\n0x26cac000 - 0x26d10fff CoreLocation armv7 <543c4591b576384a854dabc92569a2e1> /System/Library/Frameworks/CoreLocation.framework/CoreLocation\r\n0x26d43000 - 0x26e06fff CoreMedia armv7 <47779333554e35f1987035411758d00c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia\r\n0x26e07000 - 0x26f05fff CoreMotion armv7 /System/Library/Frameworks/CoreMotion.framework/CoreMotion\r\n0x26f06000 - 0x26f39fff CoreSpotlight armv7 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight\r\n0x26f3a000 - 0x26f9afff CoreTelephony armv7 <420c25982fd834658402deab4ad22e48> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony\r\n0x26f9b000 - 0x2708afff CoreText armv7 /System/Library/Frameworks/CoreText.framework/CoreText\r\n0x2708b000 - 0x270a3fff CoreVideo armv7 <9daae352082d30b288d842e6c2ec80ca> /System/Library/Frameworks/CoreVideo.framework/CoreVideo\r\n0x270a4000 - 0x2712bfff EventKit armv7 /System/Library/Frameworks/EventKit.framework/EventKit\r\n0x2712c000 - 0x27291fff EventKitUI armv7 <5957411f8488398ebfecf83a1a323ea6> /System/Library/Frameworks/EventKitUI.framework/EventKitUI\r\n0x27292000 - 0x272a3fff ExternalAccessory armv7 <1d33a6461ac930b4be29e152790c0fa3> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory\r\n0x272a4000 - 0x274dafff Foundation armv7 <721338435cba3837ad4936634ec82ada> /System/Library/Frameworks/Foundation.framework/Foundation\r\n0x274db000 - 0x27508fff GLKit armv7 /System/Library/Frameworks/GLKit.framework/GLKit\r\n0x27509000 - 0x27529fff GSS armv7 /System/Library/Frameworks/GSS.framework/GSS\r\n0x27660000 - 0x276bafff IOKit armv7 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\r\n0x276bb000 - 0x27984fff ImageIO armv7 <8432b19a608f3e73a58e67e6379f44ed> /System/Library/Frameworks/ImageIO.framework/ImageIO\r\n0x27985000 - 0x27d8cfff JavaScriptCore armv7 <52865be20b803df59c804a0b3a014dd3> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore\r\n0x27db0000 - 0x27f1cfff MapKit armv7 <04544d09a641357a9746db8771a66313> /System/Library/Frameworks/MapKit.framework/MapKit\r\n0x27f1d000 - 0x27f25fff MediaAccessibility armv7 <143a7c888bfe3fe7808aeb6c818b07c4> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility\r\n0x27f26000 - 0x2814ffff MediaPlayer armv7 <2ae0bfeac7e73316b5add6032a064ae3> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer\r\n0x28150000 - 0x284c9fff MediaToolbox armv7 <0e94c2ad40d13c78a703e346e1a5b512> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox\r\n0x284ca000 - 0x2859cfff MessageUI armv7 <67d3e093d73b34faad149577a60e1e69> /System/Library/Frameworks/MessageUI.framework/MessageUI\r\n0x2859d000 - 0x285dcfff Metal armv7 <48260c0698253413a7b05784739ce430> /System/Library/Frameworks/Metal.framework/Metal\r\n0x285ee000 - 0x28636fff MetalPerformanceShaders armv7 <391d0e15bc5e338ea2f2ae4d2f092217> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders\r\n0x28637000 - 0x286dcfff MobileCoreServices armv7 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices\r\n0x286dd000 - 0x28a9efff ModelIO armv7 <2ec60c6bc57433f2bc67ae030d8c9ef2> /System/Library/Frameworks/ModelIO.framework/ModelIO\r\n0x28d38000 - 0x28d40fff OpenGLES armv7 <79366ed51e2937c197d73e3c051ef704> /System/Library/Frameworks/OpenGLES.framework/OpenGLES\r\n0x28d42000 - 0x28d42fff libCVMSPluginSupport.dylib armv7 <9f4dbcc119e83ac397bf640a8c4126f7> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib\r\n0x28d43000 - 0x28d45fff libCoreFSCache.dylib armv7 <496f9700c9c033b2bd2fdc115c071dd5> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib\r\n0x28d46000 - 0x28d49fff libCoreVMClient.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib\r\n0x28d4a000 - 0x28d52fff libGFXShared.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib\r\n0x28d53000 - 0x28d90fff libGLImage.dylib armv7 <6c5e2195624535dcba905f0d167e433a> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib\r\n0x29f34000 - 0x2a0a5fff QuartzCore armv7 <2fcc232bbb0b35c0b776770bfa9f1368> /System/Library/Frameworks/QuartzCore.framework/QuartzCore\r\n0x2a0a6000 - 0x2a0f7fff QuickLook armv7 /System/Library/Frameworks/QuickLook.framework/QuickLook\r\n0x2a3d9000 - 0x2a42efff Security armv7 <9e5790effd053942962e211890d527ed> /System/Library/Frameworks/Security.framework/Security\r\n0x2a600000 - 0x2a616fff StoreKit armv7 /System/Library/Frameworks/StoreKit.framework/StoreKit\r\n0x2a617000 - 0x2a65ffff SystemConfiguration armv7 <4a8f2a40de1b3592af089e2c6b26db4b> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\r\n0x2a662000 - 0x2b161fff UIKit armv7 /System/Library/Frameworks/UIKit.framework/UIKit\r\n0x2b162000 - 0x2b1cffff VideoToolbox armv7 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox\r\n0x2b23c000 - 0x2b493fff WebKit armv7 /System/Library/Frameworks/WebKit.framework/WebKit\r\n0x2b494000 - 0x2b4cbfff iAd armv7 /System/Library/Frameworks/iAd.framework/iAd\r\n0x2b7a8000 - 0x2b7adfff AITTarget armv7 /System/Library/PrivateFrameworks/AITTarget.framework/AITTarget\r\n0x2b7b2000 - 0x2b7b7fff AOSNotification armv7 <2076e713fb2d348b84ea886c0167d31d> /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification\r\n0x2b98e000 - 0x2b9e7fff AccountsDaemon armv7 /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon\r\n0x2ba0d000 - 0x2ba11fff AggregateDictionary armv7 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\r\n0x2be47000 - 0x2be86fff AppSupport armv7 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport\r\n0x2be87000 - 0x2bedffff AppleAccount armv7 <99cd162d95523ab689f027a8d47155b7> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount\r\n0x2bfc8000 - 0x2bfe5fff AppleIDSSOAuthentication armv7 <1d3740959dea37fe89da08a1eabd0c54> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication\r\n0x2bfe6000 - 0x2c01efff AppleJPEG armv7 <0bdddf523f723af0a5f3776230276259> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG\r\n0x2c02d000 - 0x2c03ffff ApplePushService armv7 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService\r\n0x2c09d000 - 0x2c0a6fff AssertionServices armv7 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices\r\n0x2c0a7000 - 0x2c0abfff AssetCacheServices armv7 <94a5e7e09f4c339195cfbd47be49549c> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices\r\n0x2c146000 - 0x2c165fff AuthKit armv7 <63b12f691a50335685a5f0c08c12704a> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit\r\n0x2c17e000 - 0x2c181fff BTLEAudioController armv7 <5ea7d626c7e539ed9b4f49bbf793468d> /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioController\r\n0x2c182000 - 0x2c19ffff BackBoardServices armv7 <29c88ecded193a4e85608d397b5b5237> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices\r\n0x2c1a2000 - 0x2c1e4fff BaseBoard armv7 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard\r\n0x2c1e5000 - 0x2c1e7fff BaseBoardUI armv7 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI\r\n0x2c1f0000 - 0x2c1f6fff BluetoothManager armv7 <00d0c779bbda34ebb9d2012942b8db17> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager\r\n0x2c1f7000 - 0x2c21efff Bom armv7 <5c7d334a69eb34838044e48f39096bfb> /System/Library/PrivateFrameworks/Bom.framework/Bom\r\n0x2c23c000 - 0x2c2affff BulletinBoard armv7 <5f3a3320f1b63870af204b30f675dbbb> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard\r\n0x2c2b5000 - 0x2c2c2fff CacheDelete armv7 <66874e1a3b5030d3933424fee37f393f> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete\r\n0x2c31f000 - 0x2c34bfff CalendarDaemon armv7 <202f43c9c8003da7ba22363cf0de12bc> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon\r\n0x2c34c000 - 0x2c3b5fff CalendarDatabase armv7 <543eccf14bd53f70a593ee8437bc9f51> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase\r\n0x2c3b6000 - 0x2c3f9fff CalendarFoundation armv7 <96f16afdd36a355e94f5ce6bb99b88d0> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation\r\n0x2c3fa000 - 0x2c41dfff CalendarUIKit armv7 <973e2127023838ad947b156fc22e98c7> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit\r\n0x2c668000 - 0x2c670fff CaptiveNetwork armv7 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork\r\n0x2c67b000 - 0x2c7d9fff Celestial armv7 /System/Library/PrivateFrameworks/Celestial.framework/Celestial\r\n0x2c805000 - 0x2c80afff CertUI armv7 <8c00b7e42e5830b886663f04840761fb> /System/Library/PrivateFrameworks/CertUI.framework/CertUI\r\n0x2c967000 - 0x2c989fff ChunkingLibrary armv7 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary\r\n0x2ced9000 - 0x2cf2cfff ColorSync armv7 <37f3398bf9c032778413315dd044c6c5> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync\r\n0x2cf2d000 - 0x2cf2ffff CommonAuth armv7 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth\r\n0x2cf30000 - 0x2cf41fff CommonUtilities armv7 <47675e81469f3f638a9087b5d1e4a2ed> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities\r\n0x2cf42000 - 0x2cf46fff CommunicationsFilter armv7 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter\r\n0x2cfcf000 - 0x2cfd3fff ConstantClasses armv7 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses\r\n0x2cfd4000 - 0x2d001fff ContactsAutocomplete armv7 /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete\r\n0x2d002000 - 0x2d025fff ContactsFoundation armv7 <3de3e3edb57b3cfcb7b9b67b59938081> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation\r\n0x2d026000 - 0x2d062fff ContentIndex armv7 <1e6b9b5487fa3c74ab0a09e9698547ee> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex\r\n0x2d063000 - 0x2d069fff CoreAUC armv7 <03d5d3d6b1ab31ffb28ebbfddcb1ba09> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC\r\n0x2d0b4000 - 0x2d109fff CoreDAV armv7 <1dfb802b2ce13d0e8acab981211923b7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV\r\n0x2d10a000 - 0x2d1a7fff CoreDuet armv7 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet\r\n0x2d1a8000 - 0x2d1bafff CoreDuetDaemonProtocol armv7 <73e0d41f118b382aab09c56997ab1637> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol\r\n0x2d1bd000 - 0x2d1bffff CoreDuetDebugLogging armv7 <6c98c83e5e683656be247c9c113f5ca6> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging\r\n0x2d4fd000 - 0x2d599fff CorePDF armv7 <8c6833fc2bf834c9bf26c69db714de77> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF\r\n0x2d63c000 - 0x2d645fff CoreRecents armv7 <8eb61003963c3f59b228db9388c121b3> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents\r\n0x2d8fe000 - 0x2d904fff CoreTime armv7 <51ffbc01050b35108f7da639c9a13866> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime\r\n0x2d905000 - 0x2d9a6fff CoreUI armv7 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI\r\n0x2da32000 - 0x2da3ffff CrashReporterSupport armv7 <59e5605ba9573f858f540282bc6b46ab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport\r\n0x2da58000 - 0x2da5dfff DAAPKit armv7 <25489d3da7293dcda070aa96ca1325ca> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit\r\n0x2da6a000 - 0x2dab0fff DataAccess armv7 <647dd2f6c9f837cc9ffea02a66807bac> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess\r\n0x2dcb6000 - 0x2dcd8fff DataAccessExpress armv7 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress\r\n0x2dce3000 - 0x2dcfdfff DataDetectorsCore armv7 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore\r\n0x2dd48000 - 0x2dd4ffff DataMigration armv7 <555df03854c33333b6bb723d6b174c3b> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration\r\n0x2dd61000 - 0x2dd62fff DiagnosticLogCollection armv7 /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection\r\n0x2dd63000 - 0x2dd82fff DictionaryServices armv7 /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices\r\n0x2ddcb000 - 0x2ddeafff EAP8021X armv7 <007933f2e29037879b04ff1e269a9da4> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X\r\n0x2de0d000 - 0x2de14fff FMCoreLite armv7 <833f956f2efc36abbdb98908ee73f662> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite\r\n0x2de89000 - 0x2de8bfff FTClientServices armv7 <1275fd92af9e33eaa40ad59ced6fb83e> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices\r\n0x2de8c000 - 0x2debffff FTServices armv7 /System/Library/PrivateFrameworks/FTServices.framework/FTServices\r\n0x2dec0000 - 0x2e2e4fff FaceCore armv7 <9b383f51cbd831f08279298970c06673> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore\r\n0x2e321000 - 0x2e321fff FontServices armv7 <8ddbc5597e8f388c9fbdc3fa81cf19d2> /System/Library/PrivateFrameworks/FontServices.framework/FontServices\r\n0x2e322000 - 0x2e3f9fff libFontParser.dylib armv7 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib\r\n0x2e3fa000 - 0x2e405fff libGSFontCache.dylib armv7 <7301e76d69d534f6a915e6c1caaff3a9> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib\r\n0x2e50e000 - 0x2e53ffff FrontBoardServices armv7 <260cfb70828d3ac58e3197d60ae30702> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices\r\n0x2e6fd000 - 0x2e6fdfff libmetal_timestamp.dylib armv7 <11fce05449e83b229e37d565ced687c1> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib\r\n0x2f13e000 - 0x2f154fff GenerationalStorage armv7 /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage\r\n0x2f155000 - 0x2f56dfff GeoServices armv7 <0ae4c7c0f7333638898838d14b59fb5e> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices\r\n0x2f56e000 - 0x2f57ffff GraphicsServices armv7 <4ba8d8f72f053cd9aa44d01ad9ebde4c> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices\r\n0x2f584000 - 0x2f584fff HangTracer armv7 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer\r\n0x2f7ad000 - 0x2f801fff Heimdal armv7 <544fd9c7e0f33ea8adb9133d0e24c4d6> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal\r\n0x2f9d1000 - 0x2fa57fff HomeSharing armv7 <5e18cde77d3037b4ba8e37214c29a075> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing\r\n0x2fa58000 - 0x2fa68fff IAP armv7 <48306e524278309b85318e82bbb689c2> /System/Library/PrivateFrameworks/IAP.framework/IAP\r\n0x2fac0000 - 0x2fb28fff IDS armv7 <130f451311dc30e49e26963b279475a7> /System/Library/PrivateFrameworks/IDS.framework/IDS\r\n0x2fb29000 - 0x2fb5bfff IDSFoundation armv7 <089a6244366638b29c58f4a678877b2c> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation\r\n0x2fd3d000 - 0x2fda5fff IMFoundation armv7 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation\r\n0x2fdad000 - 0x2fdb0fff IOAccelerator armv7 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator\r\n0x2fdb3000 - 0x2fdb9fff IOMobileFramebuffer armv7 <98c0c63093c1357cb67c65470f9b0ce6> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer\r\n0x2fdba000 - 0x2fdbffff IOSurface armv7 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface\r\n0x2fdc0000 - 0x2fdc1fff IOSurfaceAccelerator armv7 /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator\r\n0x30143000 - 0x30148fff IncomingCallFilter armv7 <397f6cae06383909a9c989bd5785ba70> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter\r\n0x3014c000 - 0x30157fff IntlPreferences armv7 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences\r\n0x3017f000 - 0x301edfff LanguageModeling armv7 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling\r\n0x3021c000 - 0x3025bfff MIME armv7 /System/Library/PrivateFrameworks/MIME.framework/MIME\r\n0x3025c000 - 0x302c2fff MMCS armv7 <195e73a76ff438578cfde089b88ec14d> /System/Library/PrivateFrameworks/MMCS.framework/MMCS\r\n0x30333000 - 0x30341fff MailServices armv7 <074fe3f9e9113f6598f7c9101bd5d3cb> /System/Library/PrivateFrameworks/MailServices.framework/MailServices\r\n0x30387000 - 0x30431fff ManagedConfiguration armv7 <7d9357e873ea3b309ff25aa412bd978d> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration\r\n0x3044e000 - 0x3044ffff Marco armv7 /System/Library/PrivateFrameworks/Marco.framework/Marco\r\n0x308c8000 - 0x308e2fff MediaRemote armv7 <0cc1bae3e09a37079e9703d95207478a> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote\r\n0x308e3000 - 0x308f8fff MediaServices armv7 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices\r\n0x309d3000 - 0x30adcfff Message armv7 <24cbdbae182430bfb81cd1616a2975e6> /System/Library/PrivateFrameworks/Message.framework/Message\r\n0x30ae2000 - 0x30ae5fff MessageSupport armv7 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport\r\n0x30b55000 - 0x30b62fff MobileAsset armv7 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset\r\n0x30b90000 - 0x30b98fff MobileBluetooth armv7 <1d925adfdbbc3606831c37406da8a608> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth\r\n0x30bb7000 - 0x30bbdfff MobileInstallation armv7 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation\r\n0x30bbe000 - 0x30bcafff MobileKeyBag armv7 <5f9ee2403fec3344b0f38e703199f0ef> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag\r\n0x30bcf000 - 0x30bcffff MobileObliteration armv7 <5fb1f1239f6c32078b45eb5eb71350ee> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration\r\n0x30bd5000 - 0x30cd1fff MobileSpotlightIndex armv7 <10eb9cbeb58c3dff9b904d18f3bb8b24> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex\r\n0x30cfb000 - 0x30cfefff MobileSystemServices armv7 <419c62d054a63f70b69762b4bda41453> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices\r\n0x30d2a000 - 0x30d37fff MobileWiFi armv7 <68f9ded99b9f3201a998e4111f58e3b4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi\r\n0x30d8a000 - 0x30f95fff MusicLibrary armv7 <8327ea9b64ff3169a567bde112e78e41> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary\r\n0x30ff7000 - 0x31000fff Netrb armv7 <7ce90119f70639e09e7183bf3270e889> /System/Library/PrivateFrameworks/Netrb.framework/Netrb\r\n0x31022000 - 0x31039fff NetworkStatistics armv7 <46d71820fbd63f528ea076a0d1ced69d> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics\r\n0x3103a000 - 0x31077fff Notes armv7 <51425b83a87a3e30b37b3f0bca31c194> /System/Library/PrivateFrameworks/Notes.framework/Notes\r\n0x311b3000 - 0x311bdfff NotificationsUI armv7 <5fabd7bf465537219f78b4deb93a6b0b> /System/Library/PrivateFrameworks/NotificationsUI.framework/NotificationsUI\r\n0x311be000 - 0x311c0fff OAuth armv7 <3145a5bf1fda3effb47f7f3266b6c67c> /System/Library/PrivateFrameworks/OAuth.framework/OAuth\r\n0x31a83000 - 0x31a87fff ParsecSubscriptionServiceSupport armv7 /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport\r\n0x31b40000 - 0x31b62fff Pegasus armv7 /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus\r\n0x31ba5000 - 0x31bcdfff PersistentConnection armv7 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\r\n0x32083000 - 0x320cffff PhysicsKit armv7 <91683cfc9cef3aaa98271a1bffd83da2> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit\r\n0x320d0000 - 0x320e8fff PlugInKit armv7 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit\r\n0x320e9000 - 0x320f4fff PowerLog armv7 <30672f6105d131a8bc6fc0300a6fb5bb> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog\r\n0x3260a000 - 0x3260efff ProgressUI armv7 /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI\r\n0x3260f000 - 0x326aefff ProofReader armv7 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader\r\n0x326af000 - 0x326cdfff ProtectedCloudStorage armv7 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage\r\n0x326ce000 - 0x326ddfff ProtocolBuffer armv7 <7fa05efd63c23835a75b0f5918f7eb80> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\r\n0x326de000 - 0x3270ffff PrototypeTools armv7 <13d951348dc3392aa2ebbc94c653769c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools\r\n0x32712000 - 0x32780fff Quagga armv7 <1ee245cc6eb7395a8a743ca3ecf696b2> /System/Library/PrivateFrameworks/Quagga.framework/Quagga\r\n0x32781000 - 0x3278dfff QuickLookThumbnailing armv7 <5aa88e3c4fa13fda9df52fe45a7bf5aa> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing\r\n0x32f4c000 - 0x32f83fff SpringBoardFoundation armv7 <5aff806c2161328c928dd3a9447858c3> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation\r\n0x32f84000 - 0x32fa5fff SpringBoardServices armv7 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices\r\n0x32fa6000 - 0x32fbcfff SpringBoardUI armv7 <4877fe0e6d8c390f9cabcd8125f70e1a> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI\r\n0x32fbd000 - 0x32fe2fff SpringBoardUIServices armv7 <64e70071cd643c23b60e4dccd76c600c> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices\r\n0x333dd000 - 0x33592fff StoreServices armv7 <5cf2b53dd50c3db6bad538b20dd9f8c2> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices\r\n0x337cb000 - 0x337cffff TCC armv7 <6b42222135fb307ea5cc134c4b6ee9a3> /System/Library/PrivateFrameworks/TCC.framework/TCC\r\n0x337d0000 - 0x33810fff TelephonyUI armv7 <444d51e830b436d7ad5a07119be20fa4> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI\r\n0x33811000 - 0x3386cfff TelephonyUtilities armv7 <989e740c30e23daf8e3561a88cd9e8e7> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities\r\n0x347e5000 - 0x34810fff TextInput armv7 <8115479897d83df69e4a966d8518db0f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput\r\n0x34859000 - 0x34877fff ToneLibrary armv7 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary\r\n0x348df000 - 0x349a6fff UIFoundation armv7 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation\r\n0x349d0000 - 0x349d3fff UserFS armv7 /System/Library/PrivateFrameworks/UserFS.framework/UserFS\r\n0x349f6000 - 0x349fffff UserNotificationServices armv7 /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotificationServices\r\n0x34a18000 - 0x34feffff VectorKit armv7 <0baa5c354f1636fe9f39be4e7fd781ea> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit\r\n0x352ff000 - 0x35332fff WebBookmarks armv7 <56d039ff87b735a5af715cb62c5d36a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks\r\n0x35348000 - 0x35f3bfff WebCore armv7 <66e3bb9ce11736bd83c680b5c85cd705> /System/Library/PrivateFrameworks/WebCore.framework/WebCore\r\n0x35f90000 - 0x3605bfff WebKitLegacy armv7 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy\r\n0x36340000 - 0x36345fff iAdServices armv7 <158a20d7645c365db8be10cecf36a7de> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices\r\n0x36346000 - 0x36372fff iCalendar armv7 <6d809919fe4f32cfa0013fd7139c2a16> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar\r\n0x36392000 - 0x363d1fff iTunesStore armv7 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore\r\n0x3657d000 - 0x3659afff vCard armv7 <742136c53d9b353f9181a7d0acbf2181> /System/Library/PrivateFrameworks/vCard.framework/vCard\r\n0x36bb6000 - 0x36bc0fff libAccessibility.dylib armv7 <5f13f7e5621139958a7021ac24494f9a> /usr/lib/libAccessibility.dylib\r\n0x36cf7000 - 0x36d0cfff libCRFSuite.dylib armv7 <1cfb9af34de637548c7c32357f18dc7c> /usr/lib/libCRFSuite.dylib\r\n0x36d15000 - 0x36d1efff libChineseTokenizer.dylib armv7 /usr/lib/libChineseTokenizer.dylib\r\n0x36f2c000 - 0x36f46fff libMobileGestalt.dylib armv7 <3ac2260fafbb3b11bae9d893cbaa165e> /usr/lib/libMobileGestalt.dylib\r\n0x36f70000 - 0x36f71fff libSystem.B.dylib armv7 /usr/lib/libSystem.B.dylib\r\n0x36ff1000 - 0x37043fff libTelephonyUtilDynamic.dylib armv7 <65d5cd4a21763879bcacec1c4ab2d9af> /usr/lib/libTelephonyUtilDynamic.dylib\r\n0x370b5000 - 0x370d7fff libarchive.2.dylib armv7 /usr/lib/libarchive.2.dylib\r\n0x37108000 - 0x37114fff libbsm.0.dylib armv7 <2275ba9c269b3a0d88f7f586ca9f502c> /usr/lib/libbsm.0.dylib\r\n0x37115000 - 0x3711ffff libbz2.1.0.dylib armv7 /usr/lib/libbz2.1.0.dylib\r\n0x37120000 - 0x3716bfff libc++.1.dylib armv7 <980fa84460d636a3a49d1c7584395ce0> /usr/lib/libc++.1.dylib\r\n0x3716c000 - 0x37186fff libc++abi.dylib armv7 <5a3e558e7fc83cc48fb623f97b98ebfd> /usr/lib/libc++abi.dylib\r\n0x37188000 - 0x37195fff libcmph.dylib armv7 <9b7b081873363b919e28cfa847687a56> /usr/lib/libcmph.dylib\r\n0x37196000 - 0x371a8fff libcompression.dylib armv7 <1294c474ec6331be96141b1da188d0c1> /usr/lib/libcompression.dylib\r\n0x372b2000 - 0x372b9fff libcupolicy.dylib armv7 /usr/lib/libcupolicy.dylib\r\n0x372d4000 - 0x372d4fff libenergytrace.dylib armv7 /usr/lib/libenergytrace.dylib\r\n0x372e0000 - 0x372fbfff libextension.dylib armv7 <132398d8e6f734019fe2d1bc87dcbc70> /usr/lib/libextension.dylib\r\n0x3742c000 - 0x3742ffff libheimdal-asn1.dylib armv7 /usr/lib/libheimdal-asn1.dylib\r\n0x37430000 - 0x3751dfff libiconv.2.dylib armv7 /usr/lib/libiconv.2.dylib\r\n0x3751e000 - 0x376abfff libicucore.A.dylib armv7 <888239ea1e5f379880a9ef098f225416> /usr/lib/libicucore.A.dylib\r\n0x376b4000 - 0x376b8fff liblangid.dylib armv7 <46ab0b2e48003ea882262b4473384c61> /usr/lib/liblangid.dylib\r\n0x376b9000 - 0x376c3fff liblockdown.dylib armv7 <806a7625318c3650a71809a5d9e8c0c7> /usr/lib/liblockdown.dylib\r\n0x376c4000 - 0x376d9fff liblzma.5.dylib armv7 <0121cf295b393456a107e4a40bf3af96> /usr/lib/liblzma.5.dylib\r\n0x376da000 - 0x376eefff libmarisa.dylib armv7 <1f4ea8bbfa913488b76dfb11b8814ff1> /usr/lib/libmarisa.dylib\r\n0x3781b000 - 0x37a5ffff libmecabra.dylib armv7 <1c696265c76d32e5b5f46fd866e7c045> /usr/lib/libmecabra.dylib\r\n0x37a60000 - 0x37a77fff libmis.dylib armv7 <23f02b8203143212869bea73840f77f4> /usr/lib/libmis.dylib\r\n0x37aa8000 - 0x37e12fff libobjc.A.dylib armv7 <2a6856e3455b3dfb9f427caa62db157f> /usr/lib/libobjc.A.dylib\r\n0x37ee3000 - 0x37ef8fff libresolv.9.dylib armv7 <204ff57970713f50b1fcf68b58d7acf1> /usr/lib/libresolv.9.dylib\r\n0x37f23000 - 0x37fdafff libsqlite3.dylib armv7 /usr/lib/libsqlite3.dylib\r\n0x38028000 - 0x3804ffff libtidy.A.dylib armv7 /usr/lib/libtidy.A.dylib\r\n0x3805c000 - 0x38112fff libxml2.2.dylib armv7 <816e2bb643283cce9ecfdfcda2039684> /usr/lib/libxml2.2.dylib\r\n0x38113000 - 0x38134fff libxslt.1.dylib armv7 /usr/lib/libxslt.1.dylib\r\n0x38135000 - 0x38141fff libz.1.dylib armv7 <7992ca1e536334279f74d5f578239026> /usr/lib/libz.1.dylib\r\n0x38142000 - 0x38146fff libcache.dylib armv7 /usr/lib/system/libcache.dylib\r\n0x38147000 - 0x38150fff libcommonCrypto.dylib armv7 <8c1dd7ba4705318d972def7b783a60fb> /usr/lib/system/libcommonCrypto.dylib\r\n0x38151000 - 0x38156fff libcompiler_rt.dylib armv7 /usr/lib/system/libcompiler_rt.dylib\r\n0x38157000 - 0x3815dfff libcopyfile.dylib armv7 /usr/lib/system/libcopyfile.dylib\r\n0x3815e000 - 0x381adfff libcorecrypto.dylib armv7 <5328122fa7003f0e997b8d91c297e27d> /usr/lib/system/libcorecrypto.dylib\r\n0x381ae000 - 0x381f7fff libdispatch.dylib armv7 /usr/lib/system/libdispatch.dylib\r\n0x381f8000 - 0x381fafff libdyld.dylib armv7 <4fc1a3f33b033c2bb3f0deedcb096cb1> /usr/lib/system/libdyld.dylib\r\n0x381fb000 - 0x381fbfff libkeymgr.dylib armv7 /usr/lib/system/libkeymgr.dylib\r\n0x381fc000 - 0x381fcfff liblaunch.dylib armv7 /usr/lib/system/liblaunch.dylib\r\n0x381fd000 - 0x38200fff libmacho.dylib armv7 /usr/lib/system/libmacho.dylib\r\n0x38201000 - 0x38202fff libremovefile.dylib armv7 <11f79d0d13163ff786655bf7009ca08a> /usr/lib/system/libremovefile.dylib\r\n0x38203000 - 0x38215fff libsystem_asl.dylib armv7 /usr/lib/system/libsystem_asl.dylib\r\n0x38216000 - 0x38216fff libsystem_blocks.dylib armv7 <5e444227ee4a37e7a0d330359b62df34> /usr/lib/system/libsystem_blocks.dylib\r\n0x38217000 - 0x3827bfff libsystem_c.dylib armv7 <0a24371eaf523c4e9bd612503788562d> /usr/lib/system/libsystem_c.dylib\r\n0x3827c000 - 0x3827efff libsystem_configuration.dylib armv7 <3fb6e5cae9443c31bf9eb9296924bee8> /usr/lib/system/libsystem_configuration.dylib\r\n0x3827f000 - 0x38281fff libsystem_containermanager.dylib armv7 <3511f00c760c331794305cc647de72c1> /usr/lib/system/libsystem_containermanager.dylib\r\n0x38282000 - 0x38283fff libsystem_coreservices.dylib armv7 <5dcf55510460337798488cd925614fc1> /usr/lib/system/libsystem_coreservices.dylib\r\n0x38284000 - 0x38293fff libsystem_coretls.dylib armv7 <47bdaaa843d9352eb6c9bc58eb4f80c7> /usr/lib/system/libsystem_coretls.dylib\r\n0x38294000 - 0x3829afff libsystem_dnssd.dylib armv7 <345a0d1dc7423afc94702c6336e26440> /usr/lib/system/libsystem_dnssd.dylib\r\n0x3829b000 - 0x382b4fff libsystem_info.dylib armv7 <2a7e2c8b1137318b892952c107418a45> /usr/lib/system/libsystem_info.dylib\r\n0x382b5000 - 0x382cffff libsystem_kernel.dylib armv7 <23864ee360733a578d72256d37980ed4> /usr/lib/system/libsystem_kernel.dylib\r\n0x382d0000 - 0x382f0fff libsystem_m.dylib armv7 <5fd97c8871d930bdb96e21dae6baf93d> /usr/lib/system/libsystem_m.dylib\r\n0x382f1000 - 0x38303fff libsystem_malloc.dylib armv7 /usr/lib/system/libsystem_malloc.dylib\r\n0x38304000 - 0x38351fff libsystem_network.dylib armv7 /usr/lib/system/libsystem_network.dylib\r\n0x38352000 - 0x38359fff libsystem_networkextension.dylib armv7 <0149c93b0a7e3944af5fa3a1527e2ba4> /usr/lib/system/libsystem_networkextension.dylib\r\n0x3835a000 - 0x38361fff libsystem_notify.dylib armv7 <0e3a11ed97c335b09aaae6a85347d6f4> /usr/lib/system/libsystem_notify.dylib\r\n0x38362000 - 0x38368fff libsystem_platform.dylib armv7 /usr/lib/system/libsystem_platform.dylib\r\n0x38369000 - 0x38370fff libsystem_pthread.dylib armv7 <6784e5701c9c32c49a33462aad686edc> /usr/lib/system/libsystem_pthread.dylib\r\n0x38371000 - 0x38373fff libsystem_sandbox.dylib armv7 /usr/lib/system/libsystem_sandbox.dylib\r\n0x38374000 - 0x38382fff libsystem_trace.dylib armv7 <45de3123e22d320f9f751ccd65a33451> /usr/lib/system/libsystem_trace.dylib\r\n0x38383000 - 0x38383fff libunwind.dylib armv7 /usr/lib/system/libunwind.dylib\r\n0x38384000 - 0x38384fff libvminterpose.dylib armv7 <93a0aafe6b66301fa98240c278b1dd1e> /usr/lib/system/libvminterpose.dylib\r\n0x38385000 - 0x383a3fff libxpc.dylib armv7 <05a680586cde3479b6b7956bf6ea9363> /usr/lib/system/libxpc.dylib\r\n\r\nError Formulating Crash Report:\r\nFailed while requesting activity/breadcrumb diagnostics\r\n\r\n\r\n{code}\r\n\r\n", "updateAuthor": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2015-09-22T23:00:04.000+0000", "updated": "2015-09-22T23:05:19.000+0000" }, { "id": "364741", "author": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "body": "We have several apps (with 1mio+ downloads) compiled with SDK 3.x that are live on the AppStore. All apps have implemented Pubnub.js and crash after upgrading the device to iOS 9.", "updateAuthor": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-09-22T23:04:32.000+0000", "updated": "2015-09-22T23:04:32.000+0000" }, { "id": "364747", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hi, May I suggest to use 5.0.0.GA on iOS9. I just tried the attached app and it works fine with this configuration.\r\nPlease note that we upgraded sdk to 5.0.0 to support iOS9, so we can't guarantee that older sdks can work with iOS9.", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-09-23T02:18:00.000+0000", "updated": "2015-09-23T02:18:00.000+0000" }, { "id": "364749", "author": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "body": "Did you try with SDK 5.0.0.GA on a real device with iOS 9? It will crash. Somehow it does work on the Simulator but not on a real device.", "updateAuthor": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-09-23T02:23:16.000+0000", "updated": "2015-09-23T02:23:16.000+0000" }, { "id": "364782", "author": { "name": "prop", "key": "prop", "displayName": "Roman Belyakov", "active": true, "timeZone": "Europe/Moscow" }, "body": "Hello.\r\n\r\nWe also discovered the same problem with iOS 9 devices (simulator is not affected).\r\nThe application crashes due to {{socket.close()}} call.\r\nI can provide our test app if necessary.\r\n\r\nThis crash caused by {{ENSURE_SOCKET_THREAD(close,_void);}} macro call.\r\n\r\nThere is a pull request https://github.com/appcelerator/titanium_mobile/pull/7225 with a fix.", "updateAuthor": { "name": "prop", "key": "prop", "displayName": "Roman Belyakov", "active": true, "timeZone": "Europe/Moscow" }, "created": "2015-09-23T11:56:49.000+0000", "updated": "2015-09-23T11:56:49.000+0000" }, { "id": "364827", "author": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "body": "[~crossbits] you mind trying the fix in the above pull request?\r\nYou can create a [custom SDK | http://docs.appcelerator.com/platform/latest/#!/guide/Building_the_Titanium_SDK_From_Source] and test\r\n", "updateAuthor": { "name": "rtlechuga", "key": "rtlechuga", "displayName": "Radamantis Torres-Lechuga", "active": false, "timeZone": "Asia/Dubai" }, "created": "2015-09-23T23:07:42.000+0000", "updated": "2015-09-23T23:07:42.000+0000" }, { "id": "364878", "author": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "body": "The pull request looks really good, thanks a lot.\r\n\r\nI compiled a demo app with a custom SDK based on 5.0.0.GA and the mentioned fix. Tested it on a real device with iOS 9.0.1 and real device with iOS 8.4.1. Pubnub service with TCP socket works on both devices, no crash any more!\r\n\r\nAlso tested successfully on iPhone simulator with iOS 9.0 and iOS 8.4", "updateAuthor": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-09-24T15:34:08.000+0000", "updated": "2015-09-24T15:34:08.000+0000" }, { "id": "364967", "author": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Thanks for the PR!\r\nHere's one for the Master with the same fix: https://github.com/appcelerator/titanium_mobile/pull/7232", "updateAuthor": { "name": "cng", "key": "cng", "displayName": "Chee Kiat Ng", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-09-25T05:16:10.000+0000", "updated": "2015-09-25T05:16:10.000+0000" }, { "id": "365033", "author": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "body": "@Roman: really appreciate your PR, lifesaver!\r\n\r\nHave submitted an app update with your fix and got approved by Apple within half a day (due to Expedited Review).", "updateAuthor": { "name": "crossbits", "key": "crossbits", "displayName": "Danny Pham", "active": true, "timeZone": "Europe/Berlin" }, "created": "2015-09-26T00:32:13.000+0000", "updated": "2015-09-26T00:32:13.000+0000" }, { "id": "365376", "author": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The app does not crash upon several attempts.\r\nVerified on:\r\nMac OS 10.10.5\r\nTi SDK: 5.0.2.v20150929180754, 5.1.0.v20150929231927\r\nAppc Studio: 4.3.1.201509222258\r\nAppc CLI core: 5.0.3-11\r\niPhone 6 (v9.0)", "updateAuthor": { "name": "ssekhri", "key": "ssekhri", "displayName": "Satyam Sekhri", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2015-09-30T08:38:26.000+0000", "updated": "2015-09-30T08:38:26.000+0000" } ], "maxResults": 15, "total": 15, "startAt": 0 } } }