Skip to content
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 when writing JSON #179

Open
jkmassel opened this issue Apr 27, 2021 · 0 comments
Open

Crash when writing JSON #179

jkmassel opened this issue Apr 27, 2021 · 0 comments
Assignees
Labels

Comments

@jkmassel
Copy link
Contributor

Thread 0 Crashed:
0   CoreFoundation                  0x316f0c9d8         __exceptionPreprocess
1   libobjc.A.dylib                 0x33f72cb50         objc_exception_throw
2   Foundation                      0x3194edcf8         _writeJSONValue
3   Foundation                      0x3194f04dc         ___writeJSONObject_block_invoke
4   CoreFoundation                  0x316e77cc4         __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__
5   CoreFoundation                  0x316df4600         -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]
6   Foundation                      0x3194efa40         _writeJSONObject
7   Foundation                      0x3194f07d0         ___writeJSONArray_block_invoke
8   CoreFoundation                  0x316e901cc         __NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__
9   CoreFoundation                  0x316df4368         -[__NSArrayM enumerateObjectsWithOptions:usingBlock:]
10  Foundation                      0x3194efee4         _writeJSONArray
11  Foundation                      0x3194f04dc         ___writeJSONObject_block_invoke
12  CoreFoundation                  0x316e77cc4         __NSDICTIONARY_IS_CALLING_OUT_TO_A_BLOCK__
13  CoreFoundation                  0x316df5814         -[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:]
14  Foundation                      0x3194efa40         _writeJSONObject
15  Foundation                      0x3194edbcc         -[_NSJSONWriter dataWithRootObject:options:]
16  Foundation                      0x3193ab980         +[NSJSONSerialization dataWithJSONObject:options:error:]
17  WordPress                       0x20376e620         -[TracksServiceRemote sendBatchOfEvents:withSharedProperties:completionHandler:] (TracksServiceRemote.m:43)
18  WordPress                       0x20376c428         -[TracksService sendQueuedEvents] (TracksService.m:168)

https://sentry.io/share/issue/270bf6bc44ea42dd952b4c3ac5e6b235/

@jkmassel jkmassel added the bug label Apr 27, 2021
@jkmassel jkmassel self-assigned this Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant