-
Notifications
You must be signed in to change notification settings - Fork 886
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 report in [AWSIoTStreamThread .cxx_destruct] #5406
Comments
Hi @ad-Jun, thanks for opening this issue. Could you please:
All of these will help us identify and root cause this crash. |
Hi @ruisebas, I am using the AWS IOT APIs, and the crash appears infrequent in my local environment,but appears in product environment reported via firebase.
|
Thanks for providing the crashlog. Thanks! |
Actually I don`t know which Iot APIS cause the crash. It looks like it happened when AWSIoTStreamThread dealloc. |
I meant which APIs you are calling in your code. I guess you're also calling Knowing this might help us diagnose the issue. Also, please enable verbose logging in your local environment: AWSDDLog.sharedInstance.logLevel = .verbose
AWSDDLog.add(AWSDDOSLogger.sharedInstance) And please share the logs with us whenever a crash happens. I understand you said it happens infrequently, but it will be very helpful to have verbose logging once it does. Thanks! |
We've release some IoT improvements in version 2.36.7. |
The problem still exists. |
My SDK version is 2.36.0 and the crash appears often.
The text was updated successfully, but these errors were encountered: