Search Issue Tracker
Fixed
Votes
4
Found in [Package]
Issue ID
1177286
Regression
No
[Linux] [Vulkan] [HDRP] Crash on DynamicHeapAllocator::Allocate when creating a new project or opening an existing one
How to reproduce:
1. Create or open any HDRP project by forcing Vulkan
-- observe the crash
Reproducible with: 2018.4.7f1, 2019.2.2f1 2019.3.0a12, 2020.1.0a1
2017.4 does not have HDRP available.
Stack trace:
Obtained 7 stack frames.
#0 0x0055a432ec80fa in DynamicHeapAllocator::Allocate(unsigned long, int)
#1 0x0055a432ea51b7 in MemoryManager::Allocate(unsigned long, unsigned long, MemLabelId const&, AllocateOptions, char const, int)
#2 0x0055a432e9eec1 in malloc_internal(unsigned long, unsigned long, MemLabelId const&, AllocateOptions, char const, int)
#3 0x0055a43341488f in CubemapArray::InitTexture(int, int, int, GraphicsFormat, TextureCreationFlags, int)
#4 0x0055a43342d398 in CubemapArrayScripting::Create(ScriptingObjectOfType<CubemapArray>, int, int, int, GraphicsFormat, TextureCreationFlags)
#5 0x0055a433fa006d in CubemapArray_CUSTOM_Internal_CreateImpl(ScriptingBackendNativeObjectPtrOpaque*, int, int, int, GraphicsFormat, TextureCreationFlags)
#6 0x00000041ec63f8 in (wrapper managed-to-native) UnityEngine.CubemapArray:Internal_CreateImpl (UnityEngine.CubemapArray,int,int,int,UnityEngine.Experimental.Rendering.GraphicsFormat,UnityEngine.Experimental.Rendering.TextureCreationFlags)
Notes:
- Not always reproducible so this might take a couple of project re-opening or re-creating
Comments (1)
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
sunside
Oct 05, 2019 14:19
Same issue for me. I noticed that the issue does not seem to happen when using the (2019.3.0b6) Universal Render Pipeline.