Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.21f1
2022.2.12f1
2023.1.0b9
2023.2.0a7
2023.3.0a3
Issue ID
UUM-30910
Regression
No
Crash on objc_release when TextField in custom Window is selected on MacOS
Reproduction steps:
1. Open the attached “CrashRepro” project
2. Go to Scenarios > Scenarios then press on "ScenarioTest" - this will open a Window with TextFields
3. Press on any of the TexFields
Expected result: TextField is selected and you can input values
Actual result: Editor freezes or crashes
Reproducible with: 2021.3.21f1, 2022.2.12f1, 2023.1.0b9, 2023.2.0a7
Could not test with: 2020.3.46f1 (“Scenarios” Menu item is not visible)
Reproducible on: macOS Ventura 13.2.1 (M1 Max), macOS Ventura 13.2.1 (Intel)
Not reproducible on: Windows 10
Stacktrace:
#0 0x00000199b04278 in objc_release
#1 0x4a36800199b08870 in objc_autoreleasePoolPop
#2 0x311c000199f11c24 in _CFAutoreleasePoolPop
#3 0xc40c00019ae30464 in -[NSAutoreleasePool drain]
#4 0x261880019d1c8ed0 in -[NSApplication run]
#5 0xd95280019d1a0250 in NSApplicationMain
#6 0x83630001032190d8 in EditorMain(int, char const**)
#7 0x00000103219410 in main
#8 0x00000199b47e50 in start
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
- Unused Particle System Renderer Mesh settings cause performance degradation when calling SetActive
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
Resolution Note:
Could not reproduce on 2023.3.0b11
Likely fixed by another bug