Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4493] Bus Error: KERN_PROTECTION_FAILURE

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionCannot Reproduce
Resolution Date2011-08-01T09:29:14.000+0000
Affected Version/sRelease 1.7.1
Fix Version/sSprint 2011-31
ComponentsiOS
Labelscrash
Reporterflorian bergmann
AssigneeReggie Seagraves
Created2011-06-13T06:12:07.000+0000
Updated2017-03-30T22:08:22.000+0000

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. Since it is a KERN_PROTECTION_FAILURE I assume it has to be something within Titanium source code. Please tell me what further Information I can provide to resolve this Issue. thank you, flo // UPDATE: We access the users address book and store images local. We also do a lot of XHR requests. First crashlog I can see in my xcode is from 20.5.2011. I've updated to 1.7 around this date. *logfile*
Hardware Model:      iPhone2,1
Process:         MYAPP [187]
Path:            /var/mobile/Applications/XX/MYAPP.app/MYAPP
Identifier:      MYAPP
Version:         ??? (???)
Code Type:       ARM (Native)
Parent Process:  launchd [1]

Date/Time:       2011-06-13 14:01:48.261 +0200
OS Version:      iPhone OS 4.3.3 (8J2)
Report Version:  104

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00000014
Crashed Thread:  3

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib        	0x332a5c00 mach_msg_trap + 20
1   libsystem_kernel.dylib        	0x332a5758 mach_msg + 44
2   CoreFoundation                	0x329382b8 __CFRunLoopServiceMachPort + 88
3   CoreFoundation                	0x3293a562 __CFRunLoopRun + 350
4   CoreFoundation                	0x328caebc CFRunLoopRunSpecific + 224
5   CoreFoundation                	0x328cadc4 CFRunLoopRunInMode + 52
6   GraphicsServices              	0x33433418 GSEventRunModal + 108
7   GraphicsServices              	0x334334c4 GSEventRun + 56
8   UIKit                         	0x32417d62 -[UIApplication _run] + 398
9   UIKit                         	0x32415800 UIApplicationMain + 664
10  MYAPP                     	0x000044a4 main (main.m:36)
11  MYAPP                     	0x00003b44 0x1000 + 11076

Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0   libsystem_kernel.dylib        	0x332a8fbc kevent + 24
1   libdispatch.dylib             	0x30205032 _dispatch_mgr_invoke + 706
2   libdispatch.dylib             	0x3020603a _dispatch_queue_invoke + 86
3   libdispatch.dylib             	0x302055ea _dispatch_worker_thread2 + 186
4   libsystem_c.dylib             	0x32c9658a _pthread_wqthread + 258
5   libsystem_c.dylib             	0x32c96bbc start_wqthread + 0

Thread 2 name:  WebThread
Thread 2:
0   libsystem_kernel.dylib        	0x332a5c00 mach_msg_trap + 20
1   libsystem_kernel.dylib        	0x332a5758 mach_msg + 44
2   CoreFoundation                	0x329382b8 __CFRunLoopServiceMachPort + 88
3   CoreFoundation                	0x3293a562 __CFRunLoopRun + 350
4   CoreFoundation                	0x328caebc CFRunLoopRunSpecific + 224
5   CoreFoundation                	0x328cadc4 CFRunLoopRunInMode + 52
6   WebCore                       	0x3114b27e RunWebThread(void*) + 382
7   libsystem_c.dylib             	0x32c9530a _pthread_start + 242
8   libsystem_c.dylib             	0x32c96bb4 thread_start + 0

Thread 3 Crashed:
0   MYAPP                     	0x001184b2 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (TiCell.h:202)
1   MYAPP                     	0x00125404 TI::Interpreter::execute(TI::CallFrameClosure&, TI::TiValue*) (Interpreter.cpp:756)
2   MYAPP                     	0x000d3894 TI::arrayProtoFuncForEach(TI::TiExcState*, TI::TiObject*, TI::TiValue, TI::ArgList const&) (CachedCall.h:58)
3   MYAPP                     	0x001210a4 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (Interpreter.cpp:3053)
4   MYAPP                     	0x00125818 TI::Interpreter::execute(TI::ProgramExecutable*, TI::TiExcState*, TI::ScopeChainNode*, TI::TiObject*, TI::TiValue*) (Interpreter.cpp:622)
5   MYAPP                     	0x000ee78e TI::evaluate(TI::TiExcState*, TI::ScopeChain&, TI::SourceCode const&, TI::TiValue) (Completion.cpp:67)
6   MYAPP                     	0x0012adbe TiEvalScript (TiBase.cpp:61)
7   MYAPP                     	0x0001dffe -[KrollBridge evalFileOnThread:context:] (KrollBridge.mm:416)
8   CoreFoundation                	0x328d056a -[NSObject(NSObject) performSelector:withObject:withObject:] + 18
9   MYAPP                     	0x000205ac -[KrollInvocation invoke:] (KrollContext.mm:95)
10  MYAPP                     	0x0001fdbc -[KrollContext invokeOnThread:method:withObject:callback:selector:] (KrollContext.mm:894)
11  MYAPP                     	0x0001ce18 -[KrollBridge evalFile:callback:selector:] (KrollBridge.mm:439)
12  MYAPP                     	0x0001e598 -[KrollBridge didStartNewContext:] (KrollBridge.mm:568)
13  CoreFoundation                	0x328cdefc -[NSObject(NSObject) performSelector:withObject:] + 16
14  MYAPP                     	0x000218d4 -[KrollContext main] (KrollContext.mm:1047)
15  Foundation                    	0x33839382 -[NSThread main] + 38
16  Foundation                    	0x338ab5c6 __NSThread__main__ + 966
17  libsystem_c.dylib             	0x32c9530a _pthread_start + 242
18  libsystem_c.dylib             	0x32c96bb4 thread_start + 0

Thread 4:
0   libsystem_kernel.dylib        	0x332a7d18 __semwait_signal + 24
1   libsystem_c.dylib             	0x32cbc860 _pthread_cond_wait + 756
2   libsystem_c.dylib             	0x32c63eb2 pthread_cond_wait + 26
3   MYAPP                     	0x001003d2 WTI::TCMalloc_PageHeap::scavengerThread() (FastMalloc.cpp:2304)
4   MYAPP                     	0x001003fa WTI::TCMalloc_PageHeap::runScavengerThread(void*) (FastMalloc.cpp:1438)
5   libsystem_c.dylib             	0x32c9530a _pthread_start + 242
6   libsystem_c.dylib             	0x32c96bb4 thread_start + 0

Thread 5 name:  com.apple.coremedia.player.async
Thread 5:
0   libsystem_kernel.dylib        	0x332a7d18 __semwait_signal + 24
1   libsystem_c.dylib             	0x32cbc860 _pthread_cond_wait + 756
2   libsystem_c.dylib             	0x32c63eb2 pthread_cond_wait + 26
3   CoreMedia                     	0x330808f4 WaitOnCondition + 4
4   CoreMedia                     	0x3308083a FigSemaphoreWaitRelative + 66
5   MediaToolbox                  	0x31bb6a64 fpa_AsyncMovieControlThread + 48
6   CoreMedia                     	0x3309e4dc figThreadMain + 156
7   libsystem_c.dylib             	0x32c9530a _pthread_start + 242
8   libsystem_c.dylib             	0x32c96bb4 thread_start + 0

Thread 6:
0   libsystem_kernel.dylib        	0x332a5c00 mach_msg_trap + 20
1   libsystem_kernel.dylib        	0x332a5758 mach_msg + 44
2   CoreFoundation                	0x329382b8 __CFRunLoopServiceMachPort + 88
3   CoreFoundation                	0x3293a562 __CFRunLoopRun + 350
4   CoreFoundation                	0x328caebc CFRunLoopRunSpecific + 224
5   CoreFoundation                	0x328cadc4 CFRunLoopRunInMode + 52
6   Foundation                    	0x338467f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
7   Foundation                    	0x33839382 -[NSThread main] + 38
8   Foundation                    	0x338ab5c6 __NSThread__main__ + 966
9   libsystem_c.dylib             	0x32c9530a _pthread_start + 242
10  libsystem_c.dylib             	0x32c96bb4 thread_start + 0

Thread 7:
0   libsystem_kernel.dylib        	0x332a83ec __workq_kernreturn + 8
1   libsystem_c.dylib             	0x32c966d8 _pthread_wqthread + 592
2   libsystem_c.dylib             	0x32c96bbc start_wqthread + 0

Thread 8 name:  com.apple.CFSocket.private
Thread 8:
0   libsystem_kernel.dylib        	0x332a7c60 __select + 20
1   CoreFoundation                	0x3293d8f2 __CFSocketManager + 582
2   libsystem_c.dylib             	0x32c9530a _pthread_start + 242
3   libsystem_c.dylib             	0x32c96bb4 thread_start + 0

Thread 3 crashed with ARM Thread State:
    r0: 0x03782140    r1: 0x033df0c8      r2: 0x0356c240      r3: 0x00000000
    r4: 0x033df0c8    r5: 0x03782140      r6: 0x03b75e38      r7: 0x033df7d8
    r8: 0x00000000    r9: 0x00000000     r10: 0x00000018     r11: 0x00000002
    ip: 0x03b3fe60    sp: 0x033de8e8      lr: 0x0356c274      pc: 0x001184b2
  cpsr: 0x40000030

Binary Images:
    0x1000 -   0x256fff +MYAPP armv7  <7745c66078b83d968ab9664298dbc979> /var/mobile/Applications/3CE3C907-DC6B-40BC-AB7A-CBC9643DD71C/MYAPP.app/MYAPP
0x2fe00000 - 0x2fe25fff  dyld armv7  <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
0x3000c000 - 0x3001bfff  Notes armv7  <d9c976ca976e3d029f69febd48f17601> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x30024000 - 0x3005bfff  Security armv7  <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
0x3008a000 - 0x300aafff  AppleAccount armv7  <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x300ab000 - 0x300b4fff  CoreVideo armv7  <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x300b5000 - 0x300bbfff  IAP armv7  <c0f4c99a1b493e489948f231ad9238e2> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x300e5000 - 0x300eefff  ITSync armv7  <ba8b48d061903e4096774344448776d0> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
0x300ef000 - 0x300fbfff  SpringBoardServices armv7  <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x300fc000 - 0x30101fff  libnotify.dylib armv7  <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
0x30148000 - 0x30149fff  libsystem_network.dylib armv7  <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
0x30204000 - 0x30211fff  libdispatch.dylib armv7  <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
0x302d8000 - 0x302f1fff  libRIP.A.dylib armv7  <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x30348000 - 0x30353fff  libz.1.dylib armv7  <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
0x3045f000 - 0x304adfff  CoreMotion armv7  <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x304ae000 - 0x304b4fff  ProtocolBuffer armv7  <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x304bb000 - 0x304c5fff  ExternalAccessory armv7  <eebb4bdbbefb37419b884ffa011e1dc5> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x304dd000 - 0x304ddfff  libsystem_sandbox.dylib armv7  <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
0x304de000 - 0x3053dfff  libBLAS.dylib armv7  <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x3053e000 - 0x3053efff  libdnsinfo.dylib armv7  <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
0x3064c000 - 0x3064dfff  libdyld.dylib armv7  <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
0x3064e000 - 0x30683fff  AddressBook armv7  <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x306d6000 - 0x3070efff  IOKit armv7  <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x30712000 - 0x30714fff  libAccessibility.dylib armv7  <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
0x30720000 - 0x30723fff  CertUI armv7  <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x30735000 - 0x30737fff  IOMobileFramebuffer armv7  <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x3087c000 - 0x30980fff  JavaScriptCore armv7  <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x30981000 - 0x309a5fff  MediaControl armv7  <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
0x309a6000 - 0x309acfff  liblockdown.dylib armv7  <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
0x309ad000 - 0x309b2fff  libsystem_dnssd.dylib armv7  <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
0x309b3000 - 0x309b3fff  Accelerate armv7  <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x30a01000 - 0x30aaafff  libxml2.2.dylib armv7  <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
0x30aab000 - 0x30dbefff  GeoServices armv7  <88616f3deada3bb495fc15e3ba58dc83> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x30dc7000 - 0x30dddfff  EAP8021X armv7  <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x30dea000 - 0x30dedfff  CaptiveNetwork armv7  <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x30dee000 - 0x30e72fff  AVFoundation armv7  <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x30e83000 - 0x30e87fff  libcache.dylib armv7  <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
0x30e88000 - 0x30e8ffff  libbz2.1.0.dylib armv7  <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
0x30ebe000 - 0x30ec1fff  ArtworkCache armv7  <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
0x30ef6000 - 0x30f3dfff  MessageUI armv7  <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x30f3e000 - 0x30f67fff  MobileCoreServices armv7  <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x30f6b000 - 0x30f9afff  SystemConfiguration armv7  <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x30f9b000 - 0x30fcefff  AppSupport armv7  <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x30fcf000 - 0x30fe7fff  iAd armv7  <4a54026f52883c0fa28bf7e78fc12f44> /System/Library/Frameworks/iAd.framework/iAd
0x3114a000 - 0x31755fff  WebCore armv7  <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x317ad000 - 0x31901fff  AudioToolbox armv7  <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x31904000 - 0x31a25fff  CoreGraphics armv7  <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x31a26000 - 0x31a28fff  MailServices armv7  <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x31a29000 - 0x31a29fff  libCVMSPluginSupport.dylib armv7  <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x31a2a000 - 0x31ab4fff  Message armv7  <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message
0x31b09000 - 0x31b15fff  HomeSharing armv7  <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x31b16000 - 0x31b1dfff  libMobileGestalt.dylib armv7  <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
0x31bb8000 - 0x31d04fff  MediaToolbox armv7  <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
0x31d1b000 - 0x31d1dfff  CrashReporterSupport armv7  <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x31d1e000 - 0x31d28fff  AccountSettings armv7  <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x31ef1000 - 0x31ff9fff  CoreData armv7  <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
0x3233b000 - 0x3233dfff  libgcc_s.1.dylib armv7  <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
0x3233e000 - 0x323dbfff  AddressBookUI armv7  <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x323dc000 - 0x323e0fff  libGFXShared.dylib armv7  <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x323ee000 - 0x3277bfff  UIKit armv7  <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
0x3277e000 - 0x327c4fff  CoreTelephony armv7  <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x327c5000 - 0x327f8fff  QuickLook armv7  <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x32815000 - 0x3281cfff  AggregateDictionary armv7  <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x32868000 - 0x3289cfff  VideoToolbox armv7  <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
0x3289d000 - 0x328c6fff  ContentIndex armv7  <ecd71782cd833360872b943ecc65d203> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x328c7000 - 0x329acfff  CoreFoundation armv7  <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x329ad000 - 0x329f7fff  libstdc++.6.dylib armv7  <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
0x32b55000 - 0x32b94fff  libSystem.B.dylib armv7  <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
0x32c08000 - 0x32c4afff  CoreAudio armv7  <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x32c4b000 - 0x32c51fff  StoreKit armv7  <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x32c67000 - 0x32ce8fff  libsystem_c.dylib armv7  <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
0x32ce9000 - 0x32d09fff  MobileSync armv7  <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
0x32d0a000 - 0x32d0ffff  liblaunch.dylib armv7  <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
0x32d4a000 - 0x32d5afff  DataAccessExpress armv7  <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x32da4000 - 0x32e68fff  libobjc.A.dylib armv7  <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
0x32e79000 - 0x32ee8fff  ProofReader armv7  <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x32ee9000 - 0x32efcfff  libmis.dylib armv7  <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
0x32f05000 - 0x32f08fff  ApplePushService armv7  <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x32f4c000 - 0x33039fff  libiconv.2.dylib armv7  <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
0x33083000 - 0x330c3fff  CoreMedia armv7  <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x330c4000 - 0x33115fff  libsqlite3.dylib armv7  <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
0x33119000 - 0x3311cfff  ActorKit armv7  <f7aa6cdd654231988aafcf448978f450> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
0x33139000 - 0x3317ffff  CoreLocation armv7  <c1924042951e3df98515c7bf36093c1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x3329b000 - 0x332b2fff  libsystem_kernel.dylib armv7  <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
0x332b7000 - 0x3335dfff  Celestial armv7  <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x3335e000 - 0x33361fff  IOSurface armv7  <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x33365000 - 0x333befff  EventKit armv7  <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
0x333bf000 - 0x333fcfff  CoreText armv7  <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
0x3342b000 - 0x33433fff  MobileBluetooth armv7  <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x33434000 - 0x33440fff  GraphicsServices armv7  <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x33444000 - 0x33487fff  ManagedConfiguration armv7  <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x3348b000 - 0x334a8fff  libsystem_info.dylib armv7  <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
0x33582000 - 0x33586fff  AssetsLibraryServices armv7  <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x33587000 - 0x33590fff  MobileWiFi armv7  <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x33605000 - 0x33613fff  OpenGLES armv7  <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x3372d000 - 0x33765fff  libCGFreetype.A.dylib armv7  <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x337be000 - 0x337ecfff  MIME armv7  <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x33821000 - 0x33940fff  Foundation armv7  <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
0x33941000 - 0x33943fff  MobileInstallation armv7  <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x3395c000 - 0x33971fff  libresolv.9.dylib armv7  <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
0x33972000 - 0x33977fff  MobileKeyBag armv7  <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x353cb000 - 0x353ebfff  PrintKit armv7  <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x354e2000 - 0x35591fff  QuartzCore armv7  <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x355a2000 - 0x355d5fff  iCalendar armv7  <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x3562d000 - 0x3563dfff  WebBookmarks armv7  <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x3563e000 - 0x356fdfff  CFNetwork armv7  <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x357f5000 - 0x35823fff  DataAccess armv7  <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x35824000 - 0x358e0fff  MapKit armv7  <9a7a16643a573b18adecdb56fa879f93> /System/Library/Frameworks/MapKit.framework/MapKit
0x358e1000 - 0x358f0fff  MobileDeviceLink armv7  <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x359bf000 - 0x359c0fff  libsystem_blocks.dylib armv7  <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
0x359e4000 - 0x359e9fff  libcopyfile.dylib armv7  <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
0x35bd8000 - 0x35bd9fff  libremovefile.dylib armv7  <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
0x35bda000 - 0x35be7fff  libbsm.0.dylib armv7  <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
0x35c13000 - 0x35cd9fff  MusicLibrary armv7  <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x35d2b000 - 0x35d3dfff  PersistentConnection armv7  <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x35d7a000 - 0x35dadfff  StoreServices armv7  <d526715648f435c3aac4c42953e76d20> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x35e30000 - 0x35e31fff  DataMigration armv7  <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x35eca000 - 0x35f1ffff  libvDSP.dylib armv7  <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x35f20000 - 0x3620dfff  libLAPACK.dylib armv7  <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x36217000 - 0x36253fff  libGLImage.dylib armv7  <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x36302000 - 0x363b3fff  WebKit armv7  <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x363b4000 - 0x363b7fff  MediaRemote armv7  <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x3641d000 - 0x3641efff  CoreSurface armv7  <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
0x3641f000 - 0x36531fff  MediaPlayer armv7  <da848c0745a637af81d7edd962a09324> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x36535000 - 0x36538fff  libmacho.dylib armv7  <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
0x36539000 - 0x36653fff  libicucore.A.dylib armv7  <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
0x36654000 - 0x36654fff  vecLib armv7  <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x3668a000 - 0x3671ffff  ImageIO armv7  <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x3674e000 - 0x3679cfff  GMM armv7  <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
0x3679d000 - 0x367bcfff  Bom armv7  <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom

Comments

  1. Paul Dowsett 2011-06-13

    Florian In order to progress this ticket, would you please do the following: * move the environment info to the environment field * state the Titanium build date and hash * use wiki markup for code and console output Thanks
  2. Paul Dowsett 2011-06-13

    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). Also, again, please reformat your ticket, using the wiki markup provided. Kindly read the [Submitting Bug Reports](http://wiki.appcelerator.org/display/guides/Contributing+to+Titanium#ContributingtoTitanium-SubmittingBugReports) guide before raising tickets. Thank you
  3. florian bergmann 2011-06-15

    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. the result: I can't even find the point where it crashes... first 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... if you have ANY ADVICE how to reproduce a usecase i'm looking forward to hear. but 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. I would appreciate if you can have a look at this files. Maybe the app crashes because sometimes a var can be null...: {quote} 0 MYAPP 0x001184b2 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (TiCell.h:202) 1 MYAPP 0x00125404 TI::Interpreter::execute(TI::CallFrameClosure&, TI::TiValue*) (Interpreter.cpp:756) 2 MYAPP 0x000d3894 TI::arrayProtoFuncForEach(TI::TiExcState*, TI::TiObject*, TI::TiValue, TI::ArgList const&) (CachedCall.h:58) 3 MYAPP 0x001210a4 TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (Interpreter.cpp:3053) 4 MYAPP 0x00125818 TI::Interpreter::execute(TI::ProgramExecutable*, TI::TiExcState*, TI::ScopeChainNode*, TI::TiObject*, {quote}
  4. Paul Dowsett 2011-06-20

    Florian I 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. Note that you should test for null values in your javascript code, in order to avoid exceptions. Cheers
  5. Nicolai Wadstrom 2011-06-22

    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). Also tried with version 1.8.0.v20110622100240 now, gives somewhat different errors (not a bus error):
       2011-06-22 21:37:58.889 URBANiGO[8389:940b] -[UITableViewCellSelectedBackground context]: unrecognized selector sent to instance 0x6c92420
       
       [ERROR] The application has crashed with an unhandled exception. Stack trace:
       
       
       
       0   CoreFoundation                      0x0225abcc __exceptionPreprocess + 156
       
       1   libobjc.A.dylib                     0x023af5c2 objc_exception_throw + 47
       
       2   CoreFoundation                      0x0225c6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
       
       3   CoreFoundation                      0x021cc366 ___forwarding___ + 966
       
       4   CoreFoundation                      0x021cbf22 _CF_forwarding_prep_0 + 50
       
       5   URBANiGO                            0x0003c6d7 ConvertIdTiValue + 77
       
       6   URBANiGO                            0x0003dc2f KrollGetProperty + 557
       
       7   URBANiGO                            0x0026bb1f _ZN2TI16TiCallbackObjectINS_8TiObjectEE18getOwnPropertySlotEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 467
       
       8   URBANiGO                            0x00249c1a _ZNK2TI7TiValue3getEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 210
       
       9   URBANiGO                            0x00247216 cti_op_get_by_id_generic + 86
       
       10  ???                                 0x0c5a9cfa 0x0 + 207265018
       
       11  URBANiGO                            0x002048e5 _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 975
       
       12  URBANiGO                            0x0025576d _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 129
       
       13  URBANiGO                            0x001cd0ab _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 91
       
       14  URBANiGO                            0x00268796 TiObjectCallAsFunction + 454
       
       15  URBANiGO                            0x00034578 -[KrollCallback call:thisObject:] + 784
       
       16  URBANiGO                            0x00035aef -[KrollEvent invoke:] + 271
       
       17  URBANiGO                            0x0003512d -[KrollContext invoke:] + 137
       
       18  URBANiGO                            0x000377ae -[KrollContext main] + 3325
       
       19  Foundation                          0x005f4d4c -[NSThread main] + 81
       
       20  Foundation                          0x005f4cd8 __NSThread__main__ + 1387
       
       21  libSystem.B.dylib                   0x945837fd _pthread_start + 345
       
       22  libSystem.B.dylib                   0x94583682 thread_start + 34
       
       
       
       
       
       2011-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'
       
       *** Call stack at first throw:
       
       (
       
       	0   CoreFoundation                      0x0225abe9 __exceptionPreprocess + 185
       
       	1   libobjc.A.dylib                     0x023af5c2 objc_exception_throw + 47
       
       	2   CoreFoundation                      0x0225c6fb -[NSObject(NSObject) doesNotRecognizeSelector:] + 187
       
       	3   CoreFoundation                      0x021cc366 ___forwarding___ + 966
       
       	4   CoreFoundation                      0x021cbf22 _CF_forwarding_prep_0 + 50
       
       	5   URBANiGO                            0x0003c6d7 ConvertIdTiValue + 77
       
       	6   URBANiGO                            0x0003dc2f KrollGetProperty + 557
       
       	7   URBANiGO                            0x0026bb1f _ZN2TI16TiCallbackObjectINS_8TiObjectEE18getOwnPropertySlotEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 467
       
       	8   URBANiGO                            0x00249c1a _ZNK2TI7TiValue3getEPNS_10TiExcStateERKNS_10IdentifierERNS_12PropertySlotE + 210
       
       	9   URBANiGO                            0x00247216 cti_op_get_by_id_generic + 86
       
       	10  ???                                 0x0c5a9cfa 0x0 + 207265018
       
       	11  URBANiGO                            0x002048e5 _ZN2TI11Interpreter7executeEPNS_18FunctionExecutableEPNS_10TiExcStateEPNS_10TiFunctionEPNS_8TiObjectERKNS_7ArgListEPNS_14ScopeChainNodeEPNS_7TiValueE + 975
       
       	12  URBANiGO                            0x0025576d _ZN2TI10TiFunction4callEPNS_10TiExcStateENS_7TiValueERKNS_7ArgListE + 129
       
       	13  URBANiGO                            0x001cd0ab _ZN2TI4callEPNS_10TiExcStateENS_7TiValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE + 91
       
       	14  URBANiGO                            0x00268796 TiObjectCallAsFunction + 454
       
       	15  URBANiGO                            0x00034578 -[KrollCallback call:thisObject:] + 784
       
       	16  URBANiGO                            0x00035aef -[KrollEvent invoke:] + 271
       
       	17  URBANiGO                            0x0003512d -[KrollContext invoke:] + 137
       
       	18  URBANiGO                            0x000377ae -[KrollContext main] + 3325
       
       	19  Foundation                          0x005f4d4c -[NSThread main] + 81
       
       	20  Foundation                          0x005f4cd8 __NSThread__main__ + 1387
       
       	21  libSystem.B.dylib                   0x945837fd _pthread_start + 345
       
       	22  libSystem.B.dylib                   0x94583682 thread_start + 34
       
       )
       
       terminate called after throwing an instance of 'NSException'
       
       [DEBUG] App Spec: <DTiPhoneSimulatorApplicationSpecifier 0x100402e00> specified by path /Users/nicolaiw/Workspace/Dev/titaniumstudio/workspace/URBANiGO/build/iphone/build/Debug-iphonesimulator/URBANiGO.app
       [DEBUG] SDK Root: <DTiPhoneSimulatorSystemRoot 0x1004017c0> path=/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.2.sdk version=4.2 name=Simulator - iOS 4.2
       [DEBUG] using device family iphone
       [DEBUG] Session started
       [DEBUG] Session did end with error Error Domain=DTiPhoneSimulatorErrorDomain Code=1 UserInfo=0x100406060 "The simulated application quit."
       [INFO] Application has exited from Simulator
       
  6. Nicolai Wadstrom 2011-06-22

    Here's a crash report when using 1.8.0.v20110622100240 on the device:
       Incident Identifier: D5625F25-AEC1-40C1-BE8F-944330746D52
       CrashReporter Key:   86e863f395698c5c862cbb5dc757ecf84ad23e06
       Hardware Model:      iPhone3,1
       Process:         URBANiGO [2550]
       Path:            /var/mobile/Applications/2AD73B32-DE3E-469C-8B5A-040279717A30/URBANiGO.app/URBANiGO
       Identifier:      URBANiGO
       Version:         ??? (???)
       Code Type:       ARM (Native)
       Parent Process:  launchd [1]
       
       Date/Time:       2011-06-22 21:58:20.681 -0700
       OS Version:      iPhone OS 4.3.3 (8J2)
       Report Version:  104
       
       Exception Type:  EXC_BAD_ACCESS (SIGBUS)
       Exception Codes: KERN_PROTECTION_FAILURE at 0x00000014
       Crashed Thread:  12
       
       Thread 0 name:  Dispatch queue: com.apple.main-thread
       Thread 0:
       0   libsystem_kernel.dylib        	0x3558dc00 mach_msg_trap + 20
       1   libsystem_kernel.dylib        	0x3558d758 mach_msg + 44
       2   CoreFoundation                	0x309582b8 __CFRunLoopServiceMachPort + 88
       3   CoreFoundation                	0x3095a562 __CFRunLoopRun + 350
       4   CoreFoundation                	0x308eaebc CFRunLoopRunSpecific + 224
       5   CoreFoundation                	0x308eadc4 CFRunLoopRunInMode + 52
       6   GraphicsServices              	0x30269418 GSEventRunModal + 108
       7   GraphicsServices              	0x302694c4 GSEventRun + 56
       8   UIKit                         	0x30a10d62 -[UIApplication _run] + 398
       9   UIKit                         	0x30a0e800 UIApplicationMain + 664
       10  URBANiGO                      	0x00003868 main (main.m:36)
       11  URBANiGO                      	0x0000310c 0x1000 + 8460
       
       Thread 1 name:  Dispatch queue: com.apple.libdispatch-manager
       Thread 1:
       0   libsystem_kernel.dylib        	0x35590fbc kevent + 24
       1   libdispatch.dylib             	0x35261032 _dispatch_mgr_invoke + 706
       2   libdispatch.dylib             	0x3526203a _dispatch_queue_invoke + 86
       3   libdispatch.dylib             	0x352615ea _dispatch_worker_thread2 + 186
       4   libsystem_c.dylib             	0x3566758a _pthread_wqthread + 258
       5   libsystem_c.dylib             	0x35667bbc start_wqthread + 0
       
       Thread 2 name:  WebThread
       Thread 2:
       0   libsystem_kernel.dylib        	0x3558dc00 mach_msg_trap + 20
       1   libsystem_kernel.dylib        	0x3558d758 mach_msg + 44
       2   CoreFoundation                	0x309582b8 __CFRunLoopServiceMachPort + 88
       3   CoreFoundation                	0x3095a562 __CFRunLoopRun + 350
       4   CoreFoundation                	0x308eaebc CFRunLoopRunSpecific + 224
       5   CoreFoundation                	0x308eadc4 CFRunLoopRunInMode + 52
       6   WebCore                       	0x35f5327e RunWebThread(void*) + 382
       7   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       8   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 3:
       0   libsystem_kernel.dylib        	0x3558dc74 semaphore_timedwait_signal_trap + 8
       1   libsystem_kernel.dylib        	0x3558df46 semaphore_timedwait_signal + 6
       2   libsystem_c.dylib             	0x3568d812 _pthread_cond_wait + 678
       3   libsystem_c.dylib             	0x3568d9fe pthread_cond_timedwait_relative_np + 10
       4   Foundation                    	0x341eca4e -[NSCondition waitUntilDate:] + 266
       5   URBANiGO                      	0x00030428 -[KrollContext main] (KrollContext.mm:1185)
       6   Foundation                    	0x341d0382 -[NSThread main] + 38
       7   Foundation                    	0x342425c6 __NSThread__main__ + 966
       8   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       9   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 4:
       0   libsystem_kernel.dylib        	0x3558fd18 __semwait_signal + 24
       1   libsystem_c.dylib             	0x3568d860 _pthread_cond_wait + 756
       2   libsystem_c.dylib             	0x35634eb2 pthread_cond_wait + 26
       3   URBANiGO                      	0x0014a542 WTI::TCMalloc_PageHeap::scavengerThread() (FastMalloc.cpp:2304)
       4   URBANiGO                      	0x0014a56a WTI::TCMalloc_PageHeap::runScavengerThread(void*) (FastMalloc.cpp:1438)
       5   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       6   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 5 name:  com.apple.coremedia.player.async
       Thread 5:
       0   libsystem_kernel.dylib        	0x3558fd18 __semwait_signal + 24
       1   libsystem_c.dylib             	0x3568d860 _pthread_cond_wait + 756
       2   libsystem_c.dylib             	0x35634eb2 pthread_cond_wait + 26
       3   CoreMedia                     	0x3175f8f4 WaitOnCondition + 4
       4   CoreMedia                     	0x3175f83a FigSemaphoreWaitRelative + 66
       5   MediaToolbox                  	0x30ff3a64 fpa_AsyncMovieControlThread + 48
       6   CoreMedia                     	0x3177d4dc figThreadMain + 156
       7   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       8   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 6:
       0   libsystem_kernel.dylib        	0x3558dc00 mach_msg_trap + 20
       1   libsystem_kernel.dylib        	0x3558d758 mach_msg + 44
       2   CoreFoundation                	0x309582b8 __CFRunLoopServiceMachPort + 88
       3   CoreFoundation                	0x3095a562 __CFRunLoopRun + 350
       4   CoreFoundation                	0x308eaebc CFRunLoopRunSpecific + 224
       5   CoreFoundation                	0x308eadc4 CFRunLoopRunInMode + 52
       6   Foundation                    	0x341dd7f6 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 206
       7   Foundation                    	0x341d0382 -[NSThread main] + 38
       8   Foundation                    	0x342425c6 __NSThread__main__ + 966
       9   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       10  libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 7 name:  com.apple.CFSocket.private
       Thread 7:
       0   libsystem_kernel.dylib        	0x3558fc60 __select + 20
       1   CoreFoundation                	0x3095d8f2 __CFSocketManager + 582
       2   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       3   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 8:
       0   libsystem_kernel.dylib        	0x3558dc74 semaphore_timedwait_signal_trap + 8
       1   libsystem_kernel.dylib        	0x3558df46 semaphore_timedwait_signal + 6
       2   libsystem_c.dylib             	0x3568d812 _pthread_cond_wait + 678
       3   libsystem_c.dylib             	0x3568d9fe pthread_cond_timedwait_relative_np + 10
       4   Foundation                    	0x341eca4e -[NSCondition waitUntilDate:] + 266
       5   URBANiGO                      	0x00030428 -[KrollContext main] (KrollContext.mm:1185)
       6   Foundation                    	0x341d0382 -[NSThread main] + 38
       7   Foundation                    	0x342425c6 __NSThread__main__ + 966
       8   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       9   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 9:
       0   libsystem_kernel.dylib        	0x3558dc5c semaphore_wait_signal_trap + 8
       1   libsystem_kernel.dylib        	0x3558df52 semaphore_wait_signal + 2
       2   libsystem_c.dylib             	0x35664734 pthread_mutex_lock + 256
       3   URBANiGO                      	0x00180fba TI::TiLock::lock(TI::TiLockBehavior) (TiLock.cpp:88)
       4   URBANiGO                      	0x00181012 TI::TiLock::TiLock(TI::TiExcState*) (TiLock.cpp:70)
       5   URBANiGO                      	0x0018d774 TiValueUnprotect (TiValueRef.cpp:325)
       6   URBANiGO                      	0x00032ba4 -[KrollUnprotectOperation main] (KrollContext.mm:47)
       7   Foundation                    	0x341c9d14 -[__NSOperationInternal start] + 652
       8   Foundation                    	0x341c9a78 -[NSOperation start] + 16
       9   URBANiGO                      	0x0002dc76 -[KrollContext invoke:] (KrollContext.mm:824)
       10  URBANiGO                      	0x0002ff72 -[KrollContext main] (KrollContext.mm:1138)
       11  Foundation                    	0x341d0382 -[NSThread main] + 38
       12  Foundation                    	0x342425c6 __NSThread__main__ + 966
       13  libsystem_c.dylib             	0x3566630a _pthread_start + 242
       14  libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 10:
       0   libsystem_kernel.dylib        	0x3558dc74 semaphore_timedwait_signal_trap + 8
       1   libsystem_kernel.dylib        	0x3558df46 semaphore_timedwait_signal + 6
       2   libsystem_c.dylib             	0x3568d812 _pthread_cond_wait + 678
       3   libsystem_c.dylib             	0x3568d9fe pthread_cond_timedwait_relative_np + 10
       4   Foundation                    	0x341eca4e -[NSCondition waitUntilDate:] + 266
       5   URBANiGO                      	0x00030428 -[KrollContext main] (KrollContext.mm:1185)
       6   Foundation                    	0x341d0382 -[NSThread main] + 38
       7   Foundation                    	0x342425c6 __NSThread__main__ + 966
       8   libsystem_c.dylib             	0x3566630a _pthread_start + 242
       9   libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 11:
       0   libsystem_kernel.dylib        	0x355903ec __workq_kernreturn + 8
       1   libsystem_c.dylib             	0x356676d8 _pthread_wqthread + 592
       2   libsystem_c.dylib             	0x35667bbc start_wqthread + 0
       
       Thread 12 Crashed:
       0   URBANiGO                      	0x0016261a TI::Interpreter::privateExecute(TI::Interpreter::ExecutionFlag, TI::RegisterFile*, TI::TiExcState*, TI::TiValue*) (TiCell.h:202)
       1   URBANiGO                      	0x0016f726 TI::Interpreter::execute(TI::FunctionExecutable*, TI::TiExcState*, TI::TiFunction*, TI::TiObject*, TI::ArgList const&, TI::ScopeChainNode*, TI::TiValue*) (Interpreter.cpp:688)
       2   URBANiGO                      	0x00178e5e TI::TiFunction::call(TI::TiExcState*, TI::TiValue, TI::ArgList const&) (TiFunction.cpp:127)
       3   URBANiGO                      	0x001346ac TI::call(TI::TiExcState*, TI::TiValue, TI::CallType, TI::CallData const&, TI::TiValue, TI::ArgList const&) (CallData.cpp:46)
       4   URBANiGO                      	0x00184ba6 TiObjectCallAsFunction (TiObjectRef.cpp:417)
       5   URBANiGO                      	0x0003a18e -[KrollObject triggerEvent:withObject:thisObject:] (KrollObject.m:1526)
       6   URBANiGO                      	0x0002e55c -[KrollEvent invoke:] (KrollContext.mm:597)
       7   URBANiGO                      	0x0002dc8a -[KrollContext invoke:] (KrollContext.mm:828)
       8   URBANiGO                      	0x0002ff72 -[KrollContext main] (KrollContext.mm:1138)
       9   Foundation                    	0x341d0382 -[NSThread main] + 38
       10  Foundation                    	0x342425c6 __NSThread__main__ + 966
       11  libsystem_c.dylib             	0x3566630a _pthread_start + 242
       12  libsystem_c.dylib             	0x35667bb4 thread_start + 0
       
       Thread 12 crashed with ARM Thread State:
           r0: 0x04ebc900    r1: 0x2ffe4310      r2: 0x04c420c0      r3: 0x00000000
           r4: 0x2ffe4310    r5: 0x04ebc900      r6: 0x06565aa0      r7: 0x2ffe4a20
           r8: 0x00000000    r9: 0x060fa8c0     r10: 0x0000000e     r11: 0x00000003
           ip: 0x06590320    sp: 0x2ffe3b30      lr: 0x00164097      pc: 0x0016261a
         cpsr: 0x40000030
       
       Binary Images:
           0x1000 -   0x250fff +URBANiGO armv7  <e9ca7cb4f499635ea7f88c21c447a1e9> /var/mobile/Applications/2AD73B32-DE3E-469C-8B5A-040279717A30/URBANiGO.app/URBANiGO
       0x2fe00000 - 0x2fe25fff  dyld armv7  <bb9bfc7d242331d29a79adf7ef7aaa18> /usr/lib/dyld
       0x3064c000 - 0x30675fff  MobileCoreServices armv7  <57fef84bdc17301d8bf53ba0fb967fe6> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
       0x30676000 - 0x306adfff  Security armv7  <6599f42a910b3b31a0e1d98c883d61cb> /System/Library/Frameworks/Security.framework/Security
       0x306ae000 - 0x306affff  libsystem_network.dylib armv7  <39bf0f48bd8539169a77f8f61cdcd4c9> /usr/lib/system/libsystem_network.dylib
       0x306fb000 - 0x3070bfff  DataAccessExpress armv7  <66d9047da79a31daa887e6d84c42ecb2> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
       0x3070c000 - 0x3070cfff  Accelerate armv7  <7d5ad465049136afaa1f0d89aac600bc> /System/Library/Frameworks/Accelerate.framework/Accelerate
       0x30771000 - 0x3079ffff  MIME armv7  <60de1fe0bbb134d788c09f7c34b1caa4> /System/Library/PrivateFrameworks/MIME.framework/MIME
       0x307a0000 - 0x307c0fff  MobileSync armv7  <4df400c4559435889eccd88db77a110c> /System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
       0x307fa000 - 0x30806fff  HomeSharing armv7  <2df6957cdfea31aea12eebf27ca1691c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
       0x3080a000 - 0x3089ffff  ImageIO armv7  <d520e3241d1130e8ac1375ee0f2c1095> /System/Library/Frameworks/ImageIO.framework/ImageIO
       0x308ac000 - 0x308b8fff  GraphicsServices armv7  <ff78a9636e933f0dbd222f8d26209788> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x308e2000 - 0x308e5fff  CertUI armv7  <9060fe03a4943ef295531feced9a17dd> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
       0x309cd000 - 0x30a01fff  VideoToolbox armv7  <570c63dc3a273a5a8c9072fd5567f5c1> /System/Library/PrivateFrameworks/VideoToolbox.framework/VideoToolbox
       0x30a17000 - 0x30a19fff  libgcc_s.1.dylib armv7  <a2631ac302f4310dae8367939e16b7c2> /usr/lib/libgcc_s.1.dylib
       0x30a1a000 - 0x30b34fff  libicucore.A.dylib armv7  <bada0c2725bb31a483d5adf9aaf1f8df> /usr/lib/libicucore.A.dylib
       0x30b39000 - 0x30b4ffff  EAP8021X armv7  <9fefc0ada30435fbb3b51818c74f6cb8> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
       0x30bc1000 - 0x30c87fff  MusicLibrary armv7  <71a09022bd8b3b6a90a250199d190f10> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
       0x30cdd000 - 0x30ce4fff  libMobileGestalt.dylib armv7  <55f29184efcc3046bb833dd72a4487e1> /usr/lib/libMobileGestalt.dylib
       0x30ce8000 - 0x30cf0fff  MobileBluetooth armv7  <63f11756c4aa3262b2317ff3b8e2a977> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
       0x30cf1000 - 0x30cf1fff  vecLib armv7  <0c60cd0a60f43d2791d36cb357d30e3c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
       0x30d2e000 - 0x30d6bfff  CoreText armv7  <fb6a72faec2330c4b2cd33c2e9c59588> /System/Library/Frameworks/CoreText.framework/CoreText
       0x30e76000 - 0x30ec4fff  CoreMotion armv7  <58c353bb7e33361f881da07c72f4cdfb> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
       0x30f29000 - 0x3100efff  CoreFoundation armv7  <a8444f997111304c9571b3ff974b769c> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x3100f000 - 0x3101efff  MobileDeviceLink armv7  <563a09bcdb2f32369b1e22f53f58273a> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
       0x31029000 - 0x313b6fff  UIKit armv7  <c271b78464d93cb7bf28c6e49df293ba> /System/Library/Frameworks/UIKit.framework/UIKit
       0x313d7000 - 0x314c4fff  libiconv.2.dylib armv7  <f4146ce07e3031ea8a81fa5516fd77d0> /usr/lib/libiconv.2.dylib
       0x314c5000 - 0x314c6fff  libremovefile.dylib armv7  <e8858a499d663e6a9e3c188521273cc1> /usr/lib/system/libremovefile.dylib
       0x314c7000 - 0x314d1fff  AccountSettings armv7  <d083fb384dc7311eb6766b9b2d2dd9c8> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
       0x314d7000 - 0x314e0fff  CoreVideo armv7  <ea847e6dba2d36b1826b255c73b39539> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
       0x314e1000 - 0x31514fff  StoreServices armv7  <d526715648f435c3aac4c42953e76d20> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
       0x31531000 - 0x31533fff  libAccessibility.dylib armv7  <d55f1553d14831a2a5435ae27ef75ef4> /usr/lib/libAccessibility.dylib
       0x31534000 - 0x31585fff  libsqlite3.dylib armv7  <8a41cc6a6d9332308bc415d27577fd24> /usr/lib/libsqlite3.dylib
       0x3159f000 - 0x315a6fff  libbz2.1.0.dylib armv7  <0a082e1d475432959ba93aa3dbf7fb31> /usr/lib/libbz2.1.0.dylib
       0x315a7000 - 0x315eafff  ManagedConfiguration armv7  <f790c26852cb3cf298abe56bc9a3940b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
       0x315eb000 - 0x315f0fff  liblaunch.dylib armv7  <f5ccc8234aea3ebd9a88bd37f0fa23ae> /usr/lib/system/liblaunch.dylib
       0x31620000 - 0x31626fff  StoreKit armv7  <0deee3e11c7632aab98ab3c026d41e41> /System/Library/Frameworks/StoreKit.framework/StoreKit
       0x3162b000 - 0x31636fff  libz.1.dylib armv7  <ac706bee36593dc683fd5a96a389d72e> /usr/lib/libz.1.dylib
       0x31637000 - 0x31783fff  MediaToolbox armv7  <482b13059e8a329fa5d832baede25103> /System/Library/PrivateFrameworks/MediaToolbox.framework/MediaToolbox
       0x317a7000 - 0x317a7fff  libdnsinfo.dylib armv7  <21415179ffa03f949fa8cc851c6c31c7> /usr/lib/system/libdnsinfo.dylib
       0x317a8000 - 0x317a9fff  libsystem_blocks.dylib armv7  <ccc041df3de73eafb7a59e74cdb1702b> /usr/lib/system/libsystem_blocks.dylib
       0x317aa000 - 0x317cafff  PrintKit armv7  <e5a01ca9083a36afacc08611a398e2ad> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
       0x317d7000 - 0x31819fff  CoreAudio armv7  <c972fd5f8e89333ca680b9a33587f896> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
       0x3187f000 - 0x31b92fff  GeoServices armv7  <88616f3deada3bb495fc15e3ba58dc83> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
       0x31b93000 - 0x31ca5fff  MediaPlayer armv7  <da848c0745a637af81d7edd962a09324> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
       0x31da4000 - 0x31de4fff  CoreMedia armv7  <8e0570582ba535bfa74f1f00eef64376> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
       0x31dec000 - 0x31e24fff  IOKit armv7  <80ae313ad69d3363935c88e51a11862d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x31e44000 - 0x31e64fff  AppleAccount armv7  <4e0ac5cf93b338ab8c5f34ba3c5e2ee4> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
       0x31e65000 - 0x31ea1fff  libGLImage.dylib armv7  <9d97699e44ee3651ba4ac37e5adec35b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
       0x33a67000 - 0x33a6cfff  MobileKeyBag armv7  <8c35c090bc373cb181fc26b961b8dba5> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
       0x33a6d000 - 0x33a76fff  MobileWiFi armv7  <03d98d5cf6383695aa7d8a88da52f410> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
       0x33ab7000 - 0x33abafff  MediaRemote armv7  <0804293b2774359189f3a67e2c81558d> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
       0x33abb000 - 0x33ae4fff  ContentIndex armv7  <ecd71782cd833360872b943ecc65d203> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
       0x33b80000 - 0x33b83fff  ApplePushService armv7  <015c68c15621348db9f6a012499170e1> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
       0x33b84000 - 0x33bcafff  CoreTelephony armv7  <af7d1e770e5a3ffd8834a57fb5d40557> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
       0x33bcb000 - 0x33bd7fff  SpringBoardServices armv7  <c68262667ac8397a949ce4e92dfec7db> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
       0x33c40000 - 0x33c50fff  WebBookmarks armv7  <6956561235333e74b8ff316cb2edc93e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
       0x33cac000 - 0x33caefff  IOMobileFramebuffer armv7  <683f321680763e519d61541170ba2133> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
       0x33caf000 - 0x33cb4fff  libcopyfile.dylib armv7  <e57c2b9054b831d9a37119baaa4947cb> /usr/lib/system/libcopyfile.dylib
       0x33da0000 - 0x33da4fff  libGFXShared.dylib armv7  <a0772a32cd8b3b9194bb0c29807c1c5b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
       0x33da7000 - 0x33db0fff  ITSync armv7  <ba8b48d061903e4096774344448776d0> /System/Library/PrivateFrameworks/ITSync.framework/ITSync
       0x33e43000 - 0x33e9cfff  EventKit armv7  <0d4e597ee229337183e96e921a72e30a> /System/Library/Frameworks/EventKit.framework/EventKit
       0x33eda000 - 0x33edefff  AssetsLibraryServices armv7  <e1cbfe599c96369ca4bdb0dd99d3cd9f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
       0x33ee0000 - 0x33f91fff  WebKit armv7  <eb9a0d69c64b3127b2bffd71641add3b> /System/Library/PrivateFrameworks/WebKit.framework/WebKit
       0x33f92000 - 0x33f9ffff  libbsm.0.dylib armv7  <0a1e2bb78d5138419ecad8ba0fe42fdd> /usr/lib/libbsm.0.dylib
       0x33fb5000 - 0x34071fff  MapKit armv7  <9a7a16643a573b18adecdb56fa879f93> /System/Library/Frameworks/MapKit.framework/MapKit
       0x34078000 - 0x3407efff  liblockdown.dylib armv7  <14c89b7346433c1f8675f454531f6ca3> /usr/lib/liblockdown.dylib
       0x3407f000 - 0x34187fff  CoreData armv7  <9843a401dd1d322383e3e40021cc8b95> /System/Library/Frameworks/CoreData.framework/CoreData
       0x341e0000 - 0x34213fff  QuickLook armv7  <29d2d981d1d6358381f5716ee37314b4> /System/Library/Frameworks/QuickLook.framework/QuickLook
       0x34359000 - 0x3435afff  libdyld.dylib armv7  <41a7b5e5d9983449ab33affed0f635ad> /usr/lib/system/libdyld.dylib
       0x3436c000 - 0x343b3fff  MessageUI armv7  <35a81f5d4eb03467a1447db80337e570> /System/Library/Frameworks/MessageUI.framework/MessageUI
       0x343c4000 - 0x343c6fff  CrashReporterSupport armv7  <9e7efa009730322f84bbc5d8bf1ded94> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
       0x343c7000 - 0x343cafff  libmacho.dylib armv7  <43311c113a9d3182b7d007129819f029> /usr/lib/system/libmacho.dylib
       0x343cb000 - 0x343e0fff  libresolv.9.dylib armv7  <e92cfbb83f7b330db19181e797bb3f7b> /usr/lib/libresolv.9.dylib
       0x345e7000 - 0x345eafff  IOSurface armv7  <ad50e71624583d06b891344d832f9b08> /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
       0x345eb000 - 0x34639fff  GMM armv7  <049361f664eb3f30b0d25cd56ffc1f0f> /System/Library/PrivateFrameworks/GMM.framework/GMM
       0x346eb000 - 0x3474afff  libBLAS.dylib armv7  <0b36b2272aa33a8c9aa22d99c89d7189> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
       0x3474b000 - 0x347cffff  AVFoundation armv7  <eeaf5f4f822436a5bd1655f536e69879> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
       0x347d0000 - 0x347d3fff  ActorKit armv7  <f7aa6cdd654231988aafcf448978f450> /System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
       0x347d4000 - 0x347ecfff  iAd armv7  <4a54026f52883c0fa28bf7e78fc12f44> /System/Library/Frameworks/iAd.framework/iAd
       0x347fa000 - 0x34919fff  Foundation armv7  <09ff368178c5321c9715b9c8d491d53f> /System/Library/Frameworks/Foundation.framework/Foundation
       0x349e6000 - 0x34a95fff  QuartzCore armv7  <ef9632c9781f3101916b65e9faae1579> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x34a96000 - 0x34adcfff  CoreLocation armv7  <c1924042951e3df98515c7bf36093c1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
       0x34ade000 - 0x34ba2fff  libobjc.A.dylib armv7  <6b51e76fde9f381bb7b3bc5badbfee3a> /usr/lib/libobjc.A.dylib
       0x34d88000 - 0x34dbbfff  AppSupport armv7  <0217468bd9f839229a47910b7816b3d5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
       0x34dbc000 - 0x34dc3fff  AggregateDictionary armv7  <ab9777b39e8e3026ad64dc90323cad7e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
       0x34dc4000 - 0x34dc5fff  DataMigration armv7  <42e9e87a4e0735c3837e27d4f2adcf55> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
       0x34dc6000 - 0x34ee7fff  CoreGraphics armv7  <65f6c8701b563542820a26b0dfc4f6a4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x34f28000 - 0x35215fff  libLAPACK.dylib armv7  <b855d60dac01310495453bddfd004f0d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
       0x35241000 - 0x35276fff  AddressBook armv7  <3f2071a77bc134cd82065eef90d4082f> /System/Library/Frameworks/AddressBook.framework/AddressBook
       0x35277000 - 0x35336fff  CFNetwork armv7  <b09e0d53de9f3bc8bde494780f3cdd4f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x35337000 - 0x35350fff  libRIP.A.dylib armv7  <4825c3e392983aba947eca06555e4480> /System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
       0x35471000 - 0x355c5fff  AudioToolbox armv7  <6619c8c13f8d328e923e797fa8d0df23> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
       0x3562d000 - 0x35651fff  MediaControl armv7  <1cfc7d79f554357ab59eb69f9efebf07> /System/Library/PrivateFrameworks/MediaControl.framework/MediaControl
       0x35652000 - 0x35654fff  MailServices armv7  <74ae0145ef713c6d91fd8f68885b0a61> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
       0x35666000 - 0x35667fff  CoreSurface armv7  <7b83cd757da73e6e826693c29296d3fa> /System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
       0x3566c000 - 0x35715fff  libxml2.2.dylib armv7  <5538d3f2c7d83b88b06168488fe6326b> /usr/lib/libxml2.2.dylib
       0x35740000 - 0x35745fff  libsystem_dnssd.dylib armv7  <c7cfe523e2d73521abc01587313ef730> /usr/lib/system/libsystem_dnssd.dylib
       0x35833000 - 0x35850fff  libsystem_info.dylib armv7  <48016be86e3f3cd9aeee1c6590e1ac6f> /usr/lib/system/libsystem_info.dylib
       0x35851000 - 0x3585bfff  ExternalAccessory armv7  <eebb4bdbbefb37419b884ffa011e1dc5> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
       0x3588a000 - 0x3589cfff  PersistentConnection armv7  <659ea9d5b13d3fefb37acff09016a69c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
       0x3589d000 - 0x358a1fff  libcache.dylib armv7  <d2f7fd2a352b3cd59c564be34b53cf80> /usr/lib/system/libcache.dylib
       0x358a2000 - 0x358affff  libdispatch.dylib armv7  <9a0511ad5ebc3db898f1f49ed1a73d34> /usr/lib/system/libdispatch.dylib
       0x358e0000 - 0x3591ffff  libSystem.B.dylib armv7  <33dcf9a403ae3fd5971d6030ada2fcab> /usr/lib/libSystem.B.dylib
       0x35920000 - 0x35920fff  libCVMSPluginSupport.dylib armv7  <42d8aa2a31843a6e8bfff745644a7ba5> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
       0x35921000 - 0x359befff  AddressBookUI armv7  <e354aeb3d96e30338e90cc3638ffe81b> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
       0x359bf000 - 0x35a2efff  ProofReader armv7  <6d843c6aecdd37ae84baa40af8ad7e65> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
       0x35a2f000 - 0x35a84fff  libvDSP.dylib armv7  <0221caba81a235c5a896a835e2aac047> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
       0x35a8b000 - 0x35a91fff  IAP armv7  <c0f4c99a1b493e489948f231ad9238e2> /System/Library/PrivateFrameworks/IAP.framework/IAP
       0x35bc1000 - 0x35bc4fff  CaptiveNetwork armv7  <fc834fd33a18341ea7506587ad895703> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
       0x35bc5000 - 0x35bdcfff  libsystem_kernel.dylib armv7  <a06ec84e53bf32098b63c0caebdb45b6> /usr/lib/system/libsystem_kernel.dylib
       0x35c27000 - 0x35c2afff  ArtworkCache armv7  <4863e321afee3ac5a3749e50cd926597> /System/Library/PrivateFrameworks/ArtworkCache.framework/ArtworkCache
       0x35c2b000 - 0x35c75fff  libstdc++.6.dylib armv7  <b2cac408951c3f3c9ba3cf563e54ce81> /usr/lib/libstdc++.6.dylib
       0x35c76000 - 0x35c78fff  MobileInstallation armv7  <94b6d6c5d9883175af26764567528127> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
       0x35c7a000 - 0x35cfbfff  libsystem_c.dylib armv7  <a7077267b6743ed3bbdd86d4380c75d9> /usr/lib/system/libsystem_c.dylib
       0x35cfc000 - 0x35d34fff  libCGFreetype.A.dylib armv7  <ccea634795153164a681f0f311f4461d> /System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
       0x35d37000 - 0x35dddfff  Celestial armv7  <7fbd02fa664b33babaf0327c320d1491> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
       0x36160000 - 0x36264fff  JavaScriptCore armv7  <61a94142e2d23dafa2964190dd46e9e3> /System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
       0x36265000 - 0x36278fff  libmis.dylib armv7  <529ea6e3a87230ce9f6cf3285c22429c> /usr/lib/libmis.dylib
       0x362c2000 - 0x362e1fff  Bom armv7  <b178e3efb4d733c694bd5a55e57a314f> /System/Library/PrivateFrameworks/Bom.framework/Bom
       0x3630d000 - 0x3633bfff  DataAccess armv7  <3a2e67aa1d8834b7a8fc2fbb56654b15> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
       0x36380000 - 0x363b3fff  iCalendar armv7  <34ce1957082f3518b5740ac33cfc92eb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
       0x36509000 - 0x36593fff  Message armv7  <2cce1aa95a493906bb0227197f9e4b96> /System/Library/PrivateFrameworks/Message.framework/Message
       0x36594000 - 0x36b9ffff  WebCore armv7  <07941e59d0a33f94802c16c76238fddf> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
       0x36ba0000 - 0x36ba6fff  ProtocolBuffer armv7  <f9277ee9b85b3722975ad319a323aca0> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
       0x36bb2000 - 0x36bc1fff  Notes armv7  <d9c976ca976e3d029f69febd48f17601> /System/Library/PrivateFrameworks/Notes.framework/Notes
       0x36c74000 - 0x36ca3fff  SystemConfiguration armv7  <1d73b8a159363f96bb9c039655c5eae6> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
       0x36cad000 - 0x36cbbfff  OpenGLES armv7  <5a76beaeaa013f0cbf16e5cb154598ab> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
       0x36cce000 - 0x36cd3fff  libnotify.dylib armv7  <9d7198e91de9386a9e5ea43608a66a57> /usr/lib/system/libnotify.dylib
       0x36dd6000 - 0x36dd6fff  libsystem_sandbox.dylib armv7  <f47c01d627853b328e088b3fdd08e87d> /usr/lib/system/libsystem_sandbox.dylib
       
  7. Paul Dowsett 2011-06-23

    Nicolai Please remember to use the wiki markup when posting code or console output. Would you please provide some code that will allow us to reproduce this on our systems? Thanks
  8. Paul Dowsett 2011-06-25

    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.
  9. Reggie Seagraves 2011-07-28

    It is quite probable that our upgrade to the JavaScriptCore has fixed this issue, however without a reproducible use case, we cannot confirm this.
  10. tom quas 2011-08-12

    1.7.2 seems not to fix this issue; can we revive this ticket?
  11. florian bergmann 2011-08-12

    sorry but this is not fixed in 1.7.2... is the javascript core update already included in this version?
  12. Bojan Markoski 2011-08-22

    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. I am using 1.7.2 Ti stable build.
  13. Lee Morris 2017-03-30

    Closing ticket as the issue cannot be reproduced with the latest builds.

JSON Source