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
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.