Closed plu closed 4 years ago
I found a few problems with this issue:
Hi @plu, Duplicate of #4546 since the crash logs look similar. Feel free to contribute any significant info that might help to investigate the issue on that thread.
Thanks @rizafran, I've added a small test case to reproduce the issue on #4546.
Step 1: Describe your environment
CocoaPods
Step 2: Describe the problem
Steps to reproduce:
No idea, sorry.
Relevant Code:
All write access to
GDTCORStorage->__targetToEventSet
is done via_storageQueue
. But inappWillTerminate
you're accessing__targetToEventSet
from the main thread, which is probably causing the crash if at the same time__targetToEventSet
is being written from_storageQueue
.