Comments from users in crash group:
1266 FPendingCleanupObjects::~FPendingCleanupObjects() 1267 { 1268 QUICK_SCOPE_CYCLE_COUNTER(STAT_FPendingCleanupObjects_Destruct); 1269 1270 for (int32 ObjectIndex = 0; ObjectIndex < CleanupArray.Num(); ObjectIndex++) 1271 { 1272 ***** delete CleanupArray[ObjectIndex]; 1273 } 1274 }
This is a new bug to cleanup from [Link Removed]
No known steps to reproduce
Access violation - code c0000005 (first/second chance not available) UE4Editor_RenderCore!FPendingCleanupObjects::~FPendingCleanupObjects() renderingthread.cpp:1273 UE4Editor!FPendingCleanupObjects::`scalar deleting destructor'() UE4Editor!FEngineLoop::Tick() launchengineloop.cpp:3665 UE4Editor!GuardedMain() launch.cpp:166 UE4Editor!GuardedMainWrapper() launchwindows.cpp:144 UE4Editor!WinMain() launchwindows.cpp:223 UE4Editor!__scrt_common_main_seh() exe_common.inl:283 kernel32!BaseThreadInitThunk() ntdll!RtlUserThreadStart()
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-63194 in the post.