Not signed in
Copyright © 2026 Unity Technologies
How to reproduce:
1. Open the attached “AGENTAS.zip” project
2. Open the “SampleScene”
3. Enter Play mode
4. Observe the crash
Reproducible with: 4.0.0 (6000.0.78f1), 4.0.3 (6000.0.78f1, 6000.5.1f1)
Not reproducible with: 2.3.0-exp.3 (6000.0.78f1, 6000.5.1f1), 4.0.3 (6000.6.0b1, 6000.7.0a1)
Could not test with: 3.0.0 (6000.0.78f1, 6000.5.1f1)
Reproduced on: macOS 26.5.1 (25F80) (M3 Max)
Not reproduced on: No other environment tested
Note: The crash may require entering Play mode 2-3 times before it occurs
First few lines of the stack trace:
#0 0x0000010491e614 in BucketAllocator::Allocate(unsigned long, int)
#1 0x00000104911fdc in DualThreadAllocator<DynamicHeapAllocator>::Allocate(unsigned long, int)
#2 0x00000104907a30 in MemoryManager::Allocate(unsigned long, unsigned long, MemLabelId, AllocateOptions, char const*, int)
#3 0x00000104906fb8 in malloc_internal(unsigned long, unsigned long, MemLabelId const&, AllocateOptions, char const*, int)
#4 0x000001055164bc in core::vector<TextCore::ClassRangeRecord, core::allocator<TextCore::ClassRangeRecord, 0ul>>::reserve_impl(unsigned long)
#5 0x00000105516370 in core::vector<TextCore::ClassRangeRecord, core::allocator<TextCore::ClassRangeRecord, 0ul>>::vector(core::vector<TextCore::ClassRangeRecord, core::allocator<TextCore::ClassRangeRecord, 0ul>> const&)
or
#0 0x000001077e6e88 in MemoryProfiler::GetAllocationRoot(AllocationRootWithSalt)
#1 0x000001077e461c in MemoryProfiler::UnregisterAllocation(void*, unsigned long, MemLabelId const&)
#2 0x000001077cb9d0 in MemoryManager::TryDeallocateWithLabel(void*, MemLabelId, char const*, int)
#3 0x000001077c5a28 in free_alloc_internal(void*, MemLabelId const&, char const*, int)
#4 0x00000104c13f78 in core::base_hash_set<core::pair<core::basic_string<char, core::StringStorageDefault<char>> const, Hash128, true>, core::hash_pair<core::hash<core::basic_string_ref<char>>, core::basic_string<char, core::StringStorageDefault<char>>>, core::equal_pair<std::_1::equal_to<core::basic_string_ref<char>>, core::basic_string<char, core::StringStorageDefault<char>>>>::operator=(core::base_hash_set<core::pair<core::basic_string<char, core::StringStorageDefault<char>> const, Hash128, true>, core::hash_pair<core::hash<core::basic_string_ref<char>>, core::basic_string<char, core::StringStorageDefault<char>>>, core::equal_pair<std::_1::equal_to<core::basic_string_ref<char>>, core::basic_string<char, core::StringStorageDefault<char>>>> const&)
#5 0x00000104d2dad4 in core::mutable_function_ref<void ()>::mutable_function_ref<void IOService::Execute<ImportScheduler::Start(EnvironmentDependencyValues const&, Hash128 const&)::$1>(ImportScheduler::Start(EnvironmentDependencyValues const&, Hash128 const&)::$_1&&)::'lambda'()>(ImportScheduler::Start(EnvironmentDependencyValues const&, Hash128 const&)::$_1&)::'lambda'(void*)::_invoke(void*)
Sign in to see your voted issues