-
Notifications
You must be signed in to change notification settings - Fork 136
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
NetworkConnectionInfoProvider
EXC_BAD_ACCESS crash on data upload
#70
Comments
Hello @00FA9A , thanks for all the details 👍.
Do you have any numbers from any prior version? In Second, does it happen on |
@ncreated I should have been more clear - this was on |
Clear 👍. We will investigate this stack trace in Speaking on crash:
this address looks almost like a tagged pointer. What's the Xcode version you use for App Store builds? |
@ncreated we use Running into |
This is highly unexpected. We added vanilla Carthage project fixture and 1/ What's the Carthage version you use ( |
@ncreated we currently use 0.34.0 and dont have any SPM dependencies. full error is:
continuing to look if its some other issue, but just wanted to let you know |
@00FA9A I'm trying to reproduce it. Does it come from plain |
both plain version as well as with |
About the Carthage issue - #71 was opened, it gives more details. We're on it. |
NetworkConnectionInfoProvider
EXC_BAD_ACCESS crash on data upload
I think this might be fixed in
to serial queue: dd-sdk-ios/Sources/Datadog/Core/System/NetworkConnectionInfoProvider.swift Lines 61 to 66 in 8880e1d
for processing the NWPathMonitor calls.
@00FA9A please upgrade to recent version ( |
Describe what happened
We are seeing two separate but likely related crashes. Limited stack traces included below.
and
Will try to provide more detailed stack traces if available.
Steps to reproduce the issue:
Unknown
Expected behaviour:
No crash
Actual behaviour:
Crash; numbers till limited, but not negligible
Additional context
The text was updated successfully, but these errors were encountered: