-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
Initializing native SDK results in random crashes throughout the app #3032
Comments
Hi @dmregister, thank you for the detailled report, we're investigating. Possibly related to #2993 |
thanks @kahest. In the meantime, is there a quick solution like disabling enableNetworkTracking and enableFileIOTracing? |
@dmregister, the stacktraces point to the dispatch idle timeout code. To prevent such crashes from happening disabling |
Thanks for reporting this, @dmregister. This should be fixed with #3036. We are going to release a hotfix soon. |
Platform
iOS
Installed
CocoaPods
Version
8.6.0
Steps to Reproduce
We have a react-native app but are setting
autoInitializeNativeSdk: false
. Our first release after initializing on the native side started showing new crashes throughout our app, not on start up, withAttempted to dereference garbage pointer
.SDK init:
ReactNative SDK init:
Expected Result
No additional crashes when initializing the SDK from the native side
Actual Result
Crash from NetworkTracking:
Crash from NSData:
Null Reference:
I was not sure if my issues was the same as others. Let me know if I need to comment on those instead.
#3002
#2850
#2769
However, this is negatively inpacting our crash rate.
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: