Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2017.4.30f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1173698
Regression
No
Editor freezes when executing String.EndsWith() method if the String contains two specific symbols "⏱" and "ー"
How to reproduce:
1. Open user's originally attached project 'LocCrashTest'
2. Open 'test' Scene
3. Enter Play mode
-- observe the freeze
Reproducible with: 2017.4.31f1, 2018.4.5f1, 2019.1.13f1, 2019.2.0f1, 2019.3.0a11
Notes:
- Does not freeze if only one of the symbols is present in the String.
- The symbol "ー" is not a dash, it is a Japanese character for longer vowel.
- The String can be of any length, it just needs to begin with "⏱" and have "ー" anywhere after it.
- Does not freeze with .NET 4.x Scriping Runtime Version, only 3.5
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
- Multiple errors occur when setting the Render Object Event to AfterRenderingPostProcessing while using STP for Upscaling
- UnityYamlMerge.exe doesn't correctly handle merge conflicts in modified properties on a prefab variant
- Inconsistent color scheme in "Details" section of "Select Presets" inspector window
- Crash on __pthread_kill when launching Editor via command-line with "-disableManagedDebugger" argument
- [VFX] Deleting “New Group Node” name doesn’t allow to type or add new name
Resolution Note:
Fixed in new scripting runtime (.NET 4.x). Fix not being made to old (.NET 3.x) runtime.