[TIMOB-4493] Bus Error: KERN_PROTECTION_FAILURE
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2011-08-01T09:29:14.000+0000 |
Affected Version/s | Release 1.7.1 |
Fix Version/s | Sprint 2011-31 |
Components | iOS |
Labels | crash |
Reporter | florian bergmann |
Assignee | Reggie Seagraves |
Created | 2011-06-13T06:12:07.000+0000 |
Updated | 2017-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
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
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
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}
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
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):
Here's a crash report when using 1.8.0.v20110622100240 on the device:
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
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.
It is quite probable that our upgrade to the JavaScriptCore has fixed this issue, however without a reproducible use case, we cannot confirm this.
1.7.2 seems not to fix this issue; can we revive this ticket?
sorry but this is not fixed in 1.7.2... is the javascript core update already included in this version?
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.
Closing ticket as the issue cannot be reproduced with the latest builds.