Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0a7
Issue ID
974478
Regression
No
[.NET 3.5][macOS] Crash in ves_icall_System_Array_GetLowerBound when clicking on an assert message in Console
Steps to reproduce:
1) Open the attached project.
2) Make sure the Console tab is visible.
3) Enable Collapse for log messages.
4) Enter play mode.
5) Wait for around a minute.
- After a short while, collapsed assert messages start appearing in the Console.
5) Click on the assert message in the Console.
Unity crashes in ves_icall_System_Array_GetLowerBound.
This does not occur when .NET 4.6 compatibility is enabled. Sometimes the crash occurs without even clicking on the assert message.
This does not occur on Windows.
Reproducible versions:
2018.1.0a7, 2017.1.1f1
Reproduced on:
Macbook Pro 2015 running macOS 10.12.6
Did not reproduce on:
Windows 10
Resolution: This works in the new scripting runtime. The issue appears to be with the Mono JIT handling of the unsafe code in the test case, and it's unlikely we will ever fix this in the old Mono.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGPU errors when CoreCopy shader is used to copy an MSAA texture
- Unity Cloud icon does not appear next to project and does not connect correctly when the project is created with Cloud but closed right after creation
- ScrollerSlider in the Scroller Control is still using UXMLTraits
- Crash on ExtractHandles when shutting down the Editor in a specific scene while Burst jobs are in progress
- Unity Hub closes with no "Project is currently open" window when selecting an already open project from the Projects list
Add comment