0% found this document useful (0 votes)
28 views1 page

Qiscus - Crash

The document details a crash log from an iOS application. It lists the stack trace with the sequence of method calls that led to the crash. The crash occurred on the main thread during initialization of some configuration objects when setting up the application.

Uploaded by

rbrianr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

Qiscus - Crash

The document details a crash log from an iOS application. It lists the stack trace with the sequence of method calls that led to the crash. The crash occurred on the main thread during initialization of some configuration objects when setting up the application.

Uploaded by

rbrianr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Crashed: com.apple.

main-thread
0 Qiscus 0x1008598c4 QiscusAssetsConfiguration.init()
(QiscusAssetsConfiguration.swift:15)
1 Qiscus 0x100859258
globalinit_33_61F4E8F8E0CEA61610CF1C65B98ABBEA_func29
(QiscusAssetsConfiguration.swift:13)
2 libdispatch.dylib 0x184b161bc _dispatch_client_callout + 16
3 libdispatch.dylib 0x184b16fb0 dispatch_once_f + 56
4 libswiftCore.dylib 0x10161de14 swift_once (__hidden#24505_:112)
5 Qiscus 0x100897154 QiscusUIConfiguration.init()
(QiscusUIConfiguration.swift:18)
6 Qiscus 0x100897260 @objc QiscusUIConfiguration.init()
(<compiler-generated>)
7 Qiscus 0x100896988
globalinit_33_3FF460F49FB2DD19D4F442F2CFA28809_func57
(QiscusUIConfiguration.swift:14)
8 libdispatch.dylib 0x184b161bc _dispatch_client_callout + 16
9 libdispatch.dylib 0x184b16fb0 dispatch_once_f + 56
10 libswiftCore.dylib 0x10161de14 swift_once (__hidden#24505_:112)
11 Qiscus 0x10084a724 Qiscus.init() (Qiscus.swift:167)
12 Qiscus 0x10084a85c @objc Qiscus.init() (<compiler-
generated>)
13 Qiscus 0x1008499e4
globalinit_33_EA4C3AC884A8990970553E2191445291_func14 (Qiscus.swift:25)
14 libdispatch.dylib 0x184b161bc _dispatch_client_callout + 16
15 libdispatch.dylib 0x184b16fb0 dispatch_once_f + 56
16 libswiftCore.dylib 0x10161de14 swift_once (__hidden#24505_:112)
17 Qiscus 0x10084d408 @objc static
Qiscus.registerNotification() (Qiscus.swift:833)
18 myIM3 0x1000c145c -[AppDelegate
application:didFinishLaunchingWithOptions:] (AppDelegate.m:96)
19 UIKit 0x18bbb46a4 -[UIApplication
_handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 400
20 UIKit 0x18bdc4a98 -[UIApplication
_callInitializationDelegatesForMainScene:transitionContext:] + 3524
21 UIKit 0x18bdca808 -[UIApplication
_runWithMainScene:transitionContext:completion:] + 1656
22 UIKit 0x18bddf104 __84-[UIApplication
_handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke.3
139 + 48
23 UIKit 0x18bdc77ec -[UIApplication
workspaceDidEndTransaction:] + 168
24 FrontBoardServices 0x18786392c
__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36
25 FrontBoardServices 0x187863798 -[FBSSerialQueue _performNext] + 176
26 FrontBoardServices 0x187863b40 -[FBSSerialQueue
_performNextFromRunLoopSource] + 56
27 CoreFoundation 0x185c3ab5c
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
28 CoreFoundation 0x185c3a4a4 __CFRunLoopDoSources0 + 524
29 CoreFoundation 0x185c380a4 __CFRunLoopRun + 804
30 CoreFoundation 0x185b662b8 CFRunLoopRunSpecific + 444
31 UIKit 0x18bbad7b0 -[UIApplication _run] + 608
32 UIKit 0x18bba8534 UIApplicationMain + 208
33 myIM3 0x1000e7da8 main (main.m:16)
34 libdyld.dylib 0x184b495b8 start + 4

You might also like