[UIRemoteKeyboardWindow release]: message sent to deallocated instance - ios

I've tried multiple variations of this,but none of them seem to work. Any ideas?
crash in auto release pool.
Crash log:
2016-11-25 10:34:44.659 DHOTT[60818:1388887] [DEBUG][2016/11/25 10:34:44.659422]has UIRemoteKeyboardWindow > at DHToast.m:190 lines
2016-11-25 10:34:44.662 DHOTT[60818:1382729] *** -[UIRemoteKeyboardWindow release]: message sent to deallocated instance 0x7c555c00
(lldb) po 0x7c555c00
2016-11-25 10:38:03.920 DHOTT[60818:1382729] *** -[UIRemoteKeyboardWindow respondsToSelector:]: message sent to deallocated instance 0x7c555c00
Crash stack:
Incident Identifier: F7B960B4-C2CD-4FDE-8851-7678AF5C6CFA
CrashReporter Key: 767929adc7679416f668cc342d827b3c4cc1e57d
Hardware Model: iPhone8,2
Process: [799]
Path: /private/var/mobile/Containers/Bundle/Application/FFF13FF6-19C7-4A65-8447-F1983064C685/
Identifier: com.dada.dh.share
Version: 20161107152706 (1.0.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2016-11-07 16:16:07.07 +0800
Launch Time: 2016-11-07 15:34:04.04 +0800
OS Version: iOS 9.2 (13C75)
Report Version: 105
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010
Triggered by Thread: 0
Filtered syslog:
None found
Global Trace Buffer (reverse chronological seconds):
47.145841 AppleJPEG 0x00000001828d4ff4 [0x160182c00] Decoding completed without errors
47.147908 AppleJPEG 0x00000001828d318c [0x60182c00] Options: 1x148 [000000DA,FFFFFFFF] FFFFFFFF
47.147908 AppleJPEG 0x00000001828d3044 [0x160182c00] Decoding: C0 0x009400DA 0x0000304A 0x22111100 0x00000000 5137
47.149789 AppleJPEG 0x00000001828d2338 [0x160182c00] Created session
47.294822 AppleJPEG 0x00000001828d4ff4 [0x160047000] Decoding completed without errors
47.295489 AppleJPEG 0x00000001828d318c [0x160047000] Options: 132x99 [FFFFFFFF,FFFFFFFF] 00025060
47.295489 AppleJPEG 0x00000001828d3044 [0x160047000] Decoding: C0 0x00840063 0x0000304A 0x22111100 0x00000000 3512
47.296253 AppleJPEG 0x00000001828d2338 [0x60047000] Created session
48.979907 AppleJPEG 0x00000001828d4ff4 [0x160272c00] Decoding completed without errors
48.980227 AppleJPEG 0x00000001828d318c [0x160272c00] Options: 400x225 [FFFFFFFF,FFFFFFFF] 00025060
48.980227 AppleJPEG 0x00000001828d3044 [0x160272c00] Decoding: C0 0x019000E1 0x0000304A 0x22111100 0x00000000 11482
48.980228 AppleJPEG 0x00000001828d4ff4 [0x160284c00] Decoding completed without errors
48.981071 AppleJPEG 0x00000001828d318c [UNSUP] Options: 23078988x-1879048192 [E1000001,FF000000] FFFFFFFF
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libobjc.A.dylib 0x00000001808edbd0 objc_msgSend + 16
1 CoreFoundation 0x00000001811593e0 -[__NSArrayM dealloc] + 152
2 libobjc.A.dylib 0x00000001808f5ae8 (anonymous namespace)::AutoreleasePoolPage::pop(void*) + 508
3 CoreFoundation 0x000000018115142c _CFAutoreleasePoolPop + 28
4 CoreFoundation 0x0000000181222a20 __CFRunLoopRun + 1636
5 CoreFoundation 0x0000000181151680 CFRunLoopRunSpecific + 384
6 GraphicsServices 0x0000000182660088 GSEventRunModal + 180
7 UIKit 0x0000000185fc8d90 UIApplicationMain + 204
8 DHOTT 0x00000001002e286c main (main.m:16)
9 libdyld.dylib 0x0000000180cf28b8 start + 4

you can eidt your scheme, check the diagnostics->Zombie Objects.
Then ,repeat your crash ,in console you will see which object was release.

Related

iOS Swift app random EXC_BAD_ACCESS crash: swift_bridgeObjectRetain swift_retain swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1>

I keep getting random crash reports from random users. Unfortunately, I am unable to reproduce this on my end on a regular basis. Users say that the crash happens randomly in the DiscussionViewController. All crash reports have this similar:
0 libswiftCore.dylib 0x00000001a53face4 swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1> >::incrementSlow(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 60 (atomic:1003)
1 libswiftCore.dylib 0x00000001a53c59e0 swift_retain + 124 (RefCount.h:813)
2 libswiftCore.dylib 0x00000001a5401d60 swift_bridgeObjectRetain + 56 (SwiftObject.mm:585)
3 APPNAME 0x0000000102b59734 closure #1 in DiscussionViewController.fetchPostData() + 7916
Here's the full crash log and the thread which crashed:
Hardware Model: iPhone11,6
Process: APPNAME [11770]
Path: /private/var/containers/Bundle/Application/.../APPNAME.app/APPNAME
Identifier: ----
Version: 62 (62)
AppStoreTools: 12E262
AppVariant: 1:iPhone11,6:13
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: ---- [1824]
Date/Time: 2021-06-17 12:07:01.4346 +1000
Launch Time: 2021-06-17 12:06:56.4993 +1000
OS Version: iPhone OS 14.6 (18F72)
Release Type: User
Baseband Version: 3.04.01
Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x8000000000000010 -> 0x0000000000000010 (possible pointer authentication failure)
VM Region Info: 0x10 is not in any region. Bytes before following region: 4339515376
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
UNUSED SPACE AT START
--->
__TEXT 102a7c000-102a94000 [ 96K] r-x/r-x SM=COW ...APPNAME.app/APPNAME
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [11770]
Triggered by Thread: 3
Thread 3 name:
Thread 3 Crashed:
0 libswiftCore.dylib 0x00000001a53face4 swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1> >::incrementSlow(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 60 (atomic:1003)
1 libswiftCore.dylib 0x00000001a53c59e0 swift_retain + 124 (RefCount.h:813)
2 libswiftCore.dylib 0x00000001a5401d60 swift_bridgeObjectRetain + 56 (SwiftObject.mm:585)
3 APPNAME 0x0000000102b59734 closure #1 in DiscussionViewController.fetchPostData() + 7916
4 APPNAME 0x0000000102ad09d4 thunk for #escaping #callee_guaranteed (#guaranteed Data?, #guaranteed NSURLResponse?, #guaranteed Error?) -> () + 132 (<compiler-generated>:0)
5 CFNetwork 0x00000001a1b0a3dc __40-[__NSURLSessionLocal taskForClassInfo:]_block_invoke + 540 (LocalSession.mm:687)
6 CFNetwork 0x00000001a1b1c768 __49-[__NSCFLocalSessionTask _task_onqueue_didFinish]_block_invoke + 244 (LocalSessionTask.mm:584)
7 libdispatch.dylib 0x00000001a10d1a84 _dispatch_call_block_and_release + 32 (init.c:1466)
8 libdispatch.dylib 0x00000001a10d381c _dispatch_client_callout + 20 (object.m:559)
9 libdispatch.dylib 0x00000001a10db004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
10 libdispatch.dylib 0x00000001a10dbc34 _dispatch_lane_invoke + 456 (queue.c:3862)
11 libdispatch.dylib 0x00000001a10e64bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
12 libsystem_pthread.dylib 0x00000001ed04a7a4 0x1ed047000 + 14244
13 libsystem_pthread.dylib 0x00000001ed05174c 0x1ed047000 + 42828
I have verified that the DiscussionViewController.fetchPostData() is not force unwrapping any optionals, doesn't have try! and is using [weak self] and self? everywhere. The function is pretty big so I am having a hard time narrowing down where the crash is occurring.

Application crash when hook popViewControllerAnimated

I hook the method popViewControllerAnimated .sometime i receive the crash
I need to resolve the crash but I'm stuck here so any help is highly appreciated.
Incident Identifier: 19B778C7-623F-40D4-871E-EDF3C16240DB
CrashReporter Key: TODO
Hardware Model: iPhone6,2
Version: 8.2.2 (1814)
Code Type: ARM-64
Parent Process: launchd [1]
Date/Time: 2017-07-02 14:41:07 +0000
OS Version: iPhone OS 8.3 (12F70)
Report Version: 104
Exception Type: SIGSEGV
Exception Codes: SEGV_ACCERR at 0x10
Crashed Thread: 0
Thread 0 Crashed:
0 libobjc.A.dylib objc_msgSend + 16
1 UIKit -[UINavigationController _customTransitionController:] + 320
2 UIKit _popViewControllerNormal + 412
3 UIKit -[UINavigationController _popViewControllerWithTransition:allowPoppingLast:] + 644
4 UIKit -[UINavigationController popViewControllerAnimated:] + 572
5 METDyldCollection -[UINavigationController(KMNavigationBarTransition) km_popViewControllerAnimated:] (UINavigationController+KMNavigationBarTransition.m:94)
6 imeituan -[UINavigationController(HTKPushPopHook) pushpop_hook_popViewControllerAnimated:] (UINavigationController+HTKPushPopHook.m:50)
7 METDyldCollection __67-[SAKTransitionSafeNavigationController popViewControllerAnimated:]_block_invoke (SAKTransitionSafeNavigationController.m:75)
8 METDyldCollection -[SAKTransitionSafeNavigationController addTransitionBlock:] (SAKTransitionSafeNavigationController.m:167)
9 METDyldCollection -[SAKTransitionSafeNavigationController popViewControllerAnimated:] (SAKTransitionSafeNavigationController.m:73)
10 METDyldCollection -[MLNavigationController popViewControllerAnimated:] (MLNavigationController.m:51)

App crashing on second launch only after upgrading from iOS8 to iOS 9.2

I have a SceneKit project that launches and runs perfectly. Then once closed and relaunched, either through Xcode or on the device itself (closed from background and relaunched) it crashes instantly throwing to bad access.
The intriguing thing about this is that I open a back up of the project from months ago which did not have this problem and it causes the same problem. The only difference is I'm running Xcode 7 and iOS 9.2 on my test device now where as I was using iOS 8.
The target of the project is still iOS 8.
Also it's worth noting it happens in the simulator as well.
edit: Apologies for the broad question, I was looking for a known iOS issue rather than a magical fix without code.
Crash Log
Incident Identifier: 676B8947-EF5F-4C97-8290-8FE337413E4B
CrashReporter Key: 9b475d8cebee657e23490f227c1da0af5969c462
Hardware Model: iPhone8,1
Process: Control [1617]
Path: /private/var/mobile/Containers/Bundle/Application/E6B75EF7-E649-4D46-9B33-4156ECF64458/Control.app/Control
Version: 1 (1.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2015-12-28 23:14:08.08 +1100
Launch Time: 2015-12-28 23:14:07.07 +1100
OS Version: iOS 9.2 (13C75)
Report Version: 105
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000100012140
Triggered by Thread: 7
Filtered syslog:
None found
Global Trace Buffer (reverse chronological seconds):
6148914689.570968 AppleJPEG 0x0000000182a9eb54 [0x14c8a8e00] Releasing session
6148914689.570969 AppleJPEG 0x0000000182aa0ff4 [0x14c8a8e00] Decoding completed without errors
6148914689.572388 AppleJPEG 0x0000000182a9f18c [0x14c8a8e00] Options: 256x256 [FFFFFFFF,FFFFFFFF] 00025060
6148914689.572388 AppleJPEG 0x0000000182a9f044 [0x14c8a8e00] Decoding: C0 0x01000100 0x0000354A 0x11111100 0x00000000 20945
6148914689.574243 AppleJPEG 0x0000000182a9e338 [0x14c8a8e00] Created session
6148914689.574243 AppleJPEG 0x0000000182a9eb54 [0x14c8a8e00] Releasing session
6148914689.574243 AppleJPEG 0x0000000182a9e338 [0x14c8a8e00] Created session
6148914689.574243 AppleJPEG 0x0000000182a9eb54 [0x14c8a8e00] Releasing session
6148914689.578250 AppleJPEG 0x0000000182a9e338 [0x14c8a8e00] Created session
6148914689.578250 AppleJPEG 0x0000000182a9eb54 [0x14c8a8e00] Releasing session
6148914689.578250 AppleJPEG 0x0000000182a9e338 [0x14c8a8e00] Created session
6148914689.578250 AppleJPEG 0x0000000182a9eb54 [0x14c8a8e00] Releasing session
6148914689.650289 AppleJPEG 0x0000000182a9e338 [0x14c8a8e00] Created session
6148914689.650289 AppleJPEG 0x0000000182a9eb54 [0x14d0f9c00] Releasing session
6148914689.651874 AppleJPEG 0x0000000182a9e338 [0x14d0f9c00] Created session
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0:
0 libsystem_kernel.dylib 0x0000000180fc14bc mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000180fc1338 mach_msg + 72
2 CoreFoundation 0x00000001813f0ac0 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001813ee7c4 __CFRunLoopRun + 1032
4 CoreFoundation 0x000000018131d680 CFRunLoopRunSpecific + 384
5 GraphicsServices 0x000000018282c088 GSEventRunModal + 180
6 UIKit 0x0000000186194d90 UIApplicationMain + 204
7 Control 0x00000001000e9e48 0x1000d0000 + 106056
8 libdyld.dylib 0x0000000180ebe8b8 start + 4
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x0000000180fdd4fc kevent_qos + 8
1 libdispatch.dylib 0x0000000180ea094c _dispatch_mgr_invoke + 232
2 libdispatch.dylib 0x0000000180e8f7bc _dispatch_source_invoke + 0
Thread 2:
0 libsystem_kernel.dylib 0x0000000180fdcb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001810a1530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x00000001810a1020 start_wqthread + 4
Thread 3:
0 libsystem_kernel.dylib 0x0000000180fdcb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001810a1530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x00000001810a1020 start_wqthread + 4
Thread 4:
0 libsystem_kernel.dylib 0x0000000180fdcb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001810a1530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x00000001810a1020 start_wqthread + 4
Thread 5:
0 libsystem_kernel.dylib 0x0000000180fdcb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001810a1530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x00000001810a1020 start_wqthread + 4
Thread 6:
0 libsystem_kernel.dylib 0x0000000180fdcb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x00000001810a1530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x00000001810a1020 start_wqthread + 4
Thread 7 name: Dispatch queue: com.apple.scenekit.renderingQueue.GameView0x14c65dd30
Thread 7 Crashed:
0 libdispatch.dylib 0x0000000180e90090 dispatch_semaphore_signal + 4
1 Jet 0x000000018eb21f80 jet_context::clear_fenced_buffers(std::__1::shared_ptr<jet_fence>) + 100
2 Jet 0x000000018eb2d834 jet_context_Metal::create_fence() + 168
3 Jet 0x000000018eb2d6c4 jet_context_Metal::commit() + 36
4 Jet 0x000000018eb2bf50 jet_context_Metal::begin_render_pass(jet_framebuffer*) + 156
5 Jet 0x000000018eb1fdc0 jet_context::execute_command_buffer(jet_command_buffer*) + 1528
6 Jet 0x000000018eb200f0 jet_context::submit_command_buffer_impl(jet_command_buffer*) + 56
7 SpriteKit 0x000000018ed16764 SKCRenderer::flushRenderOps() + 272
8 SpriteKit 0x000000018ed1883c SKCRenderer::render(SKCNode*, float vector[4], std::__1::shared_ptr<jet_framebuffer> const&, unsigned int vector[4], matrix_float4x4, bool, NSDictionary*, SKCStats*, SKCStats*) + 1740
9 SpriteKit 0x000000018ec83e74 -[SKSCNRenderer renderWithEncoder:pass:commandQueue:] + 520
10 SceneKit 0x000000018f825c08 -[SCNRenderer _drawOverlaySceneAtTime:] + 316
11 SceneKit 0x000000018f88403c __C3DEngineContextRenderPassInstance + 628
12 SceneKit 0x000000018f885020 C3DEngineContextRenderMainTechnique + 1352
13 SceneKit 0x000000018f824d28 -[SCNRenderer _renderScene:sceneTime:] + 364
14 SceneKit 0x000000018f824e78 -[SCNRenderer _drawSceneWithNewRenderer:] + 264
15 SceneKit 0x000000018f825378 -[SCNRenderer _drawScene:] + 84
16 SceneKit 0x000000018f82567c -[SCNRenderer _draw] + 636
17 SceneKit 0x000000018f87ea6c -[SCNView _drawAtTime:] + 464
18 SceneKit 0x000000018f8553a8 __49-[SCNDisplayLink _callbackWithTime:andDeltaTime:]_block_invoke + 96
19 libdispatch.dylib 0x0000000180e8d630 _dispatch_call_block_and_release + 24
20 libdispatch.dylib 0x0000000180e8d5f0 _dispatch_client_callout + 16
21 libdispatch.dylib 0x0000000180e99634 _dispatch_queue_drain + 864
22 libdispatch.dylib 0x0000000180e910f4 _dispatch_queue_invoke + 464
23 libdispatch.dylib 0x0000000180e9b504 _dispatch_root_queue_drain + 728
24 libdispatch.dylib 0x0000000180e9daa8 _dispatch_worker_thread + 124
25 libsystem_pthread.dylib 0x00000001810a3b28 _pthread_body + 156
26 libsystem_pthread.dylib 0x00000001810a3a8c _pthread_body + 0
27 libsystem_pthread.dylib 0x00000001810a1028 thread_start + 4
Thread 7 crashed with ARM Thread State (64-bit):
x0: 0x0000000100012100 x1: 0x000000016e35e300 x2: 0x0000000000000002 x3: 0x000000014c685660
x4: 0x0000000000000001 x5: 0x0000000000000000 x6: 0x0000000180a9d974 x7: 0x0000000000000000
x8: 0x000000014c662200 x9: 0x0000008a00012000 x10: 0x0000000100012140 x11: 0x0000000000000000
x12: 0x0000000000049410 x13: 0x0000000000049410 x14: 0x00000000ffffffff x15: 0x00000000ffffffec
x16: 0x0000000180e9008c x17: 0x000000018edbd848 x18: 0x0000000000000000 x19: 0x000000014c6aeb60
x20: 0x000000016e35e300 x21: 0x000000014c6d0ea0 x22: 0x000000014c684ba0 x23: 0x000000014c65a080
x24: 0x000000014c6f6fc0 x25: 0x000000014c685660 x26: 0x00000000000003c0 x27: 0x0000000000000280
x28: 0x000000014d908df0 fp: 0x000000016e35e2f0 lr: 0x000000018eb21f80
sp: 0x000000016e35e2c0 pc: 0x0000000180e90090 cpsr: 0x00000000
The crash is in the renderer. I wonder if you are tickling a bug in Metal? That's the default renderer now, but it was OpenGL in the iOS 8 SDK.
Take a look at SCNView SCNPreferredRenderingAPI:
SceneKit attempts to initialize a view using the preferred API you specify in the initWithFrame:options: initializer; if the current device does not support the preferred API, SceneKit automatically falls back to a supported API. After initialization, use the renderingAPI property to find out whether a fallback occurred. For example, if you specify the SCNRenderingAPIMetal option when initializing a view on an iOS device that does not support Metal, SceneKit defaults to the SCNRenderingAPIOpenGLES2 option instead.
Since you're targeting iOS 8, though, you can't use that property. But you can set the preferred renderer using your Info.plist. Try that and see if the behavior changes.
It appears to be stemming from a known bug in 9.2 related to SpriteKit particle emitters. Removing the node or lowering the birthrate has stopped the crashing.

EXC_BREAKPOINT (SIGTRAP)

I am working on iBeacon technology and SIGTRAP occurred at "[CoreLocationHandler locationManager:didRangeBeacons:inRegion:]" delegate method.
Inside this delegate method I am running a task over DISPATCH_QUEUE_SERIAL, and using #autoreleasepool block to save data locally.
This queue is returned by a static method of a singleton class, so I am not releasing this queue anywhere since various classes are using it. But still I am receiving SIGTRAP crash. Following is the important info regarding crash report.
CRASH REPORT
Date/Time: 2015-11-18 06:34:02.920 +0000
Launch Time: 2015-11-18 06:28:56.798 +0000
OS Version: iOS 8.0.2 (12A405)
Report Version: 105
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000000000defe
Triggered by Thread: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:<br/>
0 libdispatch.dylib 0x3276f6ac _os_object_retain + 32
1 libobjc.A.dylib 0x32229474 objc_retainAutoreleaseReturnValue + 4
2 MyApp 0x000cf020 -[BusinessLayer initWithBeaconArray:withLocationManager:withDelegate:] (BusinessLayer.m:81)
3 MyApp 0x000e51fe -[CoreLocationHandler locationManager:didRangeBeacons:inRegion:] (CoreLocationHandler.m:319)
4 CoreLocation 0x2522049e 0x25212000 + 58526
5 CoreLocation 0x2521ad06 0x25212000 + 36102
6 CoreLocation 0x25214af4 0x25212000 + 10996
7 CoreFoundation 0x24b275b2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 10
8 CoreFoundation 0x24b26874 __CFRunLoopDoBlocks + 212
9 CoreFoundation 0x24b253ae __CFRunLoopRun + 1710
10 CoreFoundation 0x24a7361c CFRunLoopRunSpecific + 472
11 CoreFoundation 0x24a7342e CFRunLoopRunInMode + 102
12 GraphicsServices 0x2be220a4 GSEventRunModal + 132
13 UIKit 0x2805e354 UIApplicationMain + 1436
14 MyApp 0x000e815c main (main.m:16)
15 libdyld.dylib 0x3278eaac start + 0

Understanding Crash log for iOS iPad, iPhone

I am facing a problem with reading crash logs in iOS. I updated the app then sent it to App store. Now I am getting crash reports. I want to fix these crashes but I couldn't read the log.
Where is the actual error message?
Here is the log:
Incident Identifier: B2A90B2D-931C-49CC-B357-21372248E0BC
CrashReporter Key: 634bf464908ebe6c51ac2ffd13270a80859ccf34
Hardware Model: xxx
Process: DronaWithStoryBoard [1023]
Path: /private/var/mobile/Containers/Bundle/Application/8FB555CC-32AE-465B-B1AB-AF3F5E31CAF4/DronaWithStoryBoard.app/DronaWithStoryBoard
Identifier: com.deltecs.DronaLite
Version: 3.0.0 (6.0.0)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time: 2015-10-30 13:47:12.12 -0700
Launch Time: 2015-10-30 13:47:12.12 -0700
OS Version: iOS 9.1 (13B143)
Report Version: 105
Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Filtered syslog:
None found
Global Trace Buffer (reverse chronological seconds):
6148914687.966154 CFNetwork 0x0000000185235928 TCP Conn 0x14f762cc0 starting SSL negotiation
6148914687.966585 CFNetwork 0x0000000185235928 TCP Conn 0x14f648d80 starting SSL negotiation
6148914687.966619 CFNetwork 0x00000001852d7a30 TCP Conn 0x14f762cc0 complete. fd: 13, err: 0
6148914687.967027 CFNetwork 0x00000001852d7a30 TCP Conn 0x14f648d80 complete. fd: 7, err: 0
6148914687.968015 CFNetwork 0x00000001852d8f5c TCP Conn 0x14f762cc0 event 1. err: 0
6148914687.968440 CFNetwork 0x00000001852d8f5c TCP Conn 0x14f648d80 event 1. err: 0
6148914688.053584 CFNetwork 0x00000001852d9034 TCP Conn 0x14f762cc0 started
6148914688.053584 CFNetwork 0x00000001852d9034 TCP Conn 0x14f648d80 started
6148914688.055810 CFNetwork 0x000000018532e608 Creating default cookie storage with default identifier
6148914688.055810 CFNetwork 0x000000018532e5d4 Faulting in CFHTTPCookieStorage singleton
6148914688.055843 CFNetwork 0x0000000185380394 Faulting in NSHTTPCookieStorage singleton
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 CoreGraphics 0x0000000185de4620 0x185d88000 + 378400
1 CoreGraphics 0x0000000185d9c194 0x185d88000 + 82324
2 CoreGraphics 0x0000000185d9af28 0x185d88000 + 77608
3 CoreGraphics 0x0000000185d96d34 0x185d88000 + 60724
4 CoreGraphics 0x0000000185d94bd0 0x185d88000 + 52176
5 libRIP.A.dylib 0x0000000186101670 0x1860f8000 + 38512
6 libRIP.A.dylib 0x0000000186100a7c 0x1860f8000 + 35452
7 CoreGraphics 0x0000000185e2d08c 0x185d88000 + 675980
8 QuartzCore 0x000000018a90e0a8 0x18a8b4000 + 368808
9 QuartzCore 0x000000018a90d710 0x18a8b4000 + 366352
10 QuartzCore 0x000000018a90e6fc 0x18a8b4000 + 370428
11 QuartzCore 0x000000018a90d724 0x18a8b4000 + 366372
12 DronaWithStoryBoard 0x0000000100181618 0x10009c000 + 939544
13 DronaWithStoryBoard 0x0000000100181d2c 0x10009c000 + 941356
14 QuartzCore 0x000000018a8db4d8 0x18a8b4000 + 160984
15 QuartzCore 0x000000018a8bd944 0x18a8b4000 + 39236
16 QuartzCore 0x000000018a8bd630 0x18a8b4000 + 38448
17 QuartzCore 0x000000018a8bccc0 0x18a8b4000 + 36032
18 QuartzCore 0x000000018a8bca08 0x18a8b4000 + 35336
19 QuartzCore 0x000000018a8b60f8 0x18a8b4000 + 8440
20 CoreFoundation 0x0000000185aebbd0 0x185a10000 + 900048
21 CoreFoundation 0x0000000185ae9974 0x185a10000 + 891252
22 CoreFoundation 0x0000000185a18cc0 0x185a10000 + 36032
23 UIKit 0x000000018b1361c8 0x18b0b0000 + 549320
24 UIKit 0x000000018b130ffc 0x18b0b0000 + 528380
25 DronaWithStoryBoard 0x00000001000ac224 0x10009c000 + 66084
26 libdyld.dylib 0x000000019b1ca8b8 0x19b1c8000 + 10424
use crashlytics framework provided by twitter and supported by apple.... which will automatically generate detailed crash logs with exact problem at exact location in code. Best of luck

Resources