{ "id": "76273", "key": "TIMOB-4493", "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": "11363", "description": "Mobile 1.8.0 M10", "name": "Sprint 2011-31", "archived": true, "released": true, "releaseDate": "2011-08-08" } ], "resolution": { "id": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2011-08-01T09:29:14.000+0000", "created": "2011-06-13T06:12:07.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "crash" ], "versions": [ { "id": "11367", "description": "", "name": "Release 1.7.1", "archived": true, "released": true, "releaseDate": "2011-06-21" } ], "issuelinks": [ { "id": "14787", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "85309", "key": "TIMOB-7334", "fields": { "summary": "iOS: EXC_BAD_ACCESS (SIGSEGV) crash while parsing xml", "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" } }, "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": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-30T22:08:22.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": "I'm really sorry because I can't tell you how to reproduce this error. It appears (sometimes, mostly on app startup) since we've updated to version 1.7.0 and still appears with the latest nightly build.\r\n\r\nSince it is a KERN_PROTECTION_FAILURE I assume it has to be something within Titanium source code.\r\n\r\nPlease tell me what further Information I can provide to resolve this Issue.\r\n\r\nthank you,\r\nflo\r\n\r\n// UPDATE:\r\nWe access the users address book and store images local. We also do a lot of XHR requests.\r\n\r\nFirst crashlog I can see in my xcode is from 20.5.2011. I've updated to 1.7 around this date.\r\n\r\n\r\n*logfile*\r\n{code}\r\nHardware Model: iPhone2,1\r\nProcess: MYAPP [187]\r\nPath: /var/mobile/Applications/XX/MYAPP.app/MYAPP\r\nIdentifier: MYAPP\r\nVersion: ??? (???)\r\nCode Type: ARM (Native)\r\nParent Process: launchd [1]\r\n\r\nDate/Time: 2011-06-13 14:01:48.261 +0200\r\nOS Version: iPhone OS 4.3.3 (8J2)\r\nReport Version: 104\r\n\r\nException Type: EXC_BAD_ACCESS (SIGBUS)\r\nException Codes: KERN_PROTECTION_FAILURE at 0x00000014\r\nCrashed Thread: 3\r\n\r\nThread 0 name: Dispatch queue: com.apple.main-thread\r\nThread 0:\r\n0 libsystem_kernel.dylib \t0x332a5c00 mach_msg_trap + 20\r\n1 libsystem_kernel.dylib \t0x332a5758 mach_msg + 44\r\n2 CoreFoundation \t0x329382b8 __CFRunLoopServiceMachPort + 88\r\n3 CoreFoundation \t0x3293a562 __CFRunLoopRun + 350\r\n4 CoreFoundation \t0x328caebc CFRunLoopRunSpecific + 224\r\n5 CoreFoundation \t0x328cadc4 CFRunLoopRunInMode + 52\r\n6 GraphicsServices \t0x33433418 GSEventRunModal + 108\r\n7 GraphicsServices \t0x334334c4 GSEventRun + 56\r\n8 UIKit \t0x32417d62 -[UIApplication _run] + 398\r\n9 UIKit \t0x32415800 UIApplicationMain + 664\r\n10 MYAPP \t0x000044a4 main (main.m:36)\r\n11 MYAPP \t0x00003b44 0x1000 + 11076\r\n\r\nThread 1 name: Dispatch queue: com.apple.libdispatch-manager\r\nThread 1:\r\n0 libsystem_kernel.dylib \t0x332a8fbc kevent + 24\r\n1 libdispatch.dylib \t0x30205032 _dispatch_mgr_invoke + 706\r\n2 libdispatch.dylib \t0x3020603a _dispatch_queue_invoke + 86\r\n3 libdispatch.dylib \t0x302055ea _dispatch_worker_thread2 + 186\r\n4 libsystem_c.dylib \t0x32c9658a _pthread_wqthread + 258\r\n5 libsystem_c.dylib \t0x32c96bbc start_wqthread + 0\r\n\r\nThread 2 name: WebThread\r\nThread 2:\r\n0 libsystem_kernel.dylib \t0x332a5c00 mach_msg_trap + 20\r\n1 libsystem_kernel.dylib \t0x332a5758 mach_msg + 44\r\n2 CoreFoundation \t0x329382b8 __CFRunLoopServiceMachPort + 88\r\n3 CoreFoundation \t0x3293a562 __CFRunLoopRun + 350\r\n4 CoreFoundation \t0x328caebc CFRunLoopRunSpecific + 224\r\n5 CoreFoundation \t0x328cadc4 CFRunLoopRunInMode + 52\r\n6 WebCore \t0x3114b27e RunWebThread(void*) + 382\r\n7 libsystem_c.dylib \t0x32c9530a _pthread_start + 242\r\n8 libsystem_c.dylib \t0x32c96bb4 thread_start + 0\r\n\r\nThread 3 Crashed:\r\n0 MYAPP \t0x001184b2 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (TiCell.h:202)\r\n1 MYAPP \t0x00125404 TI::Interpreter::execute(TI::CallFrameClosure&, TI::TiValue*) (Interpreter.cpp:756)\r\n2 MYAPP \t0x000d3894 TI::arrayProtoFuncForEach(TI::TiExcState*, TI::TiObject*, TI::TiValue, TI::ArgList const&) (CachedCall.h:58)\r\n3 MYAPP \t0x001210a4 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (Interpreter.cpp:3053)\r\n4 MYAPP \t0x00125818 TI::Interpreter::execute(TI::ProgramExecutable*, TI::TiExcState*, TI::ScopeChainNode*, TI::TiObject*, TI::TiValue*) (Interpreter.cpp:622)\r\n5 MYAPP \t0x000ee78e TI::evaluate(TI::TiExcState*, TI::ScopeChain&, TI::SourceCode const&, TI::TiValue) (Completion.cpp:67)\r\n6 MYAPP \t0x0012adbe TiEvalScript (TiBase.cpp:61)\r\n7 MYAPP \t0x0001dffe -[KrollBridge evalFileOnThread:context:] (KrollBridge.mm:416)\r\n8 CoreFoundation \t0x328d056a -[NSObject(NSObject) performSelector:withObject:withObject:] + 18\r\n9 MYAPP \t0x000205ac -[KrollInvocation invoke:] (KrollContext.mm:95)\r\n10 MYAPP \t0x0001fdbc -[KrollContext invokeOnThread:method:withObject:callback:selector:] (KrollContext.mm:894)\r\n11 MYAPP \t0x0001ce18 -[KrollBridge evalFile:callback:selector:] (KrollBridge.mm:439)\r\n12 MYAPP \t0x0001e598 -[KrollBridge didStartNewContext:] (KrollBridge.mm:568)\r\n13 CoreFoundation \t0x328cdefc -[NSObject(NSObject) performSelector:withObject:] + 16\r\n14 MYAPP \t0x000218d4 -[KrollContext main] (KrollContext.mm:1047)\r\n15 Foundation \t0x33839382 -[NSThread main] + 38\r\n16 Foundation \t0x338ab5c6 __NSThread__main__ + 966\r\n17 libsystem_c.dylib \t0x32c9530a _pthread_start + 242\r\n18 libsystem_c.dylib \t0x32c96bb4 thread_start + 0\r\n\r\nThread 4:\r\n0 libsystem_kernel.dylib \t0x332a7d18 __semwait_signal + 24\r\n1 libsystem_c.dylib \t0x32cbc860 _pthread_cond_wait + 756\r\n2 libsystem_c.dylib \t0x32c63eb2 pthread_cond_wait + 26\r\n3 MYAPP \t0x001003d2 WTI::TCMalloc_PageHeap::scavengerThread() (FastMalloc.cpp:2304)\r\n4 MYAPP \t0x001003fa WTI::TCMalloc_PageHeap::runScavengerThread(void*) (FastMalloc.cpp:1438)\r\n5 libsystem_c.dylib \t0x32c9530a _pthread_start + 242\r\n6 libsystem_c.dylib \t0x32c96bb4 thread_start + 0\r\n\r\nThread 5 name: com.apple.coremedia.player.async\r\nThread 5:\r\n0 libsystem_kernel.dylib \t0x332a7d18 __semwait_signal + 24\r\n1 libsystem_c.dylib \t0x32cbc860 _pthread_cond_wait + 756\r\n2 libsystem_c.dylib \t0x32c63eb2 pthread_cond_wait + 26\r\n3 CoreMedia \t0x330808f4 WaitOnCondition + 4\r\n4 CoreMedia \t0x3308083a FigSemaphoreWaitRelative + 66\r\n5 MediaToolbox \t0x31bb6a64 fpa_AsyncMovieControlThread + 48\r\n6 CoreMedia \t0x3309e4dc figThreadMain + 156\r\n7 libsystem_c.dylib \t0x32c9530a _pthread_start + 242\r\n8 libsystem_c.dylib \t0x32c96bb4 thread_start + 0\r\n\r\nThread 6:\r\n0 libsystem_kernel.dylib \t0x332a5c00 mach_msg_trap + 20\r\n1 libsystem_kernel.dylib \t0x332a5758 mach_msg + 44\r\n2 CoreFoundation \t0x329382b8 __CFRunLoopServiceMachPort + 88\r\n3 CoreFoundation \t0x3293a562 __CFRunLoopRun + 350\r\n4 CoreFoundation \t0x328caebc CFRunLoopRunSpecific + 224\r\n5 CoreFoundation \t0x328cadc4 CFRunLoopRunInMode + 52\r\n6 Foundation \t0x338467f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206\r\n7 Foundation \t0x33839382 -[NSThread main] + 38\r\n8 Foundation \t0x338ab5c6 __NSThread__main__ + 966\r\n9 libsystem_c.dylib \t0x32c9530a _pthread_start + 242\r\n10 libsystem_c.dylib \t0x32c96bb4 thread_start + 0\r\n\r\nThread 7:\r\n0 libsystem_kernel.dylib \t0x332a83ec __workq_kernreturn + 8\r\n1 libsystem_c.dylib \t0x32c966d8 _pthread_wqthread + 592\r\n2 libsystem_c.dylib \t0x32c96bbc start_wqthread + 0\r\n\r\nThread 8 name: com.apple.CFSocket.private\r\nThread 8:\r\n0 libsystem_kernel.dylib \t0x332a7c60 __select + 20\r\n1 CoreFoundation \t0x3293d8f2 __CFSocketManager + 582\r\n2 libsystem_c.dylib \t0x32c9530a _pthread_start + 242\r\n3 libsystem_c.dylib \t0x32c96bb4 thread_start + 0\r\n\r\nThread 3 crashed with ARM Thread State:\r\n r0: 0x03782140 r1: 0x033df0c8 r2: 0x0356c240 r3: 0x00000000\r\n r4: 0x033df0c8 r5: 0x03782140 r6: 0x03b75e38 r7: 0x033df7d8\r\n r8: 0x00000000 r9: 0x00000000 r10: 0x00000018 r11: 0x00000002\r\n ip: 0x03b3fe60 sp: 0x033de8e8 lr: 0x0356c274 pc: 0x001184b2\r\n cpsr: 0x40000030\r\n\r\nBinary Images:\r\n 0x1000 - 0x256fff +MYAPP armv7 <7745c66078b83d968ab9664298dbc979> /var/mobile/Applications/3CE3C907-DC6B-40BC-AB7A-CBC9643DD71C/MYAPP.app/MYAPP\r\n0x2fe00000 - 0x2fe25fff dyld armv7 /usr/lib/dyld\r\n0x3000c000 - 0x3001bfff Notes armv7 /System/Library/PrivateFrameworks/Notes.framework/Notes\r\n0x30024000 - 0x3005bfff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security\r\n0x3008a000 - 0x300aafff AppleAccount armv7 <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount\r\n0x300ab000 - 0x300b4fff CoreVideo armv7 /System/Library/Frameworks/CoreVideo.framework/CoreVideo\r\n0x300b5000 - 0x300bbfff IAP armv7 /System/Library/PrivateFrameworks/IAP.framework/IAP\r\n0x300e5000 - 0x300eefff ITSync armv7 /System/Library/PrivateFrameworks/ITSync.framework/ITSync\r\n0x300ef000 - 0x300fbfff SpringBoardServices armv7 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices\r\n0x300fc000 - 0x30101fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib\r\n0x30148000 - 0x30149fff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib\r\n0x30204000 - 0x30211fff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib\r\n0x302d8000 - 0x302f1fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib\r\n0x30348000 - 0x30353fff libz.1.dylib armv7 /usr/lib/libz.1.dylib\r\n0x3045f000 - 0x304adfff CoreMotion armv7 <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion\r\n0x304ae000 - 0x304b4fff ProtocolBuffer armv7 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\r\n0x304bb000 - 0x304c5fff ExternalAccessory armv7 /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory\r\n0x304dd000 - 0x304ddfff libsystem_sandbox.dylib armv7 /usr/lib/system/libsystem_sandbox.dylib\r\n0x304de000 - 0x3053dfff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib\r\n0x3053e000 - 0x3053efff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib\r\n0x3064c000 - 0x3064dfff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib\r\n0x3064e000 - 0x30683fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook\r\n0x306d6000 - 0x3070efff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\r\n0x30712000 - 0x30714fff libAccessibility.dylib armv7 /usr/lib/libAccessibility.dylib\r\n0x30720000 - 0x30723fff CertUI armv7 <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI\r\n0x30735000 - 0x30737fff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer\r\n0x3087c000 - 0x30980fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore\r\n0x30981000 - 0x309a5fff MediaControl armv7 <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl\r\n0x309a6000 - 0x309acfff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib\r\n0x309ad000 - 0x309b2fff libsystem_dnssd.dylib armv7 /usr/lib/system/libsystem_dnssd.dylib\r\n0x309b3000 - 0x309b3fff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate\r\n0x30a01000 - 0x30aaafff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib\r\n0x30aab000 - 0x30dbefff GeoServices armv7 <88616f3deada3bb495fc15e3ba58dc83> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices\r\n0x30dc7000 - 0x30dddfff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X\r\n0x30dea000 - 0x30dedfff CaptiveNetwork armv7 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork\r\n0x30dee000 - 0x30e72fff AVFoundation armv7 /System/Library/Frameworks/AVFoundation.framework/AVFoundation\r\n0x30e83000 - 0x30e87fff libcache.dylib armv7 /usr/lib/system/libcache.dylib\r\n0x30e88000 - 0x30e8ffff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib\r\n0x30ebe000 - 0x30ec1fff ArtworkCache armv7 <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache\r\n0x30ef6000 - 0x30f3dfff MessageUI armv7 <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI\r\n0x30f3e000 - 0x30f67fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices\r\n0x30f6b000 - 0x30f9afff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\r\n0x30f9b000 - 0x30fcefff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport\r\n0x30fcf000 - 0x30fe7fff iAd armv7 <4a54026f52883c0fa28bf7e78fc12f44> /System/Library/Frameworks/iAd.framework/iAd\r\n0x3114a000 - 0x31755fff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore\r\n0x317ad000 - 0x31901fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\r\n0x31904000 - 0x31a25fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\r\n0x31a26000 - 0x31a28fff MailServices armv7 <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices\r\n0x31a29000 - 0x31a29fff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib\r\n0x31a2a000 - 0x31ab4fff Message armv7 <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message\r\n0x31b09000 - 0x31b15fff HomeSharing armv7 <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing\r\n0x31b16000 - 0x31b1dfff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib\r\n0x31bb8000 - 0x31d04fff MediaToolbox armv7 <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox\r\n0x31d1b000 - 0x31d1dfff CrashReporterSupport armv7 <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport\r\n0x31d1e000 - 0x31d28fff AccountSettings armv7 /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings\r\n0x31ef1000 - 0x31ff9fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData\r\n0x3233b000 - 0x3233dfff libgcc_s.1.dylib armv7 /usr/lib/libgcc_s.1.dylib\r\n0x3233e000 - 0x323dbfff AddressBookUI armv7 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI\r\n0x323dc000 - 0x323e0fff libGFXShared.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib\r\n0x323ee000 - 0x3277bfff UIKit armv7 /System/Library/Frameworks/UIKit.framework/UIKit\r\n0x3277e000 - 0x327c4fff CoreTelephony armv7 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony\r\n0x327c5000 - 0x327f8fff QuickLook armv7 <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook\r\n0x32815000 - 0x3281cfff AggregateDictionary armv7 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\r\n0x32868000 - 0x3289cfff VideoToolbox armv7 <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox\r\n0x3289d000 - 0x328c6fff ContentIndex armv7 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex\r\n0x328c7000 - 0x329acfff CoreFoundation armv7 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\r\n0x329ad000 - 0x329f7fff libstdc++.6.dylib armv7 /usr/lib/libstdc++.6.dylib\r\n0x32b55000 - 0x32b94fff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib\r\n0x32c08000 - 0x32c4afff CoreAudio armv7 /System/Library/Frameworks/CoreAudio.framework/CoreAudio\r\n0x32c4b000 - 0x32c51fff StoreKit armv7 <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit\r\n0x32c67000 - 0x32ce8fff libsystem_c.dylib armv7 /usr/lib/system/libsystem_c.dylib\r\n0x32ce9000 - 0x32d09fff MobileSync armv7 <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync\r\n0x32d0a000 - 0x32d0ffff liblaunch.dylib armv7 /usr/lib/system/liblaunch.dylib\r\n0x32d4a000 - 0x32d5afff DataAccessExpress armv7 <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress\r\n0x32da4000 - 0x32e68fff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib\r\n0x32e79000 - 0x32ee8fff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader\r\n0x32ee9000 - 0x32efcfff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib\r\n0x32f05000 - 0x32f08fff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService\r\n0x32f4c000 - 0x33039fff libiconv.2.dylib armv7 /usr/lib/libiconv.2.dylib\r\n0x33083000 - 0x330c3fff CoreMedia armv7 <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia\r\n0x330c4000 - 0x33115fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib\r\n0x33119000 - 0x3311cfff ActorKit armv7 /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit\r\n0x33139000 - 0x3317ffff CoreLocation armv7 /System/Library/Frameworks/CoreLocation.framework/CoreLocation\r\n0x3329b000 - 0x332b2fff libsystem_kernel.dylib armv7 /usr/lib/system/libsystem_kernel.dylib\r\n0x332b7000 - 0x3335dfff Celestial armv7 <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial\r\n0x3335e000 - 0x33361fff IOSurface armv7 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface\r\n0x33365000 - 0x333befff EventKit armv7 <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit\r\n0x333bf000 - 0x333fcfff CoreText armv7 /System/Library/Frameworks/CoreText.framework/CoreText\r\n0x3342b000 - 0x33433fff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth\r\n0x33434000 - 0x33440fff GraphicsServices armv7 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices\r\n0x33444000 - 0x33487fff ManagedConfiguration armv7 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration\r\n0x3348b000 - 0x334a8fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib\r\n0x33582000 - 0x33586fff AssetsLibraryServices armv7 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices\r\n0x33587000 - 0x33590fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi\r\n0x33605000 - 0x33613fff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES\r\n0x3372d000 - 0x33765fff libCGFreetype.A.dylib armv7 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib\r\n0x337be000 - 0x337ecfff MIME armv7 <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME\r\n0x33821000 - 0x33940fff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation\r\n0x33941000 - 0x33943fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation\r\n0x3395c000 - 0x33971fff libresolv.9.dylib armv7 /usr/lib/libresolv.9.dylib\r\n0x33972000 - 0x33977fff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag\r\n0x353cb000 - 0x353ebfff PrintKit armv7 /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit\r\n0x354e2000 - 0x35591fff QuartzCore armv7 /System/Library/Frameworks/QuartzCore.framework/QuartzCore\r\n0x355a2000 - 0x355d5fff iCalendar armv7 <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar\r\n0x3562d000 - 0x3563dfff WebBookmarks armv7 <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks\r\n0x3563e000 - 0x356fdfff CFNetwork armv7 /System/Library/Frameworks/CFNetwork.framework/CFNetwork\r\n0x357f5000 - 0x35823fff DataAccess armv7 <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess\r\n0x35824000 - 0x358e0fff MapKit armv7 <9a7a16643a573b18adecdb56fa879f93> /System/Library/Frameworks/MapKit.framework/MapKit\r\n0x358e1000 - 0x358f0fff MobileDeviceLink armv7 <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink\r\n0x359bf000 - 0x359c0fff libsystem_blocks.dylib armv7 /usr/lib/system/libsystem_blocks.dylib\r\n0x359e4000 - 0x359e9fff libcopyfile.dylib armv7 /usr/lib/system/libcopyfile.dylib\r\n0x35bd8000 - 0x35bd9fff libremovefile.dylib armv7 /usr/lib/system/libremovefile.dylib\r\n0x35bda000 - 0x35be7fff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib\r\n0x35c13000 - 0x35cd9fff MusicLibrary armv7 <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary\r\n0x35d2b000 - 0x35d3dfff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\r\n0x35d7a000 - 0x35dadfff StoreServices armv7 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices\r\n0x35e30000 - 0x35e31fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration\r\n0x35eca000 - 0x35f1ffff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib\r\n0x35f20000 - 0x3620dfff libLAPACK.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib\r\n0x36217000 - 0x36253fff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib\r\n0x36302000 - 0x363b3fff WebKit armv7 /System/Library/PrivateFrameworks/WebKit.framework/WebKit\r\n0x363b4000 - 0x363b7fff MediaRemote armv7 <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote\r\n0x3641d000 - 0x3641efff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface\r\n0x3641f000 - 0x36531fff MediaPlayer armv7 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer\r\n0x36535000 - 0x36538fff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib\r\n0x36539000 - 0x36653fff libicucore.A.dylib armv7 /usr/lib/libicucore.A.dylib\r\n0x36654000 - 0x36654fff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib\r\n0x3668a000 - 0x3671ffff ImageIO armv7 /System/Library/Frameworks/ImageIO.framework/ImageIO\r\n0x3674e000 - 0x3679cfff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM\r\n0x3679d000 - 0x367bcfff Bom armv7 /System/Library/PrivateFrameworks/Bom.framework/Bom\r\n{code}", "attachment": [], "flagged": false, "summary": "Bus Error: KERN_PROTECTION_FAILURE", "creator": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "environment": "* iPhone 3GS, iOS 4.3.3\r\n* iPhone 4G, iOS 4.3.3;\r\n* Ti SDK: 1.7.1.85132b5...\r\n* also appears sometimes in simulator", "comment": { "comments": [ { "id": "156587", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Florian\r\n\r\nIn order to progress this ticket, would you please do the following:\r\n\r\n* move the environment info to the environment field\r\n* state the Titanium build date and hash\r\n* use wiki markup for code and console output\r\n\r\nThanks", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-13T08:49:16.000+0000", "updated": "2011-06-13T08:49:16.000+0000" }, { "id": "156620", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Without a usecase to reproduce, it's going to be very difficult for us to determine the cause of the issue. If you can, edit your ticket to include a proper [Use-case|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-CreatingGoodUsecases].\r\n\r\nAlso, again, please reformat your ticket, using the wiki markup provided.\r\n\r\nKindly read the [Submitting Bug Reports|http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-SubmittingBugReports] guide before raising tickets.\r\n\r\nThank you", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-13T12:57:56.000+0000", "updated": "2011-06-13T12:57:56.000+0000" }, { "id": "156836", "author": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "body": "i was trying for at least 12 hours to find a proper case and debugging the whole project. i've added Ti.API.info after every function.\r\n\r\nthe result: I can't even find the point where it crashes...\r\n\r\nfirst i was pretty sure, it has something to do with Titanium.Contacts, then i was thinking about Titanium.Filesystem but now, the only thing that is left: something with cells in table view...\r\n\r\nif you have ANY ADVICE how to reproduce a usecase i'm looking forward to hear.\r\n\r\nbut at this point i only can confirm that there is some bug causing BUS errors in your code but I can't debug where or which function causes it.\r\n\r\nI would appreciate if you can have a look at this files. Maybe the app crashes because sometimes a var can be null...:\r\n\r\n{quote}\r\n0 MYAPP 0x001184b2 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (TiCell.h:202)\r\n1 MYAPP 0x00125404 TI::Interpreter::execute(TI::CallFrameClosure&, TI::TiValue*) (Interpreter.cpp:756)\r\n2 MYAPP 0x000d3894 TI::arrayProtoFuncForEach(TI::TiExcState*, TI::TiObject*, TI::TiValue, TI::ArgList const&) (CachedCall.h:58)\r\n3 MYAPP 0x001210a4 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (Interpreter.cpp:3053)\r\n4 MYAPP 0x00125818 TI::Interpreter::execute(TI::ProgramExecutable*, TI::TiExcState*, TI::ScopeChainNode*, TI::TiObject*, \r\n{quote}\r\n", "updateAuthor": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-06-15T13:47:03.000+0000", "updated": "2011-06-15T13:47:03.000+0000" }, { "id": "157221", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Florian\r\n\r\nI am sorry, but there is no easy solution for this. The only way is to start with an empty project and add functionality in bit by bit until you isolate it.\r\n\r\nNote that you should test for null values in your javascript code, in order to avoid exceptions.\r\n\r\nCheers", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-20T15:41:31.000+0000", "updated": "2011-06-20T15:41:31.000+0000" }, { "id": "157622", "author": { "name": "nicolaiw", "key": "nicolaiw", "displayName": "Nicolai Wadstrom", "active": true, "timeZone": "America/Los_Angeles" }, "body": "I can attest to seeing the same problems from with 1.7.0 and 1.7.1. We also do a lot of XHR requests, and store images locally. It happens randomly while navigating between different Windows (all with their own context).\r\n\r\nAlso tried with version 1.8.0.v20110622100240 now, gives somewhat different errors (not a bus error):\r\n\r\n{code}\r\n2011-06-22 21:37:58.889 URBANiGO[8389:940b] -[UITableViewCellSelectedBackground context]: unrecognized selector sent to instance 0x6c92420\r\n\r\n[ERROR] The application has crashed with an unhandled exception. Stack trace:\r\n\r\n\r\n\r\n0 CoreFoundation 0x0225abcc __exceptionPreprocess + 156\r\n\r\n1 libobjc.A.dylib 0x023af5c2 objc_exception_throw + 47\r\n\r\n2 CoreFoundation 0x0225c6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187\r\n\r\n3 CoreFoundation 0x021cc366 ___forwarding___ + 966\r\n\r\n4 CoreFoundation 0x021cbf22 _CF_forwarding_prep_0 + 50\r\n\r\n5 URBANiGO 0x0003c6d7 ConvertIdTiValue + 77\r\n\r\n6 URBANiGO 0x0003dc2f KrollGetProperty + 557\r\n\r\n7 URBANiGO 0x0026bb1f _ZN2TI16TiCallbackObjectINS_8TiObjectEE18getOwnPropertySlotEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 467\r\n\r\n8 URBANiGO 0x00249c1a _ZNK2TI7TiValue3getEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 210\r\n\r\n9 URBANiGO 0x00247216 cti_op_get_by_id_generic + 86\r\n\r\n10 ??? 0x0c5a9cfa 0x0 + 207265018\r\n\r\n11 URBANiGO 0x002048e5 _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 975\r\n\r\n12 URBANiGO 0x0025576d _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 129\r\n\r\n13 URBANiGO 0x001cd0ab _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 91\r\n\r\n14 URBANiGO 0x00268796 TiObjectCallAsFunction + 454\r\n\r\n15 URBANiGO 0x00034578 -[KrollCallback call:thisObject:] + 784\r\n\r\n16 URBANiGO 0x00035aef -[KrollEvent invoke:] + 271\r\n\r\n17 URBANiGO 0x0003512d -[KrollContext invoke:] + 137\r\n\r\n18 URBANiGO 0x000377ae -[KrollContext main] + 3325\r\n\r\n19 Foundation 0x005f4d4c -[NSThread main] + 81\r\n\r\n20 Foundation 0x005f4cd8 __NSThread__main__ + 1387\r\n\r\n21 libSystem.B.dylib 0x945837fd _pthread_start + 345\r\n\r\n22 libSystem.B.dylib 0x94583682 thread_start + 34\r\n\r\n\r\n\r\n\r\n\r\n2011-06-22 21:37:58.897 URBANiGO[8389:940b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCellSelectedBackground context]: unrecognized selector sent to instance 0x6c92420'\r\n\r\n*** Call stack at first throw:\r\n\r\n(\r\n\r\n\t0 CoreFoundation 0x0225abe9 __exceptionPreprocess + 185\r\n\r\n\t1 libobjc.A.dylib 0x023af5c2 objc_exception_throw + 47\r\n\r\n\t2 CoreFoundation 0x0225c6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187\r\n\r\n\t3 CoreFoundation 0x021cc366 ___forwarding___ + 966\r\n\r\n\t4 CoreFoundation 0x021cbf22 _CF_forwarding_prep_0 + 50\r\n\r\n\t5 URBANiGO 0x0003c6d7 ConvertIdTiValue + 77\r\n\r\n\t6 URBANiGO 0x0003dc2f KrollGetProperty + 557\r\n\r\n\t7 URBANiGO 0x0026bb1f _ZN2TI16TiCallbackObjectINS_8TiObjectEE18getOwnPropertySlotEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 467\r\n\r\n\t8 URBANiGO 0x00249c1a _ZNK2TI7TiValue3getEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 210\r\n\r\n\t9 URBANiGO 0x00247216 cti_op_get_by_id_generic + 86\r\n\r\n\t10 ??? 0x0c5a9cfa 0x0 + 207265018\r\n\r\n\t11 URBANiGO 0x002048e5 _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 975\r\n\r\n\t12 URBANiGO 0x0025576d _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 129\r\n\r\n\t13 URBANiGO 0x001cd0ab _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 91\r\n\r\n\t14 URBANiGO 0x00268796 TiObjectCallAsFunction + 454\r\n\r\n\t15 URBANiGO 0x00034578 -[KrollCallback call:thisObject:] + 784\r\n\r\n\t16 URBANiGO 0x00035aef -[KrollEvent invoke:] + 271\r\n\r\n\t17 URBANiGO 0x0003512d -[KrollContext invoke:] + 137\r\n\r\n\t18 URBANiGO 0x000377ae -[KrollContext main] + 3325\r\n\r\n\t19 Foundation 0x005f4d4c -[NSThread main] + 81\r\n\r\n\t20 Foundation 0x005f4cd8 __NSThread__main__ + 1387\r\n\r\n\t21 libSystem.B.dylib 0x945837fd _pthread_start + 345\r\n\r\n\t22 libSystem.B.dylib 0x94583682 thread_start + 34\r\n\r\n)\r\n\r\nterminate called after throwing an instance of 'NSException'\r\n\r\n[DEBUG] App Spec: specified by path /Users/nicolaiw/Workspace/Dev/titaniumstudio/workspace/URBANiGO/build/iphone/build/Debug-iphonesimulator/URBANiGO.app\r\n[DEBUG] SDK Root: path=/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk version=4.2 name=Simulator - iOS 4.2\r\n[DEBUG] using device family iphone\r\n[DEBUG] Session started\r\n[DEBUG] Session did end with error Error Domain=DTiPhoneSimulatorErrorDomain Code=1 UserInfo=0x100406060 \"The simulated application quit.\"\r\n[INFO] Application has exited from Simulator\r\n{code}", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-22T21:40:20.000+0000", "updated": "2011-06-23T06:23:23.000+0000" }, { "id": "157623", "author": { "name": "nicolaiw", "key": "nicolaiw", "displayName": "Nicolai Wadstrom", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Here's a crash report when using 1.8.0.v20110622100240 on the device:\r\n\r\n{code}\r\nIncident Identifier: D5625F25-AEC1-40C1-BE8F-944330746D52\r\nCrashReporter Key: 86e863f395698c5c862cbb5dc757ecf84ad23e06\r\nHardware Model: iPhone3,1\r\nProcess: URBANiGO [2550]\r\nPath: /var/mobile/Applications/2AD73B32-DE3E-469C-8B5A-040279717A30/URBANiGO.app/URBANiGO\r\nIdentifier: URBANiGO\r\nVersion: ??? (???)\r\nCode Type: ARM (Native)\r\nParent Process: launchd [1]\r\n\r\nDate/Time: 2011-06-22 21:58:20.681 -0700\r\nOS Version: iPhone OS 4.3.3 (8J2)\r\nReport Version: 104\r\n\r\nException Type: EXC_BAD_ACCESS (SIGBUS)\r\nException Codes: KERN_PROTECTION_FAILURE at 0x00000014\r\nCrashed Thread: 12\r\n\r\nThread 0 name: Dispatch queue: com.apple.main-thread\r\nThread 0:\r\n0 libsystem_kernel.dylib \t0x3558dc00 mach_msg_trap + 20\r\n1 libsystem_kernel.dylib \t0x3558d758 mach_msg + 44\r\n2 CoreFoundation \t0x309582b8 __CFRunLoopServiceMachPort + 88\r\n3 CoreFoundation \t0x3095a562 __CFRunLoopRun + 350\r\n4 CoreFoundation \t0x308eaebc CFRunLoopRunSpecific + 224\r\n5 CoreFoundation \t0x308eadc4 CFRunLoopRunInMode + 52\r\n6 GraphicsServices \t0x30269418 GSEventRunModal + 108\r\n7 GraphicsServices \t0x302694c4 GSEventRun + 56\r\n8 UIKit \t0x30a10d62 -[UIApplication _run] + 398\r\n9 UIKit \t0x30a0e800 UIApplicationMain + 664\r\n10 URBANiGO \t0x00003868 main (main.m:36)\r\n11 URBANiGO \t0x0000310c 0x1000 + 8460\r\n\r\nThread 1 name: Dispatch queue: com.apple.libdispatch-manager\r\nThread 1:\r\n0 libsystem_kernel.dylib \t0x35590fbc kevent + 24\r\n1 libdispatch.dylib \t0x35261032 _dispatch_mgr_invoke + 706\r\n2 libdispatch.dylib \t0x3526203a _dispatch_queue_invoke + 86\r\n3 libdispatch.dylib \t0x352615ea _dispatch_worker_thread2 + 186\r\n4 libsystem_c.dylib \t0x3566758a _pthread_wqthread + 258\r\n5 libsystem_c.dylib \t0x35667bbc start_wqthread + 0\r\n\r\nThread 2 name: WebThread\r\nThread 2:\r\n0 libsystem_kernel.dylib \t0x3558dc00 mach_msg_trap + 20\r\n1 libsystem_kernel.dylib \t0x3558d758 mach_msg + 44\r\n2 CoreFoundation \t0x309582b8 __CFRunLoopServiceMachPort + 88\r\n3 CoreFoundation \t0x3095a562 __CFRunLoopRun + 350\r\n4 CoreFoundation \t0x308eaebc CFRunLoopRunSpecific + 224\r\n5 CoreFoundation \t0x308eadc4 CFRunLoopRunInMode + 52\r\n6 WebCore \t0x35f5327e RunWebThread(void*) + 382\r\n7 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n8 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 3:\r\n0 libsystem_kernel.dylib \t0x3558dc74 semaphore_timedwait_signal_trap + 8\r\n1 libsystem_kernel.dylib \t0x3558df46 semaphore_timedwait_signal + 6\r\n2 libsystem_c.dylib \t0x3568d812 _pthread_cond_wait + 678\r\n3 libsystem_c.dylib \t0x3568d9fe pthread_cond_timedwait_relative_np + 10\r\n4 Foundation \t0x341eca4e -[NSCondition waitUntilDate:] + 266\r\n5 URBANiGO \t0x00030428 -[KrollContext main] (KrollContext.mm:1185)\r\n6 Foundation \t0x341d0382 -[NSThread main] + 38\r\n7 Foundation \t0x342425c6 __NSThread__main__ + 966\r\n8 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n9 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 4:\r\n0 libsystem_kernel.dylib \t0x3558fd18 __semwait_signal + 24\r\n1 libsystem_c.dylib \t0x3568d860 _pthread_cond_wait + 756\r\n2 libsystem_c.dylib \t0x35634eb2 pthread_cond_wait + 26\r\n3 URBANiGO \t0x0014a542 WTI::TCMalloc_PageHeap::scavengerThread() (FastMalloc.cpp:2304)\r\n4 URBANiGO \t0x0014a56a WTI::TCMalloc_PageHeap::runScavengerThread(void*) (FastMalloc.cpp:1438)\r\n5 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n6 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 5 name: com.apple.coremedia.player.async\r\nThread 5:\r\n0 libsystem_kernel.dylib \t0x3558fd18 __semwait_signal + 24\r\n1 libsystem_c.dylib \t0x3568d860 _pthread_cond_wait + 756\r\n2 libsystem_c.dylib \t0x35634eb2 pthread_cond_wait + 26\r\n3 CoreMedia \t0x3175f8f4 WaitOnCondition + 4\r\n4 CoreMedia \t0x3175f83a FigSemaphoreWaitRelative + 66\r\n5 MediaToolbox \t0x30ff3a64 fpa_AsyncMovieControlThread + 48\r\n6 CoreMedia \t0x3177d4dc figThreadMain + 156\r\n7 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n8 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 6:\r\n0 libsystem_kernel.dylib \t0x3558dc00 mach_msg_trap + 20\r\n1 libsystem_kernel.dylib \t0x3558d758 mach_msg + 44\r\n2 CoreFoundation \t0x309582b8 __CFRunLoopServiceMachPort + 88\r\n3 CoreFoundation \t0x3095a562 __CFRunLoopRun + 350\r\n4 CoreFoundation \t0x308eaebc CFRunLoopRunSpecific + 224\r\n5 CoreFoundation \t0x308eadc4 CFRunLoopRunInMode + 52\r\n6 Foundation \t0x341dd7f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206\r\n7 Foundation \t0x341d0382 -[NSThread main] + 38\r\n8 Foundation \t0x342425c6 __NSThread__main__ + 966\r\n9 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n10 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 7 name: com.apple.CFSocket.private\r\nThread 7:\r\n0 libsystem_kernel.dylib \t0x3558fc60 __select + 20\r\n1 CoreFoundation \t0x3095d8f2 __CFSocketManager + 582\r\n2 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n3 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 8:\r\n0 libsystem_kernel.dylib \t0x3558dc74 semaphore_timedwait_signal_trap + 8\r\n1 libsystem_kernel.dylib \t0x3558df46 semaphore_timedwait_signal + 6\r\n2 libsystem_c.dylib \t0x3568d812 _pthread_cond_wait + 678\r\n3 libsystem_c.dylib \t0x3568d9fe pthread_cond_timedwait_relative_np + 10\r\n4 Foundation \t0x341eca4e -[NSCondition waitUntilDate:] + 266\r\n5 URBANiGO \t0x00030428 -[KrollContext main] (KrollContext.mm:1185)\r\n6 Foundation \t0x341d0382 -[NSThread main] + 38\r\n7 Foundation \t0x342425c6 __NSThread__main__ + 966\r\n8 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n9 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 9:\r\n0 libsystem_kernel.dylib \t0x3558dc5c semaphore_wait_signal_trap + 8\r\n1 libsystem_kernel.dylib \t0x3558df52 semaphore_wait_signal + 2\r\n2 libsystem_c.dylib \t0x35664734 pthread_mutex_lock + 256\r\n3 URBANiGO \t0x00180fba TI::TiLock::lock(TI::TiLockBehavior) (TiLock.cpp:88)\r\n4 URBANiGO \t0x00181012 TI::TiLock::TiLock(TI::TiExcState*) (TiLock.cpp:70)\r\n5 URBANiGO \t0x0018d774 TiValueUnprotect (TiValueRef.cpp:325)\r\n6 URBANiGO \t0x00032ba4 -[KrollUnprotectOperation main] (KrollContext.mm:47)\r\n7 Foundation \t0x341c9d14 -[__NSOperationInternal start] + 652\r\n8 Foundation \t0x341c9a78 -[NSOperation start] + 16\r\n9 URBANiGO \t0x0002dc76 -[KrollContext invoke:] (KrollContext.mm:824)\r\n10 URBANiGO \t0x0002ff72 -[KrollContext main] (KrollContext.mm:1138)\r\n11 Foundation \t0x341d0382 -[NSThread main] + 38\r\n12 Foundation \t0x342425c6 __NSThread__main__ + 966\r\n13 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n14 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 10:\r\n0 libsystem_kernel.dylib \t0x3558dc74 semaphore_timedwait_signal_trap + 8\r\n1 libsystem_kernel.dylib \t0x3558df46 semaphore_timedwait_signal + 6\r\n2 libsystem_c.dylib \t0x3568d812 _pthread_cond_wait + 678\r\n3 libsystem_c.dylib \t0x3568d9fe pthread_cond_timedwait_relative_np + 10\r\n4 Foundation \t0x341eca4e -[NSCondition waitUntilDate:] + 266\r\n5 URBANiGO \t0x00030428 -[KrollContext main] (KrollContext.mm:1185)\r\n6 Foundation \t0x341d0382 -[NSThread main] + 38\r\n7 Foundation \t0x342425c6 __NSThread__main__ + 966\r\n8 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n9 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 11:\r\n0 libsystem_kernel.dylib \t0x355903ec __workq_kernreturn + 8\r\n1 libsystem_c.dylib \t0x356676d8 _pthread_wqthread + 592\r\n2 libsystem_c.dylib \t0x35667bbc start_wqthread + 0\r\n\r\nThread 12 Crashed:\r\n0 URBANiGO \t0x0016261a TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (TiCell.h:202)\r\n1 URBANiGO \t0x0016f726 TI::Interpreter::execute(TI::FunctionExecutable*, TI::TiExcState*, TI::TiFunction*, TI::TiObject*, TI::ArgList const&, TI::ScopeChainNode*, TI::TiValue*) (Interpreter.cpp:688)\r\n2 URBANiGO \t0x00178e5e TI::TiFunction::call(TI::TiExcState*, TI::TiValue, TI::ArgList const&) (TiFunction.cpp:127)\r\n3 URBANiGO \t0x001346ac TI::call(TI::TiExcState*, TI::TiValue, TI::CallType, TI::CallData const&, TI::TiValue, TI::ArgList const&) (CallData.cpp:46)\r\n4 URBANiGO \t0x00184ba6 TiObjectCallAsFunction (TiObjectRef.cpp:417)\r\n5 URBANiGO \t0x0003a18e -[KrollObject triggerEvent:withObject:thisObject:] (KrollObject.m:1526)\r\n6 URBANiGO \t0x0002e55c -[KrollEvent invoke:] (KrollContext.mm:597)\r\n7 URBANiGO \t0x0002dc8a -[KrollContext invoke:] (KrollContext.mm:828)\r\n8 URBANiGO \t0x0002ff72 -[KrollContext main] (KrollContext.mm:1138)\r\n9 Foundation \t0x341d0382 -[NSThread main] + 38\r\n10 Foundation \t0x342425c6 __NSThread__main__ + 966\r\n11 libsystem_c.dylib \t0x3566630a _pthread_start + 242\r\n12 libsystem_c.dylib \t0x35667bb4 thread_start + 0\r\n\r\nThread 12 crashed with ARM Thread State:\r\n r0: 0x04ebc900 r1: 0x2ffe4310 r2: 0x04c420c0 r3: 0x00000000\r\n r4: 0x2ffe4310 r5: 0x04ebc900 r6: 0x06565aa0 r7: 0x2ffe4a20\r\n r8: 0x00000000 r9: 0x060fa8c0 r10: 0x0000000e r11: 0x00000003\r\n ip: 0x06590320 sp: 0x2ffe3b30 lr: 0x00164097 pc: 0x0016261a\r\n cpsr: 0x40000030\r\n\r\nBinary Images:\r\n 0x1000 - 0x250fff +URBANiGO armv7 /var/mobile/Applications/2AD73B32-DE3E-469C-8B5A-040279717A30/URBANiGO.app/URBANiGO\r\n0x2fe00000 - 0x2fe25fff dyld armv7 /usr/lib/dyld\r\n0x3064c000 - 0x30675fff MobileCoreServices armv7 <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices\r\n0x30676000 - 0x306adfff Security armv7 <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security\r\n0x306ae000 - 0x306affff libsystem_network.dylib armv7 <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib\r\n0x306fb000 - 0x3070bfff DataAccessExpress armv7 <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress\r\n0x3070c000 - 0x3070cfff Accelerate armv7 <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate\r\n0x30771000 - 0x3079ffff MIME armv7 <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME\r\n0x307a0000 - 0x307c0fff MobileSync armv7 <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync\r\n0x307fa000 - 0x30806fff HomeSharing armv7 <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing\r\n0x3080a000 - 0x3089ffff ImageIO armv7 /System/Library/Frameworks/ImageIO.framework/ImageIO\r\n0x308ac000 - 0x308b8fff GraphicsServices armv7 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices\r\n0x308e2000 - 0x308e5fff CertUI armv7 <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI\r\n0x309cd000 - 0x30a01fff VideoToolbox armv7 <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox\r\n0x30a17000 - 0x30a19fff libgcc_s.1.dylib armv7 /usr/lib/libgcc_s.1.dylib\r\n0x30a1a000 - 0x30b34fff libicucore.A.dylib armv7 /usr/lib/libicucore.A.dylib\r\n0x30b39000 - 0x30b4ffff EAP8021X armv7 <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X\r\n0x30bc1000 - 0x30c87fff MusicLibrary armv7 <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary\r\n0x30cdd000 - 0x30ce4fff libMobileGestalt.dylib armv7 <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib\r\n0x30ce8000 - 0x30cf0fff MobileBluetooth armv7 <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth\r\n0x30cf1000 - 0x30cf1fff vecLib armv7 <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib\r\n0x30d2e000 - 0x30d6bfff CoreText armv7 /System/Library/Frameworks/CoreText.framework/CoreText\r\n0x30e76000 - 0x30ec4fff CoreMotion armv7 <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion\r\n0x30f29000 - 0x3100efff CoreFoundation armv7 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation\r\n0x3100f000 - 0x3101efff MobileDeviceLink armv7 <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink\r\n0x31029000 - 0x313b6fff UIKit armv7 /System/Library/Frameworks/UIKit.framework/UIKit\r\n0x313d7000 - 0x314c4fff libiconv.2.dylib armv7 /usr/lib/libiconv.2.dylib\r\n0x314c5000 - 0x314c6fff libremovefile.dylib armv7 /usr/lib/system/libremovefile.dylib\r\n0x314c7000 - 0x314d1fff AccountSettings armv7 /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings\r\n0x314d7000 - 0x314e0fff CoreVideo armv7 /System/Library/Frameworks/CoreVideo.framework/CoreVideo\r\n0x314e1000 - 0x31514fff StoreServices armv7 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices\r\n0x31531000 - 0x31533fff libAccessibility.dylib armv7 /usr/lib/libAccessibility.dylib\r\n0x31534000 - 0x31585fff libsqlite3.dylib armv7 <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib\r\n0x3159f000 - 0x315a6fff libbz2.1.0.dylib armv7 <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib\r\n0x315a7000 - 0x315eafff ManagedConfiguration armv7 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration\r\n0x315eb000 - 0x315f0fff liblaunch.dylib armv7 /usr/lib/system/liblaunch.dylib\r\n0x31620000 - 0x31626fff StoreKit armv7 <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit\r\n0x3162b000 - 0x31636fff libz.1.dylib armv7 /usr/lib/libz.1.dylib\r\n0x31637000 - 0x31783fff MediaToolbox armv7 <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox\r\n0x317a7000 - 0x317a7fff libdnsinfo.dylib armv7 <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib\r\n0x317a8000 - 0x317a9fff libsystem_blocks.dylib armv7 /usr/lib/system/libsystem_blocks.dylib\r\n0x317aa000 - 0x317cafff PrintKit armv7 /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit\r\n0x317d7000 - 0x31819fff CoreAudio armv7 /System/Library/Frameworks/CoreAudio.framework/CoreAudio\r\n0x3187f000 - 0x31b92fff GeoServices armv7 <88616f3deada3bb495fc15e3ba58dc83> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices\r\n0x31b93000 - 0x31ca5fff MediaPlayer armv7 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer\r\n0x31da4000 - 0x31de4fff CoreMedia armv7 <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia\r\n0x31dec000 - 0x31e24fff IOKit armv7 <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit\r\n0x31e44000 - 0x31e64fff AppleAccount armv7 <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount\r\n0x31e65000 - 0x31ea1fff libGLImage.dylib armv7 <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib\r\n0x33a67000 - 0x33a6cfff MobileKeyBag armv7 <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag\r\n0x33a6d000 - 0x33a76fff MobileWiFi armv7 <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi\r\n0x33ab7000 - 0x33abafff MediaRemote armv7 <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote\r\n0x33abb000 - 0x33ae4fff ContentIndex armv7 /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex\r\n0x33b80000 - 0x33b83fff ApplePushService armv7 <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService\r\n0x33b84000 - 0x33bcafff CoreTelephony armv7 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony\r\n0x33bcb000 - 0x33bd7fff SpringBoardServices armv7 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices\r\n0x33c40000 - 0x33c50fff WebBookmarks armv7 <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks\r\n0x33cac000 - 0x33caefff IOMobileFramebuffer armv7 <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer\r\n0x33caf000 - 0x33cb4fff libcopyfile.dylib armv7 /usr/lib/system/libcopyfile.dylib\r\n0x33da0000 - 0x33da4fff libGFXShared.dylib armv7 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib\r\n0x33da7000 - 0x33db0fff ITSync armv7 /System/Library/PrivateFrameworks/ITSync.framework/ITSync\r\n0x33e43000 - 0x33e9cfff EventKit armv7 <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit\r\n0x33eda000 - 0x33edefff AssetsLibraryServices armv7 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices\r\n0x33ee0000 - 0x33f91fff WebKit armv7 /System/Library/PrivateFrameworks/WebKit.framework/WebKit\r\n0x33f92000 - 0x33f9ffff libbsm.0.dylib armv7 <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib\r\n0x33fb5000 - 0x34071fff MapKit armv7 <9a7a16643a573b18adecdb56fa879f93> /System/Library/Frameworks/MapKit.framework/MapKit\r\n0x34078000 - 0x3407efff liblockdown.dylib armv7 <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib\r\n0x3407f000 - 0x34187fff CoreData armv7 <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData\r\n0x341e0000 - 0x34213fff QuickLook armv7 <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook\r\n0x34359000 - 0x3435afff libdyld.dylib armv7 <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib\r\n0x3436c000 - 0x343b3fff MessageUI armv7 <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI\r\n0x343c4000 - 0x343c6fff CrashReporterSupport armv7 <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport\r\n0x343c7000 - 0x343cafff libmacho.dylib armv7 <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib\r\n0x343cb000 - 0x343e0fff libresolv.9.dylib armv7 /usr/lib/libresolv.9.dylib\r\n0x345e7000 - 0x345eafff IOSurface armv7 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface\r\n0x345eb000 - 0x34639fff GMM armv7 <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM\r\n0x346eb000 - 0x3474afff libBLAS.dylib armv7 <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib\r\n0x3474b000 - 0x347cffff AVFoundation armv7 /System/Library/Frameworks/AVFoundation.framework/AVFoundation\r\n0x347d0000 - 0x347d3fff ActorKit armv7 /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit\r\n0x347d4000 - 0x347ecfff iAd armv7 <4a54026f52883c0fa28bf7e78fc12f44> /System/Library/Frameworks/iAd.framework/iAd\r\n0x347fa000 - 0x34919fff Foundation armv7 <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation\r\n0x349e6000 - 0x34a95fff QuartzCore armv7 /System/Library/Frameworks/QuartzCore.framework/QuartzCore\r\n0x34a96000 - 0x34adcfff CoreLocation armv7 /System/Library/Frameworks/CoreLocation.framework/CoreLocation\r\n0x34ade000 - 0x34ba2fff libobjc.A.dylib armv7 <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib\r\n0x34d88000 - 0x34dbbfff AppSupport armv7 <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport\r\n0x34dbc000 - 0x34dc3fff AggregateDictionary armv7 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary\r\n0x34dc4000 - 0x34dc5fff DataMigration armv7 <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration\r\n0x34dc6000 - 0x34ee7fff CoreGraphics armv7 <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics\r\n0x34f28000 - 0x35215fff libLAPACK.dylib armv7 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib\r\n0x35241000 - 0x35276fff AddressBook armv7 <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook\r\n0x35277000 - 0x35336fff CFNetwork armv7 /System/Library/Frameworks/CFNetwork.framework/CFNetwork\r\n0x35337000 - 0x35350fff libRIP.A.dylib armv7 <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib\r\n0x35471000 - 0x355c5fff AudioToolbox armv7 <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox\r\n0x3562d000 - 0x35651fff MediaControl armv7 <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl\r\n0x35652000 - 0x35654fff MailServices armv7 <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices\r\n0x35666000 - 0x35667fff CoreSurface armv7 <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface\r\n0x3566c000 - 0x35715fff libxml2.2.dylib armv7 <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib\r\n0x35740000 - 0x35745fff libsystem_dnssd.dylib armv7 /usr/lib/system/libsystem_dnssd.dylib\r\n0x35833000 - 0x35850fff libsystem_info.dylib armv7 <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib\r\n0x35851000 - 0x3585bfff ExternalAccessory armv7 /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory\r\n0x3588a000 - 0x3589cfff PersistentConnection armv7 <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection\r\n0x3589d000 - 0x358a1fff libcache.dylib armv7 /usr/lib/system/libcache.dylib\r\n0x358a2000 - 0x358affff libdispatch.dylib armv7 <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib\r\n0x358e0000 - 0x3591ffff libSystem.B.dylib armv7 <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib\r\n0x35920000 - 0x35920fff libCVMSPluginSupport.dylib armv7 <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib\r\n0x35921000 - 0x359befff AddressBookUI armv7 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI\r\n0x359bf000 - 0x35a2efff ProofReader armv7 <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader\r\n0x35a2f000 - 0x35a84fff libvDSP.dylib armv7 <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib\r\n0x35a8b000 - 0x35a91fff IAP armv7 /System/Library/PrivateFrameworks/IAP.framework/IAP\r\n0x35bc1000 - 0x35bc4fff CaptiveNetwork armv7 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork\r\n0x35bc5000 - 0x35bdcfff libsystem_kernel.dylib armv7 /usr/lib/system/libsystem_kernel.dylib\r\n0x35c27000 - 0x35c2afff ArtworkCache armv7 <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache\r\n0x35c2b000 - 0x35c75fff libstdc++.6.dylib armv7 /usr/lib/libstdc++.6.dylib\r\n0x35c76000 - 0x35c78fff MobileInstallation armv7 <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation\r\n0x35c7a000 - 0x35cfbfff libsystem_c.dylib armv7 /usr/lib/system/libsystem_c.dylib\r\n0x35cfc000 - 0x35d34fff libCGFreetype.A.dylib armv7 /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib\r\n0x35d37000 - 0x35dddfff Celestial armv7 <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial\r\n0x36160000 - 0x36264fff JavaScriptCore armv7 <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore\r\n0x36265000 - 0x36278fff libmis.dylib armv7 <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib\r\n0x362c2000 - 0x362e1fff Bom armv7 /System/Library/PrivateFrameworks/Bom.framework/Bom\r\n0x3630d000 - 0x3633bfff DataAccess armv7 <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess\r\n0x36380000 - 0x363b3fff iCalendar armv7 <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar\r\n0x36509000 - 0x36593fff Message armv7 <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message\r\n0x36594000 - 0x36b9ffff WebCore armv7 <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore\r\n0x36ba0000 - 0x36ba6fff ProtocolBuffer armv7 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer\r\n0x36bb2000 - 0x36bc1fff Notes armv7 /System/Library/PrivateFrameworks/Notes.framework/Notes\r\n0x36c74000 - 0x36ca3fff SystemConfiguration armv7 <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration\r\n0x36cad000 - 0x36cbbfff OpenGLES armv7 <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES\r\n0x36cce000 - 0x36cd3fff libnotify.dylib armv7 <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib\r\n0x36dd6000 - 0x36dd6fff libsystem_sandbox.dylib armv7 /usr/lib/system/libsystem_sandbox.dylib\r\n{code}", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-22T22:00:41.000+0000", "updated": "2011-06-23T06:23:52.000+0000" }, { "id": "157635", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Nicolai\r\n\r\nPlease remember to use the wiki markup when posting code or console output.\r\n\r\nWould you please provide some code that will allow us to reproduce this on our systems?\r\n\r\nThanks", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-23T06:25:52.000+0000", "updated": "2011-06-23T06:25:52.000+0000" }, { "id": "157766", "author": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "body": "Two separate users are experiencing this issue on 1.7 and 1.8. Although both can provide console logs of a crash, neither are able to provide code to reproduce.", "updateAuthor": { "name": "pdowsett", "key": "pdowsett", "displayName": "Paul Dowsett", "active": true, "timeZone": "Europe/London" }, "created": "2011-06-25T02:58:24.000+0000", "updated": "2011-06-25T02:58:24.000+0000" }, { "id": "161051", "author": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "body": "It is quite probable that our upgrade to the JavaScriptCore has fixed this issue, however without a reproducible use case, we cannot confirm this. ", "updateAuthor": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-07-28T17:09:27.000+0000", "updated": "2011-08-01T09:28:11.000+0000" }, { "id": "162671", "author": { "name": "tom", "key": "tom", "displayName": "tom quas", "active": true, "timeZone": "Europe/Berlin" }, "body": "1.7.2 seems not to fix this issue; can we revive this ticket?", "updateAuthor": { "name": "tom", "key": "tom", "displayName": "tom quas", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-08-12T06:36:48.000+0000", "updated": "2011-08-12T06:36:48.000+0000" }, { "id": "162672", "author": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "body": "sorry but this is not fixed in 1.7.2... is the javascript core update already included in this version?", "updateAuthor": { "name": "flobby", "key": "flobby", "displayName": "florian bergmann", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-08-12T06:37:58.000+0000", "updated": "2011-08-12T06:37:58.000+0000" }, { "id": "163704", "author": { "name": "bojan06", "key": "bojan06", "displayName": "Bojan Markoski", "active": true, "timeZone": "America/Los_Angeles" }, "body": "this also happened to me today. My code was running fine and at random when i launched my app again and went into a tabgroup on click. it crashed, giving the same error.\r\n\r\nI am using 1.7.2 Ti stable build.", "updateAuthor": { "name": "bojan06", "key": "bojan06", "displayName": "Bojan Markoski", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-08-22T21:53:22.000+0000", "updated": "2011-08-22T21:53:22.000+0000" }, { "id": "416397", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue cannot be reproduced with the latest builds.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-30T22:08:22.000+0000", "updated": "2017-03-30T22:08:22.000+0000" } ], "maxResults": 14, "total": 14, "startAt": 0 } } }