Search Issue Tracker
Fixed
Fixed in 2021.3.31f1, 2022.3.11f1, 2023.1.16f1, 2023.2.0b12, 2023.3.0a8, 2024.1.0a1
Votes
1
Found in
2021.3.7f1
2022.3.7f1
2023.1.8f1
Issue ID
UUM-45255
Regression
No
[Silicon] Freeze/Crash on DynamicHeapAllocator::Allocate when Webcam is used in the Editor and in another application at the same time
Reproduction steps:
1. Open the attached “WebCamRepro” project
2. Open the “badwebcam” Scene
3. Enter the Play Mode
4. Open another app that uses Webcam
Expected result: Editor continues to display Webcam Texture in the Play Mode
Actual result: Editor crashes
Reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.8f1
Couldn’t test with: 2023.2.0b3 (“Attempting to upload graphics texture in invalid state.” error when entering the Play Mode)
Reproducible on: macOS 13.5 (M1 Max), macOS 13.4.1 (Intel)
Not reproducible on: No other environment tested
Notes:
2021.3.29f1 crashes after exiting the Play Mode
2022.3.7f1 freezes
Crash on Intel MacOS is inconsistent (only reproduces on some machines)
First few lines of the stack trace:
#0 0x000001071d5ee0 in block_locate_free
#1 0x000001050236b4 in DynamicHeapAllocator::Allocate(unsigned long, int)
#2 0x00000105026654 in MemoryManager::Allocate(unsigned long, unsigned long, MemLabelId const&, AllocateOptions, char const*, int)
#3 0x00000105025d4c in malloc_internal(unsigned long, unsigned long, MemLabelId const&, AllocateOptions, char const*, int)
#4 0x00000106ac2dec in core::hash_set<core::pair<ArtifactKey const, AssetDatabase::ArtifactID, false>,
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on AudioUtil_CUSTOM_HasAudioCallback when entering PlayMode while the GameObject's Properties Inspector window is in Debug mode
- Tilemap Collider 2D is not updating the Collider shapes when removing Tiles on the Tilemap component
- Inspector with the scrollbar is unusable when Material properties are edited and the scene is saved
- The Rendering Profiler module statistics are zero when Application.targetFrameRate is set
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
Add comment