{ "id": "81602", "key": "AC-3131", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "12217", "key": "AC", "name": "Appcelerator - INBOX", "projectCategory": { "id": "10000", "description": "", "name": "Customer Service" } }, "resolution": { "id": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2011-12-29T06:03:09.000+0000", "created": "2011-10-14T00:15:39.000+0000", "labels": [], "versions": [], "issuelinks": [ { "id": "19942", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "99267", "key": "TIMOB-10455", "fields": { "summary": "iOS: tableView row events on deleted row cause crash EXC_CRASH (SIGABRT)", "status": { "description": "This issue was once resolved, but the resolution was deemed incorrect. From here issues are either marked assigned or resolved.", "name": "Reopened", "id": "4", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "updated": "2016-03-08T07:48:11.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": "14548", "name": "Titanium SDK & CLI", "description": "Please enter tickets related to the MobileSDK here." } ], "description": "h2. Problem\r\n\r\n[Titanium.UI.TableView.appendRow()|http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.TableView.appendRow-method.html] fails after table is emptied with table.setData([])\r\n\r\nh2. Test case\r\n\r\n{code:lang=javascript}\r\nvar win = Ti.UI.createWindow();\r\nvar table = Ti.UI.createTableView();\r\n \r\nfor(var i = 1; i < 200; i +=1 )\r\n{\r\n table.appendRow(Ti.UI.createTableViewRow({\r\n title:'Row ' + i,\r\n }));\r\n\r\n // 1) Uncomment next line to reproduce bug:\r\n if(i % 100 === 0) table.setData([]);\r\n \r\n // 2) There has to be some timing issue which is shown here:\r\n // cell animation did not finish\r\n // try to delay appending the next row\r\n /*if(i % 100 === 0){\r\n table.setData([]);\r\n \r\n // simple approch to delay the next appendRow\r\n var j = 100000000;\r\n while(j > 0){\r\n \r\n j--;\r\n }\r\n }*/\r\n \r\n}\r\n \r\nwin.add(table);\r\nwin.open();\r\n{code}\r\n\r\n\r\nh2. Logs\r\n\r\n{code}\r\nProcess: BugTest [5607]\r\nPath: /Users/USER/Library/Application Support/iPhone Simulator/*/BugTest.app/BugTest\r\nIdentifier: BugTest\r\nVersion: ??? (???)\r\nCode Type: X86 (Native)\r\nParent Process: launchd [126]\r\n\r\nDate/Time: 2011-10-14 10:14:41.424 +0200\r\nOS Version: Mac OS X 10.7.1 (11B26)\r\nReport Version: 9\r\n\r\nInterval Since Last Report: 874826 sec\r\nCrashes Since Last Report: 71\r\nPer-App Crashes Since Last Report: 15\r\nAnonymous UUID: 333E60C5-3ADD-4302-A519-80E3BE596ED0\r\n\r\nCrashed Thread: 0 Dispatch queue: com.apple.main-thread\r\n\r\nException Type: EXC_CRASH (SIGABRT)\r\nException Codes: 0x0000000000000000, 0x0000000000000000\r\n\r\nApplication Specific Information:\r\niPhone Simulator 238.2, iPhone OS 4.3.2 (iPhone (Retina)/8H7)\r\niPhone Simulator 238.2, iPhone OS 4.3.2 (iPhone (Retina)/8H7)\r\n \r\n*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (0) must be equal to the number of rows contained in that section before the update (0), plus or minus the number of rows inserted or deleted from that section (1 inserted, 0 deleted).'\r\n*** Call stack at first throw:\r\n(\r\n\t0 CoreFoundation 0x025d75a9 __exceptionPreprocess + 185\r\n\t1 libobjc.A.dylib 0x0272b313 objc_exception_throw + 44\r\n\t2 CoreFoundation 0x0258fef8 +[NSException raise:format:arguments:] + 136\r\n\t3 Foundation 0x0093c3bb -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116\r\n\t4 UIKit 0x00bbfe8b -[UITableView(_UITableViewPrivate) _endCellAnimationsWithContext:] + 8420\r\n\t5 UIKit 0x00baed36 -[UITableView insertRowsAtIndexPaths:withRowAnimation:] + 56\r\n\t6 BugTest 0x000aa7fe -[TiUITableView dispatchAction:] + 7774\r\n\t7 Foundation 0x008c094e __NSThreadPerformPerform + 251\r\n\t8 CoreFoundation 0x025b88ff __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15\r\n\t9 CoreFoundation 0x0251688b __CFRunLoopDoSources0 + 571\r\n\t10 CoreFoundation 0x02515d86 __CFRunLoopRun + 470\r\n\t11 CoreFoundation 0x02515840 CFRunLoopRunSpecific + 208\r\n\t12 CoreFoundation 0x02515761 CFRunLoopRunInMode + 97\r\n\t13 GraphicsServices 0x041ad1c4 GSEventRunModal + 217\r\n\t14 GraphicsServices 0x041ad289 GSEventRun + 115\r\n\t15 UIKit 0x00b4fc93 UIApplicationMain + 1160\r\n\t16 BugTest 0x00003cfa main + 410\r\n\t17 BugTest 0x000025c5 start + 53\r\n)\r\n \r\nterminate called throwing an exception\r\nabort() called\r\n\r\nThread 0 Crashed:: Dispatch queue: com.apple.main-thread\r\n0 libsystem_kernel.dylib \t0x948d99c6 __pthread_kill + 10\r\n1 libsystem_c.dylib \t0x92fd2f78 pthread_kill + 106\r\n2 libsystem_c.dylib \t0x92fc3bdd abort + 167\r\n3 libc++abi.dylib \t0x918b7921 abort_message + 94\r\n4 libc++abi.dylib \t0x918b51bc default_terminate() + 36\r\n5 libobjc.A.dylib \t0x0272b23b _objc_terminate + 103\r\n6 libc++abi.dylib \t0x918b51fe safe_handler_caller(void (*)()) + 15\r\n7 libc++abi.dylib \t0x918b5268 std::terminate() + 23\r\n8 libc++abi.dylib \t0x918b62a0 __cxa_throw + 112\r\n9 libobjc.A.dylib \t0x0272b416 objc_exception_throw + 303\r\n10 Foundation \t0x008c0b7c __NSThreadPerformPerform + 809\r\n11 CoreFoundation \t0x025b88ff __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15\r\n12 CoreFoundation \t0x0251688b __CFRunLoopDoSources0 + 571\r\n13 CoreFoundation \t0x02515d86 __CFRunLoopRun + 470\r\n14 CoreFoundation \t0x02515840 CFRunLoopRunSpecific + 208\r\n15 CoreFoundation \t0x02515761 CFRunLoopRunInMode + 97\r\n16 GraphicsServices \t0x041ad1c4 GSEventRunModal + 217\r\n17 GraphicsServices \t0x041ad289 GSEventRun + 115\r\n18 UIKit \t0x00b4fc93 UIApplicationMain + 1160\r\n19 BugTest \t0x00003cfa main + 410 (main.m:36)\r\n20 BugTest \t0x000025c5 start + 53\r\n\r\nThread 1:\r\n0 libsystem_kernel.dylib \t0x948da02e __workq_kernreturn + 10\r\n1 libsystem_c.dylib \t0x92fd2ccf _pthread_wqthread + 773\r\n2 libsystem_c.dylib \t0x92fd46fe start_wqthread + 30\r\n\r\nThread 2:\r\n0 libsystem_kernel.dylib \t0x948da90a kevent + 10\r\n1 libdispatch_sim.dylib \t0x040bcf36 _dispatch_mgr_invoke + 237\r\n2 libdispatch_sim.dylib \t0x040bd333 _dispatch_queue_invoke + 162\r\n3 libdispatch_sim.dylib \t0x040bd593 _dispatch_worker_thread2 + 261\r\n4 libsystem_c.dylib \t0x92fd2b24 _pthread_wqthread + 346\r\n5 libsystem_c.dylib \t0x92fd46fe start_wqthread + 30\r\n\r\nThread 3:: WebThread\r\n0 libsystem_kernel.dylib \t0x948d7c22 mach_msg_trap + 10\r\n1 libsystem_kernel.dylib \t0x948d71f6 mach_msg + 70\r\n2 CoreFoundation \t0x025b8d86 __CFRunLoopServiceMachPort + 150\r\n3 CoreFoundation \t0x02515e74 __CFRunLoopRun + 708\r\n4 CoreFoundation \t0x02515840 CFRunLoopRunSpecific + 208\r\n5 CoreFoundation \t0x02515761 CFRunLoopRunInMode + 97\r\n6 WebCore \t0x037dc903 _ZL12RunWebThreadPv + 499\r\n7 libsystem_c.dylib \t0x92fd0ed9 _pthread_start + 335\r\n8 libsystem_c.dylib \t0x92fd46de thread_start + 34\r\n\r\nThread 4:\r\n0 libsystem_kernel.dylib \t0x948d983e __psynch_cvwait + 10\r\n1 libsystem_c.dylib \t0x92fd4e21 _pthread_cond_wait + 827\r\n2 libsystem_c.dylib \t0x92f8542c pthread_cond_wait$UNIX2003 + 71\r\n3 Foundation \t0x008d23ad -[NSCondition wait] + 310\r\n4 Foundation \t0x008c01dd -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 966\r\n5 Foundation \t0x008d2506 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184\r\n6 BugTest \t0x0006c215 -[TiWindowProxy open:] + 789 (TiWindowProxy.m:372)\r\n7 CoreFoundation \t0x02547c7d __invoking___ + 29\r\n8 CoreFoundation \t0x02547b51 -[NSInvocation invoke] + 145\r\n9 BugTest \t0x00057c99 -[KrollMethod call:] + 3081 (KrollMethod.m:249)\r\n10 BugTest \t0x0005673e KrollCallAsFunction + 542 (KrollMethod.m:42)\r\n11 BugTest \t0x0029f35c TI::TiCallbackObject::call(TI::TiExcState*, TI::TiObject*, TI::TiValue, TI::ArgList const&) + 346 (TiCallbackObjectFunctions.h:396)\r\n12 BugTest \t0x0027bc98 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) + 44554 (Interpreter.cpp:3645)\r\n13 BugTest \t0x0027f5ab TI::Interpreter::execute(TI::ProgramExecutable*, TI::TiExcState*, TI::ScopeChainNode*, TI::TiObject*, TI::TiValue*) + 551 (Interpreter.cpp:741)\r\n14 BugTest \t0x002511c5 TI::evaluate(TI::TiExcState*, TI::ScopeChain&, TI::SourceCode const&, TI::TiValue) + 287 (Completion.cpp:70)\r\n15 BugTest \t0x00286661 TiEvalScript + 309 (TiBase.cpp:62)\r\n16 BugTest \t0x0004bab2 -[KrollBridge evalFileOnThread:context:] + 2082 (KrollBridge.mm:428)\r\n17 BugTest \t0x00053177 -[KrollInvocation invoke:] + 135 (KrollContext.mm:100)\r\n18 BugTest \t0x0005103e -[KrollContext invokeOnThread:method:withObject:callback:selector:] + 286 (KrollContext.mm:959)\r\n19 BugTest \t0x0004b27e -[KrollBridge evalFile:callback:selector:] + 126 (KrollBridge.mm:450)\r\n20 BugTest \t0x0004abc3 -[KrollBridge didStartNewContext:] + 2579 (KrollBridge.mm:580)\r\n21 BugTest \t0x0004fcce -[KrollContext main] + 3214 (KrollContext.mm:1118)\r\n22 Foundation \t0x008abcf4 -[NSThread main] + 81\r\n23 Foundation \t0x008abc80 __NSThread__main__ + 1387\r\n24 libsystem_c.dylib \t0x92fd0ed9 _pthread_start + 335\r\n25 libsystem_c.dylib \t0x92fd46de thread_start + 34\r\n\r\nThread 0 crashed with X86 Thread State (32-bit):\r\n eax: 0x00000000 ebx: 0x918b8330 ecx: 0xbfffdf2c edx: 0x948d99c6\r\n edi: 0xac3f82c0 esi: 0x00000006 ebp: 0xbfffdf48 esp: 0xbfffdf2c\r\n ss: 0x00000023 efl: 0x00000246 eip: 0x948d99c6 cs: 0x0000000b\r\n ds: 0x00000023 es: 0x00000023 fs: 0x00000000 gs: 0x0000000f\r\n cr2: 0x0da4ebfe\r\nLogical CPU: 0\r\n\r\nBinary Images:\r\n 0x1000 - 0x3bcfff +BugTest (??? - ???) <861AF82C-19AF-345D-AFAD-F1705530E68C> /Users/USER/Library/Application Support/iPhone Simulator/*/BugTest.app/BugTest\r\n 0x628000 - 0x64affb +iAd (??? - ???) <57D7BA93-38C3-3910-87AC-FDDAE9E071BC> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/iAd.framework/iAd\r\n 0x667000 - 0x81bfff +libicucore.A.dylib (46.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libicucore.A.dylib\r\n 0x897000 - 0xa58fe3 +Foundation (751.58.0 - compatibility 300.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/Foundation.framework/Foundation\r\n 0xb35000 - 0x1052feb +UIKit (1500.0.0 - compatibility 1.0.0) <81D2A11F-9982-3F0D-9085-EFFBB934EC1A> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/UIKit.framework/UIKit\r\n 0x129f000 - 0x14d5ff7 com.apple.CoreGraphics (1.600.0 - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\r\n 0x1539000 - 0x1587fe3 +AddressBook (30.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/AddressBook.framework/AddressBook\r\n 0x15b2000 - 0x1698ffb +AddressBookUI (33.0.0 - compatibility 1.0.0) <2F235765-94B5-39E3-92A8-137E0AF3990E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/AddressBookUI.framework/AddressBookUI\r\n 0x171c000 - 0x1862fff +CFNetwork (485.13.9 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CFNetwork.framework/CFNetwork\r\n 0x18e1000 - 0x1930ff7 +CoreLocation (1079.25.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreLocation.framework/CoreLocation\r\n 0x1959000 - 0x1a65ff7 +MapKit (14.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/MapKit.framework/MapKit\r\n 0x1ae7000 - 0x1b49feb +MessageUI (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/MessageUI.framework/MessageUI\r\n 0x1b83000 - 0x1bc5fe3 +MobileCoreServices (20.0.0 - compatibility 1.0.0) <4139B8C9-F16B-379C-9283-1906AD01145C> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices\r\n 0x1be0000 - 0x1bf2ffb +OpenGLES (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/OpenGLES.framework/OpenGLES\r\n 0x1bfa000 - 0x1ceefff +QuartzCore (1.7.0 - compatibility 1.2.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore\r\n 0x1d5d000 - 0x1da7ffb +SystemConfiguration (381.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\r\n 0x1dc6000 - 0x1e4dff7 +libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <747D18D9-6205-3A7E-A8FA-D858CD3D023E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libsqlite3.dylib\r\n 0x1e60000 - 0x1e6efeb +libz.1.dylib (1.2.3 - compatibility 1.0.0) <7852E046-088B-310A-9659-9C410E97AB4E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libz.1.dylib\r\n 0x1e73000 - 0x2021fe7 +AudioToolbox (296.0.0 - compatibility 1.0.0) <221FE2D0-7C77-3175-814E-0B413861CB95> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\r\n 0x207a000 - 0x2198fff +MediaPlayer (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer\r\n 0x223e000 - 0x22f8ff7 +AVFoundation (2.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/AVFoundation.framework/AVFoundation\r\n 0x2373000 - 0x2472ffb +libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libxml2.2.dylib\r\n 0x2493000 - 0x249bffb +StoreKit (??? - ???) <0A6798AB-46CF-3DCB-9FA1-ED6A3B1C2C28> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/StoreKit.framework/StoreKit\r\n 0x24a4000 - 0x24b1ffb +ExternalAccessory (??? - ???) <50B66003-9096-383D-B2EA-258FEEE7E1BF> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory\r\n 0x24bf000 - 0x24d0ffe +libSystem.dylib (125.0.0 - compatibility 1.0.0) <8DF0AFCD-FFA5-3049-88E2-7410F8398749> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libSystem.dylib\r\n 0x24e4000 - 0x2633ffb +CoreFoundation (550.58.1 - compatibility 150.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\r\n 0x2725000 - 0x27f7bf7 +libobjc.A.dylib (227.0.0 - compatibility 1.0.0) <452B1FE5-AB3A-3B95-B350-7ED4CFDCBC11> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libobjc.A.dylib\r\n 0x2809000 - 0x29a8ffb +JavaScriptCore (533.17.9 - compatibility 1.0.0) <361EF89D-6E87-3FFB-BB4C-1E7C4F508F95> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore\r\n 0x29fb000 - 0x2a3ffff +AppSupport (29.0.0 - compatibility 1.0.0) <4099D271-B230-3F7F-AAAD-BFC18581FB13> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport\r\n 0x2a64000 - 0x2b48ffb +WebKit (533.17.9 - compatibility 1.0.0) <2B179B0E-B1D9-397C-94E1-CC6419EF73F8> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/WebKit.framework/WebKit\r\n 0x2bc2000 - 0x2bd5fff +SpringBoardServices (??? - ???) <97993B29-B044-3476-8F17-0F427B153EA0> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices\r\n 0x2be1000 - 0x2beafff +ProtocolBuffer (??? - ???) <7932A828-9C35-3538-8BE8-C0561790D9A5> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\r\n 0x2bf3000 - 0x2cd8ff7 +ImageIO (??? - ???) <8B695EFF-40E7-3F0E-9E61-8D7727E3FA6E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/ImageIO.framework/ImageIO\r\n 0x2d04000 - 0x2d8dfeb +CoreTelephony (1100.11.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony\r\n 0x2dd4000 - 0x3bb6fef +WebCore (533.17.9 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/WebCore.framework/WebCore\r\n 0x40b3000 - 0x40b4ffe +libSystem.override.dylib (??? - ???) <546BA693-1F43-321D-99A9-D0F87D7AADF1> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/system/libSystem.override.dylib\r\n 0x40b9000 - 0x40c1fef +libdispatch_sim.dylib (161.5.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/system/libdispatch_sim.dylib\r\n 0x40ca000 - 0x40d1fff +libnotify_sim.dylib (78.1.0 - compatibility 1.0.0) <27896AC9-514B-3FD3-B786-40EB0612C3A5> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/system/libnotify_sim.dylib\r\n 0x40d8000 - 0x40d9fff +libsystem_sim_blocks.dylib (50.0.0 - compatibility 1.0.0) <76718763-A9E1-3E11-A688-6AC7D9D39C80> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/system/libsystem_sim_blocks.dylib\r\n 0x40dd000 - 0x40e5fff +libsystem_sim_dnssd.dylib (??? - ???) <3045B68F-1912-3766-B16F-8CA65B85D868> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/system/libsystem_sim_dnssd.dylib\r\n 0x40eb000 - 0x4105fff +libsystem_sim_info.dylib (??? - ???) <9A2BB28C-08C8-3CF5-8B64-A140838C5B95> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/system/libsystem_sim_info.dylib\r\n 0x4110000 - 0x4174fe7 +Security (??? - ???) <2EEF9FD7-0358-30A4-B07B-1C2451ED6C3A> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/Security.framework/Security\r\n 0x419c000 - 0x419fffc +IOKit (275.0.0 - compatibility 1.0.0) <7CC17486-140F-33E0-BC67-54AC9E705428> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/IOKit.framework/IOKit\r\n 0x41a7000 - 0x41b7fef +GraphicsServices (14.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices\r\n 0x41c8000 - 0x4241ff7 +CoreText (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreText.framework/CoreText\r\n 0x4273000 - 0x4327fe7 +ProofReader (115.1.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader\r\n 0x433e000 - 0x4341ffb +libAccessibility.dylib (??? - ???) <32CF5FC2-C4E8-3E1E-BF83-69F88833D4E0> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libAccessibility.dylib\r\n 0x4349000 - 0x4378fe3 +PrintKit (68.0.0 - compatibility 1.0.0) <58FDAC14-F8CD-3D2D-B882-684F64348C8C> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/PrintKit.framework/PrintKit\r\n 0x438c000 - 0x438dffb +DataMigration (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration\r\n 0x4392000 - 0x4395ffb +MobileInstallation (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation\r\n 0x439b000 - 0x43cffe7 +Bom (157.0.0 - compatibility 2.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/Bom.framework/Bom\r\n 0x43dc000 - 0x43e9feb +libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3B53F7D3-EEC0-3474-A969-261D29B0CB3A> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libbz2.1.0.dylib\r\n 0x43ee000 - 0x43f9fff +AggregateDictionary (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\r\n 0x4404000 - 0x441afeb +libbsm.0.dylib (??? - ???) <8CEB4607-FC29-362B-9BEE-F004A0AD03CB> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libbsm.0.dylib\r\n 0x4423000 - 0x449cfef +CoreAudio (??? - ???) <5204A2C9-BC1D-341C-9A1E-B19DC78E3A72> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreAudio.framework/CoreAudio\r\n 0x44d2000 - 0x48ebffb +libLAPACK.dylib (??? - ???) <498CB8D0-4DE6-3373-B565-AD791A4643BF> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib\r\n 0x4917000 - 0x4e00fff +libBLAS.dylib (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib\r\n 0x4e2c000 - 0x4e39fff +CoreVideo (1.6.1 - compatibility 1.2.0) <896139C4-44D2-3676-94B3-E8BA3CEFDB65> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreVideo.framework/CoreVideo\r\n 0x4e46000 - 0x4e4cffb +libGFXShared.dylib (??? - ???) <90A5CE36-16F2-348E-80DD-3564DDBC9BAC> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib\r\n 0x4e51000 - 0x4e8eff7 +libGLImage.dylib (??? - ???) <15F1AB0A-A2EF-398D-B390-B4FF5E476EE7> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib\r\n 0x4e96000 - 0x4e98fff +libCVMSPluginSupport.dylib (??? - ???) <986FFB51-9878-3C83-BF3D-DE1EC7D49C0F> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib\r\n 0x4e9d000 - 0x4ea5fff +libCoreVMClient.dylib (??? - ???) <43CC9869-83DD-385B-9B41-7B599C8DD8BD> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib\r\n 0x4ead000 - 0x55caf87 +libLLVMContainer.dylib (??? - ???) <81C5DFA2-D54C-3804-8885-2F42ECE26B46> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib\r\n 0x5859000 - 0x585efff +AssetsLibraryServices (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices\r\n 0x5864000 - 0x5864ffe +libresolv.dylib (41.0.0 - compatibility 1.0.0) <77C6873D-56D9-3FC2-8DFA-DF1A20ABC92F> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libresolv.dylib\r\n 0x5869000 - 0x58a3ff3 +Celestial (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/Celestial.framework/Celestial\r\n 0x58da000 - 0x58e3ffb +IAP (??? - ???) <2B507B40-A5D4-3659-9DB6-81F072DBEE93> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/IAP.framework/IAP\r\n 0x58ed000 - 0x59a0ff7 +MusicLibrary (18.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary\r\n 0x59fe000 - 0x5a09ffb +ITSync (18.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ITSync.framework/ITSync\r\n 0x5a13000 - 0x5a62fff +StoreServices (??? - ???) <4CB0B6A4-A377-3C07-BD18-A3934C1FBB65> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices\r\n 0x5a97000 - 0x5ac6ff7 +MediaControl (??? - ???) <80551024-1B93-3F1B-8773-67FB1CD2295B> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MediaControl.framework/MediaControl\r\n 0x5ad0000 - 0x5ad8ffb +libMobileGestalt.dylib (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/libMobileGestalt.dylib\r\n 0x5ae0000 - 0x5ae5fff +MediaRemote (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote\r\n 0x5aec000 - 0x5b39fe3 +CoreMedia (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreMedia.framework/CoreMedia\r\n 0x5b57000 - 0x5e25ffb +VideoToolbox (??? - ???) <70B5641E-3AE6-37E2-A436-F9899DC269F4> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox\r\n 0x5e92000 - 0x6049fff +MediaToolbox (??? - ???) <273E8948-FEF3-39BD-8430-9E787577776B> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox\r\n 0x60cb000 - 0x60cfffb +ArtworkCache (??? - ???) <056C907D-A5DB-3A7C-939A-82D2D44816D5> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache\r\n 0x60d5000 - 0x6130fff +ManagedConfiguration (??? - ???) <7EE47F9C-C07D-3672-AFCE-5C3E93123A40> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration\r\n 0x616e000 - 0x617fff3 +HomeSharing (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing\r\n 0x618e000 - 0x61a1ff7 +PersistentConnection (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\r\n 0x61b2000 - 0x61c0fff +AccountSettings (??? - ???) <54E60E6E-BADE-3E6D-9282-9714E7B8F930> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings\r\n 0x61ca000 - 0x61ceffb +ApplePushService (??? - ???) <727743FF-EE4B-34B8-A960-7B83746A9911> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService\r\n 0x61d4000 - 0x61ecffb +DataAccessExpress (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress\r\n 0x61fe000 - 0x6206fff +GeoServices (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices\r\n 0x620f000 - 0x6281fe3 +GMM (14.0.0 - compatibility 1.0.0) <9D9E6E4D-33D0-3C33-B4C5-ADE1FA05FC44> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/GMM.framework/GMM\r\n 0x62ce000 - 0x638eff3 +Message (20.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/Message.framework/Message\r\n 0x63ed000 - 0x6429fff +DataAccess (??? - ???) <3BB52055-6405-3266-9649-D685A75EA06E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/DataAccess.framework/DataAccess\r\n 0x6450000 - 0x64e0ffb +EventKit (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/EventKit.framework/EventKit\r\n 0x651a000 - 0x655dfef +MIME (20.0.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MIME.framework/MIME\r\n 0x6580000 - 0x65c3fef +QuickLook (??? - ???) <892152D5-269B-3926-91B4-C33A1DF285BE> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/QuickLook.framework/QuickLook\r\n 0x65ec000 - 0x65f0fff +ActorKit (??? - ???) <312ADC5A-59E9-3ED0-A74F-982C2B96D3EC> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ActorKit.framework/ActorKit\r\n 0x65f6000 - 0x65fafff +CertUI (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/CertUI.framework/CertUI\r\n 0x6601000 - 0x6616ffb +WebBookmarks (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks\r\n 0x6623000 - 0x664ffff +MobileSync (810.0.0 - compatibility 1.0.0) <5586C1C5-15C9-3525-A532-192A6A62B313> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MobileSync.framework/MobileSync\r\n 0x6665000 - 0x66b3feb +iCalendar (79.0.0 - compatibility 1.0.0) <5F57FEC4-1907-35C0-8F03-3407CDCF97A7> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/iCalendar.framework/iCalendar\r\n 0x66dd000 - 0x66f5ff7 +MobileDeviceLink (223.0.0 - compatibility 100.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink\r\n 0x6702000 - 0x6716ffb +Notes (??? - ???) <563CB0BF-2152-3296-9E1A-66B135872D73> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/Notes.framework/Notes\r\n 0x6724000 - 0x6736fff +AppleAccount (??? - ???) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount\r\n 0x6747000 - 0x6788ffb +ContentIndex (??? - ???) <29EF2349-3D19-35DA-9AA3-178F36C7DDAB> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex\r\n 0x67a2000 - 0x6900fe3 +CoreData (320.17.0 - compatibility 1.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreData.framework/CoreData\r\n 0x6979000 - 0x697bfff +MailServices (??? - ???) <916716D1-E8B5-33C4-96F0-D7B5829D60ED> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/PrivateFrameworks/MailServices.framework/MailServices\r\n 0x6b60000 - 0x6baeff7 +libCGFreetype.A.dylib (600.0.0 - compatibility 64.0.0) /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib\r\n 0x6bc9000 - 0x6bf3fff +libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <1DDBA519-3623-3A9F-A844-E39BF97AD056> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib\r\n0x8fe06000 - 0x8fe389c7 dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld\r\n0x901a6000 - 0x901a6fff com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate\r\n0x909e2000 - 0x90a6ffe7 libvMisc.dylib (325.3.0 - compatibility 1.0.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib\r\n0x90abd000 - 0x90abefff libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) /usr/lib/system/libsystem_blocks.dylib\r\n0x90d1c000 - 0x90d1dff7 libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib\r\n0x90e49000 - 0x90e49fff com.apple.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib\r\n0x90e5e000 - 0x90e65fff libnotify.dylib (80.0.0 - compatibility 1.0.0) /usr/lib/system/libnotify.dylib\r\n0x912d6000 - 0x912d9ff7 libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib\r\n0x918b0000 - 0x918b9fff libc++abi.dylib (14.0.0 - compatibility 1.0.0) /usr/lib/libc++abi.dylib\r\n0x918e6000 - 0x918f1fff libkxld.dylib (??? - ???) <088640F2-429D-3368-AEDA-3C308C4EB80C> /usr/lib/system/libkxld.dylib\r\n0x92ad1000 - 0x92b33ff3 libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib\r\n0x92f4c000 - 0x92f69fff libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib\r\n0x92f74000 - 0x9303ffff libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib\r\n0x93207000 - 0x93208ff0 libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib\r\n0x9360d000 - 0x93612ff7 libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib\r\n0x948c1000 - 0x948dfff7 libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) /usr/lib/system/libsystem_kernel.dylib\r\n0x948e0000 - 0x949d0ff1 libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib\r\n0x9547f000 - 0x9559ffec com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage\r\n0x95625000 - 0x95628ff7 libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib\r\n0x95c59000 - 0x95c59ffe libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib\r\n0x96019000 - 0x9601aff5 libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib\r\n0x96576000 - 0x9657eff3 libunwind.dylib (30.0.0 - compatibility 1.0.0) /usr/lib/system/libunwind.dylib\r\n0x96778000 - 0x96779ff7 libsystem_sandbox.dylib (??? - ???) /usr/lib/system/libsystem_sandbox.dylib\r\n0x97a7b000 - 0x97adffff com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\r\n0x98102000 - 0x98118ffe libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib\r\n0x98761000 - 0x98765ff3 libsystem_network.dylib (??? - ???) /usr/lib/system/libsystem_network.dylib\r\n0x98c1b000 - 0x98c1fffa libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib\r\n0x98c9d000 - 0x98ccbfe7 libSystem.B.dylib (159.0.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib\r\n0x994f5000 - 0x99525ff7 libsystem_info.dylib (??? - ???) /usr/lib/system/libsystem_info.dylib\r\n0x999c3000 - 0x999c3fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib\r\n0x99d85000 - 0x99dc8ffd libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib\r\n0x9a154000 - 0x9a1b9ff7 libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib\r\n0x9b310000 - 0x9b318ff3 liblaunch.dylib (392.18.0 - compatibility 1.0.0) /usr/lib/system/liblaunch.dylib\r\n0x9b8a4000 - 0x9b8abff5 libsystem_dnssd.dylib (??? - ???) /usr/lib/system/libsystem_dnssd.dylib\r\n0x9b8cd000 - 0x9b8cfff7 libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib\r\n0x9c650000 - 0x9c658ff5 libcopyfile.dylib (85.1.0 - compatibility 1.0.0) /usr/lib/system/libcopyfile.dylib\r\n0x9c68e000 - 0x9c69cfff libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib\r\n\r\nExternal Modification Summary:\r\n Calls made by other processes targeting this process:\r\n task_for_pid: 0\r\n thread_create: 0\r\n thread_set_state: 0\r\n Calls made by this process:\r\n task_for_pid: 0\r\n thread_create: 0\r\n thread_set_state: 0\r\n Calls made by all processes on this machine:\r\n task_for_pid: 3791\r\n thread_create: 1\r\n thread_set_state: 0\r\n\r\nVM Region Summary:\r\nReadOnly portion of Libraries: Total=147.7M resident=58.6M(40%) swapped_out_or_unallocated=89.1M(60%)\r\nWritable regions: Total=64.8M written=4848K(7%) resident=9.9M(15%) swapped_out=0K(0%) unallocated=54.9M(85%)\r\n \r\nREGION TYPE VIRTUAL\r\n=========== =======\r\nCG image 88K\r\nCoreAnimation 4K\r\nImage IO 2400K\r\nJS VM register file 4160K\r\nJS garbage collector 320K\r\nMALLOC 43.1M\r\nMALLOC guard page 48K\r\nSQLite page cache 96K\r\nStack 66.3M\r\nVM_ALLOCATE 112K\r\n__DATA 6056K\r\n__IMPORT 4K\r\n__LINKEDIT 63.1M\r\n__PAGEZERO 4K\r\n__TEXT 84.6M\r\n__UNICODE 544K\r\nmapped file 258.6M\r\nshared memory 12K\r\nshared pmap 12.8M\r\n=========== =======\r\nTOTAL 542.0M\r\n\r\nModel: MacBookPro8,1, BootROM MBP81.0047.B0E, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f96\r\nGraphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB\r\nMemory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020\r\nMemory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020\r\nAirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.10)\r\nBluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial ports\r\nNetwork Service: Wi-Fi, AirPort, en1\r\nSerial ATA Device: Hitachi HTS545032B9A302, 320,07 GB\r\nSerial ATA Device: MATSHITADVD-R UJ-8A8\r\nUSB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3\r\nUSB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2\r\nUSB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 5\r\nUSB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8\r\nUSB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0246, 0xfa120000 / 4\r\nUSB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2\r\nUSB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3\r\n{code}\r\n\r\nh2. Discussions\r\n\r\nQ&A: [tableview nsinternalinconsistencyexception occasionally|http://developer.appcelerator.com/question/126733/tableview-nsinternalinconsistencyexception-occasionally]\r\n", "attachment": [], "flagged": false, "summary": "iOS: UI - TableView.appendRow method fails after tableview is emptied with setData()", "creator": { "name": "robert.richter", "key": "robert.richter", "displayName": "Robert Richter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "robert.richter", "key": "robert.richter", "displayName": "Robert Richter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "* Titanium 1.7.2, and 1.8 Master Branch from CI (please copy and paste version from console at app launch)\r\n* iOS: 4.3.2 Simulator, and device (which device?)\r\n* Mac OS X Snow Leo 10.7.1 ", "comment": { "comments": [ { "id": "177555", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Robert\r\n\r\nThanks for raising this ticket. Note that test cases and logs need to be included in the ticket rather than provided via external sources.\r\n\r\nWould you please complete the environment information, as per my notes?\r\n\r\nOnce you have done this, I will escalate this ticket.\r\n\r\nCheers", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-12-29T06:02:59.000+0000", "updated": "2011-12-29T06:02:59.000+0000" }, { "id": "183552", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Closing due to inactivity. If this issue still exists, please raise a new ticket, including all the information in the [JIRA Ticket Checklist|https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-JIRATicketChecklist] to ensure that we can escalate it quickly. Read [How to Submit a Bug Report|https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report] if you have not read it before, and always start a ticket using the [JIRA Ticket Template|https://wiki.appcelerator.org/display/guides/JIRA+Ticket+Template].\r\n\r\nThanks in advance", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2012-02-17T02:23:07.000+0000", "updated": "2012-02-17T02:23:07.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }