-
Notifications
You must be signed in to change notification settings - Fork 99
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
[BUG] CommunicationCalling crashes on hangup #440
Comments
@tompi do you have any telemetry for the calls where this happened? Such as Call ID? We may need that to be effective at debugging this. |
@mariusu-msft Really sorry, I checked our logs and the 3 times this happened, it was always a hangup right after call initiation. Looks like user decided to abort the call... So it seems call didnt go through(and then we dont get the call id...). Like I said, go ahead and close at your discretion, I just thought you might be interested, since this is crashing in your "check_status" method. I will be more alert and try to get hold of the device next time this happens(we are logging more details to file on device, but these were out of house devices...) |
@mariusu-msft Hey, this just happened on my iphone. Attached blog is what you need to debug right? Might be something I didnt manage to cleanup, cause it seems this happens if a call(group) goes through, I hang up, and then make a new call pretty quickly, then it crashes. I just realized I have no idea if the last number or "0" is the "last log" :) so I just uploaded the "0" one as well in case... |
We are also recently finding this crash in our Firebase crashlytics, since we upgraded from version It crashes on the following ACS code:
Full stacktrace (without UUID's for ACS btw 🤔)``` Crashlytics - Stack trace Application: nl.AppName.chat Platform: apple Version: 4.24.0 (5750) Issue: bda3660e4670e760401bc985546956a0 Session: d58d76efdd844d889bb2821a1dd44687_DNE_0_v2 Date: Thu Apr 18 2024 14:54:16 GMT+0200 (Central European Summer Time)Fatal Exception: ACSException Crashed: com.google.firebase.crashlytics.ios.exception com.apple.uikit.eventfetch-thread com.google.firebase.crashlytics.MachExceptionServer com.apple.CFNetwork.CustomProtocols com.apple.NSURLConnectionLoader WebThread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread Thread caulk.messenger.shared:21 AURemoteIO::IOThread Thread Thread Thread com.apple.root.default-qos Thread Thread Thread Thread
|
@tompi commented on Mon Feb 07 2022
Describe the bug
Experienced 3 crashes on 2 different iphones yesterday, unfortunately not "our" phones, so cant provide device logs.
Exception or Stack Trace
To Reproduce
Not able to reproduce
Setup (please complete the following information):
I know this is not the best quality bug report, so feel free to close it at your discretion, just felt I should share in case you didnt know about this...
The text was updated successfully, but these errors were encountered: