Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
868320
Regression
No
[iOS] Crash after waking device from sleep when creating WebSocket with HTTPS
After creating a WebSocket, if the device is locked and unlocked, the app crashes if HTTPS is used.
Steps to reproduce:
1) Open the attached project.
2) Build for iOS.
3) Run on a device.
4) Click the 'Connect' UI button.
5) Wait for a message saying 'Connect' to appear.
6) Lock the device.
7) Unlock the device/return to app.
A crash occurs in:
thread #1: tid = 0x2113c, 0x000000018ee09188 libsystem_kernel.dylib`mach_msg_trap + 8, queue = 'com.apple.main-thread', stop reason = signal SIGPIPE
This happens with both IL2CPP and Mono2x. Does not occur on Android.
Changing the address in the input field before step 4 to 'HTTP' instead of 'HTTPS' resolves the crash.
Reproduced on:
5.5.0p3, 5.6.0b3
Devices tested:
iPhone 7 Plus iOS 10.2, iPhone 7 iOS 10.2.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
Add comment