-
Notifications
You must be signed in to change notification settings - Fork 67
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
App freezes instead of crashing when Kotlin Multiplatform is present #483
Comments
@leandrofavarin Thank you for reaching out. We're looking into it now and we'll get back to you once we have any updates. |
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions. |
I think we might be hitting this same issue. On app launch in some cases (every other launch for some devs), we are hitting endless hanging. Disabling Instabug resolves the hang. I was able to get the following stack trace during the hang:
I also saw the same stack trace stuck at 100% CPU usage when replicating with Instruments. |
Steps to Reproduce the Problem
Execute the sample app and wait for 2 seconds for it to freeze instead of crashing.
Expected Behavior
App crashes.
Actual Behavior
App freezes and is unresponsive to taps.
Instabug integration code
SDK Version
12.4.0
iOS Version
17.0.1, but happens on all versions from 16.* and up
Device Model
iPhone 15 Pro, but happens on all devices we tested
[Optional] Project That Reproduces the Issue
https://github.com/leandrofavarin/Instabug-iOS-hang-demo
--
What's more interesting is that if I pass an empty
token
, then the app crashes as expected. Any other value (including a valid token) makes the app freeze permanently.The text was updated successfully, but these errors were encountered: