Swift 5 very random and hardly identifiable crashes

84 views Asked by At

My crash log from firebase unfortunately doesnt really help me finding a solution to my issue.

Crashed: com.apple.main-thread
0  MyApp                           0x94d30 PostsAPI.loadNewestPosts(ordering:start:limit:onSuccess:) + 4306505008 (<compiler-generated>:4306505008)
1  MyApp                           0x5f8ec OverviewVC.loadNewestPosts(more:) + 4306286828 (<compiler-generated>:4306286828)
2  MyApp                           0x6393c partial apply for closure #2 in closure #1 in OverviewVC.loadNewestPosts(more:) + 4306303292 (<compiler-generated>:4306303292)
3  MyApp                           0x74a94 thunk for @escaping @callee_guaranteed () -> () + 4306373268 (<compiler-generated>:4306373268)
4  libdispatch.dylib              0x3a30 _dispatch_client_callout + 20
5  libdispatch.dylib              0x6eec _dispatch_continuation_pop + 500
6  libdispatch.dylib              0x1a13c _dispatch_source_invoke + 1596
7  libdispatch.dylib              0x11e9c _dispatch_main_queue_drain + 756
8  libdispatch.dylib              0x11b98 _dispatch_main_queue_callback_4CF + 44
9  CoreFoundation                 0x51800 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
10 CoreFoundation                 0xb704 __CFRunLoopRun + 2532
11 CoreFoundation                 0x1ebc8 CFRunLoopRunSpecific + 600
12 GraphicsServices               0x1374 GSEventRunModal + 164
13 UIKitCore                      0x514b58 -[UIApplication _run] + 1100
14 UIKitCore                      0x296090 UIApplicationMain + 364
15 MyApp                           0x9a28 main + 20 (AppDelegate.swift:20)
16 ???                            0x102a59da4 (Fehlt)

As my code obviously doesn't have so many lines as the compiler tells me where it crashes. Any help is greatly appreciated as I cannot provoke this crash and it only happens randomly on some devices...

0

There are 0 answers