Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2017.3.0f3
Issue ID
988677
Regression
No
Crash on UI::CanvasManager::ProfilerRenderBatch when clicking on Canvas object in UI Profiler
How to reproduce:
1. Open the attached "CanvasRepro" project and "1" scene
2. Enter playmode
3. Go to Window --> Profiler and scroll down to UI section, click on UI section
4. Click on Canvas object in the Profiler
Result: Crash occurs on -
0x0000000141865093 (Unity) UI::CanvasManager::ProfilerRenderBatch
0x000000014152D7E5 (Unity) ProfilerProperty_CUSTOM_UISystemProfilerRender
0x000000003C249BBA (Mono JIT Code) (wrapper managed-to-native) UnityEditorInternal.ProfilerProperty:UISystemProfilerRender (int,int,int,bool)
0x000000003C249A79 (Mono JIT Code) [C:\buildslave\unity\build\Modules\Profiler\Editor\ProfilerWindow\UISystem\UISystemProfilerThumbnailService.cs:115] UnityEditor.UISystemProfilerRenderService:Generate (int,int,int,bool)
0x000000003C2498FF (Mono JIT Code) [C:\buildslave\unity\build\Modules\Profiler\Editor\ProfilerWindow\UISystem\UISystemProfilerThumbnailService.cs:127] UnityEditor.UISystemProfilerRenderService:GetThumbnail (int,int,int,bool)
0x000000003C234D87 (Mono JIT Code) [C:\buildslave\unity\build\Modules\Profiler\Editor\ProfilerWindow\UISystem\UISystemProfiler.cs:146]
Reproducible with - 2018.1.0b3, 2017.3.0p2, 2017.2.1p2, 2017.1.3f1, 2017.1.0a1
Note: If Canvas contains a child element, the crash does not happen, it only happens if Canvas does not contain any child GameObject
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment