-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in PeachCollectorEvent.shouldBeFlushedInBackgroundState #2
Comments
I did some further investigating and found a deeper stacktrace: #0 (null) in __pthread_kill () It seems to me that this is what's causing the crash:
|
We have a minor crash (SR). Not very common though. A few hundred per week or so.
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1b739cbf0 object_getIndexedIvars + 28
1 CoreData 0x1bc245aa0 snapshot_get_value_as_object + 44
2 PeachCollector 0x105df7da0 -[PeachCollectorEvent(Peach) shouldBeFlushedWhenReceivedInBackgroundState] + 249 (PeachCollectorEvent.m:249)
3 PeachCollector 0x105dfb5ec __32-[PeachCollectorQueue addEvent:]_block_invoke_2 + 113 (PeachCollectorQueue.m:113)
4 libdispatch.dylib 0x1b7326134 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x1b73275ac _dispatch_client_callout + 20
6 libdispatch.dylib 0x1b73337d4 _dispatch_main_queue_callback_4CF + 832
7 CoreFoundation 0x1b76008d4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
8 CoreFoundation 0x1b75fb58c __CFRunLoopRun + 1692
9 CoreFoundation 0x1b75fabc8 CFRunLoopRunSpecific + 480
10 GraphicsServices 0x1c19e35cc GSEventRunModal + 164
11 UIKitCore 0x1bb7ad744 UIApplicationMain + 1936
12 Play 0x104845ee4 main + 23 (AppDelegate.swift:23)
13 libdyld.dylib 0x1b7477384 start + 4
The text was updated successfully, but these errors were encountered: