Won't Fix. Caused by a stale pointer in GC. This type of a crash and the associated callstack usually means there's a problem with higher level code (game) referencing deleted actors. Most likely game specific error.
This is a common crash affecting users in 4.16. Over 100 users have been affected, although they have not provided additional information.
Source Context
469 TokenStreamIndex++; 470 FGCReferenceInfo ReferenceInfo = TokenStream->AccessReferenceInfo(ReferenceTokenStreamIndex); 471 472 switch(ReferenceInfo.Type) 473 { 474 case GCRT_Object: 475 { 476 // We're dealing with an object reference. 477 UObject** ObjectPtr = (UObject**)(StackEntryData + ReferenceInfo.Offset); 478 UObject*& Object = *ObjectPtr; 479 TokenReturnCount = ReferenceInfo.ReturnCount; 480 ***** ReferenceProcessor.HandleTokenStreamObjectReference(NewObjectsToSerialize, CurrentObject, Object, ReferenceTokenStreamIndex, true); 481 }
repro steps currently unknown
Fatal error: [File:D:\Build\++UE4+Release-4.16+Compile\Sync\Engine\Source\Runtime\CoreUObject\Private\UObject\GarbageCollection.cpp] [Line: 667] Invalid object in GC: 0x00000000000001e0, ReferencingObject: CharacterAttributesComponent /Game/Environment/Map/UEDPIE_0_Environment_Showcase_00.Environment_Showcase_00:PersistentLevel.KnightPawn_C_0.CharacterAttributes, ReferencingObjectClass: Class /Script/BeBrave.CharacterAttributesComponent, Property Name: StatPointAttribute, Offset: 624, TokenIndex: 12 UE4Editor_CoreUObject!TFastReferenceCollector<1,FGCReferenceProcessor<1>,FGCCollector<1>,FGCArrayPool,0>::ProcessObjectArray() [fastreferencecollector.h:481] UE4Editor_CoreUObject!TFastReferenceCollector<1,FGCReferenceProcessor<1>,FGCCollector<1>,FGCArrayPool,0>::FCollectorTaskQueue::DoTask() [fastreferencecollector.h:167] UE4Editor_CoreUObject!TGraphTask<TFastReferenceCollector<1,FGCReferenceProcessor<1>,FGCCollector<1>,FGCArrayPool,0>::FCollectorTaskProcessorTask>::ExecuteTask() [taskgraphinterfaces.h:883] UE4Editor_Core!FTaskThreadAnyThread::ProcessTasks() [taskgraph.cpp:1277] UE4Editor_Core!FTaskThreadAnyThread::ProcessTasksUntilQuit() [taskgraph.cpp:1171] UE4Editor_Core!FTaskThreadBase::Run() [taskgraph.cpp:643] UE4Editor_Core!FRunnableThreadWin::Run() [windowsrunnablethread.cpp:76]
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How does TextureRenderTarget2D get TArray<uint8> type data?
Hey, why do i get this when i snap two similar meshes together?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How to achieve HLSL Multiple Render Target in Material blueprints?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-47473 in the post.
15 |
Component | UE - Foundation - Core - UObject |
---|---|
Affects Versions | 4.16, 4.17, 4.18, 4.19, 4.20, 4.21, 4.22, 4.23 |
Created | Jul 19, 2017 |
---|---|
Resolved | Jul 24, 2017 |
Updated | Oct 11, 2019 |