-
Notifications
You must be signed in to change notification settings - Fork 130
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 Sometimes Hangs during vm_deallocate in BSG_KSMach.c #240
Comments
Thanks for the report, @YusufSoomro. Looking into it. |
Thanks @kattrali! I noticed this recently as well. Happy to try to reproduce and help provide more info if needed here as well. |
@benasher44 do you have a simple case for reproduction, such as an example project or particular device? |
I don't sorry. Here's all of the info from when I could consistently repo it:
I hope that helps! |
Thanks @benasher44! |
Same method looks like deadlock on the main thread:
|
We were never able to reproduce this issue, but it should no longer be possible following the changes made in v5.22.5. |
Expected behavior
The app should not hang when trying to report a bug.
Observed behavior
Sometimes the app will hang indefinitely and not crash when trying to send a Bugsnag. When we hit Pause in Xcode, we get a stack trace that shows the app is trying to execute but unable complete this line fo code:
Steps to reproduce
We are using Bugsnag 5.15.3.
We are making a network call to a server that is not available. We are using [Bugsnag notifyError:] as a method to notify about not crashing bugs. This used to work before to report without Bugsnag hanging.
This is the error that we are getting and trying to report to Bugsnag, but it shouldn't matter that it is this specific error:
This will then result in hang of the app (but not crash) as described in the observed behavior above.
Version
Bugsnag 5.15.3
The text was updated successfully, but these errors were encountered: