Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.3.14f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1152791
Regression
No
[iOS] When using ConfigureAwait(false) the task processing freezes
How to reproduce:
1. Open attached "ThreadLostTest" project
2. Switch and build to iOS platform and run with an iOS device connected
3. Tap "Test 3000" button
4. Notice that logs message "DoSomethingAsync(): done result=True" is not being displayed on the screen
Expected result: DoSomethingAsync() was completed and show the message "DoSomethingAsync(): done result=True"
Actual result: DoSomethingAsync() freezes and the message "DoSomethingAsync(): done result=True" is not being shown on the screen
Reproducible with: 2018.4.3f1, 2019.1.8f1, 2019.2.0b8, 2019.3.0a8
* iPhone 8 Plus (iOS version 12.0)
* iPhone X (iOS version 12.1)
Not reproducible on Android Mono and IL2CPP scripting backend:
* Samsung Galaxy Note8 7.1.1
* Razer Phone 2 (Phone 2), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Not reproducible in Editor Standalone
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Add comment