Search Issue Tracker
Not Reproducible
Votes
4
Found in
2019.4
2019.4.18f1
Issue ID
1355006
Regression
No
[iOS] Crash on InterruptionListener when declining a call on a device
Reproduction steps:
1. Download and open the project from the provided Google Drive link
2. Build and deploy the project to an iOS device
3. Make a call to the device (might crash on this step)
4. Decline the call
5. If the crash does not occur, repeat from step 3
Reproducible with: 2019.4.21f1
Could not test with: 2019.4.31f1, 2020.3.20f1, 2021.1.24f1, 2021.2.0b15, 2022.1.0a11 (lack of a reliable reproduction)
Reproduced with:
iPad Air 2 (iOS 14.3)
First lines of the stack trace:
Thread 26 name: AVAudioSession Notify Thread
Thread 26 Crashed:
0 libEmbeddedSystemAUs.dylib 0x00000001b78fee8c InterruptionListener+ 618124 (void, unsigned int, unsigned int, void const) + 352
1 libEmbeddedSystemAUs.dylib 0x00000001b78fee88 InterruptionListener+ 618120 (void, unsigned int, unsigned int, void const) + 348
2 AudioToolbox 0x0000000190be55a4 AudioSessionPropertyListeners::CallPropertyListeners+ 1054116 (unsigned int, unsigned int, void const) + 596
3 AudioToolbox 0x0000000190c504c4 HandleAudioSessionCFTypePropertyChangedMessage+ 1492164 (unsigned int, unsigned int, void, unsigned int) + 1136
4 AudioToolbox 0x0000000190c4fb0c ProcessDeferredMessage+ 1489676 (unsigned int, __CFData const*, unsigned int, unsigned int) + 2244
5 AudioToolbox 0x0000000190c4ee98 ASCallbackReceiver_AudioSessionPingMessage + 632
Notes:
- Video of the reproduction can be found in the edits linked as "Video of reproduction here"
- Issue can be reproduced by calling using FaceTime
- The reproduction rate varies, sometimes crashing after a couple of tries, sometimes crashing after up to 25 attempts
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (2022.1.X):
Cannot reproduce, and crash rate appears to have dropped on Crashlytics. We've also fixed a similar problem on iOS 15 that could also help this.