This question was created in reference to: [Rare crash inside [Content removed]
We recently integrated 5.5.4 into our project. Since then we very randomly see the same crash as in the thread above. I’m mainly wondering if you have any guidance on it or if some active work is being done about it? Looking at the mentioned memory adress it seems to be an unhandled nullptr.
Kind regards,
Anton
Callstack:
[2025.06.09-11.29.19:226][920]LogCore: === Critical error: ===
Unhandled Exception: SIGSEGV: invalid attempt to read memory at address 0x0000000000000000
[2025.06.09-11.29.19:226][920]LogCore: 0x00007170757a07cd libc.so.6!UnknownFunction(0x1a07cd)
0x000000000a99fc4f SquidServer!ConstructItems<FAreaNavModifier, FAreaNavModifier, int> [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMemory.h:593]
0x000000000a9826b5 SquidServer!FCompositeNavModifier::FCompositeNavModifier(FCompositeNavModifier const&) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/Runtime/Core/Public/Containers/Array.h:3210]
0x000000000a981dbd SquidServer!FRecastTileGenerator::GatherNavigationDataGeometry(TSharedRef<FNavigationRelevantData, (ESPMode)1> const&, UNavigationSystemV1&, FNavDataConfig const&, bool) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:2166]
0x000000000a9824f2 SquidServer!FRecastTileGenerator::GatherGeometry(FRecastNavMeshGenerator const&, bool) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:2099]
0x000000000a980c39 SquidServer!FRecastTileGenerator::Setup(FRecastNavMeshGenerator const&, TArray<UE::Math::TBox<double>, TSizedDefaultAllocator<32> > const&) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:1827]
0x000000000a9969bd SquidServer!FRecastNavMeshGenerator::CreateTileGenerator(UE::Math::TIntPoint<int> const&, TArray<UE::Math::TBox<double>, TSizedDefaultAllocator<32> > const&, double) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/Runtime/NavigationSystem/Public/NavMesh/RecastNavMeshGenerator.h:1050]
0x000000000a996c31 SquidServer!FRecastNavMeshGenerator::ProcessTileTasksAsyncAndGetUpdatedTiles(int) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:6746]
0x000000000a9904c9 SquidServer!FRecastNavMeshGenerator::ProcessTileTasksAndGetUpdatedTiles(int) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:7171]
0x000000000a99071a SquidServer!FRecastNavMeshGenerator::TickAsyncBuild(float) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavMesh/RecastNavMeshGenerator.cpp:5514]
0x000000000a8f2a91 SquidServer!UNavigationSystemV1::Tick(float) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/NavigationSystem/Private/NavigationSystem.cpp:1718]
0x000000000b632f9f SquidServer!UWorld::Tick(ELevelTick, float) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/Engine/Private/LevelTick.cpp:1428]
0x000000000b3bd458 SquidServer!UGameEngine::Tick(float, bool) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/Engine/Private/GameEngine.cpp:1869]
0x000000000c4cd32b SquidServer!FEngineLoop::Tick() [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/Launch/Private/LaunchEngineLoop.cpp:5889]
0x000000000c4cee4a SquidServer!GuardedMain(char16_t const*) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/Launch/Private/Launch.cpp:69]
0x000000000c43f185 SquidServer!CommonUnixMain(int, char**, int (*)(char16_t const*), void (*)()) [D:/p4ws/Jenkins2-BP2-SWINU-020-001/Engine/Source/./Runtime/Unix/UnixCommonStartup/Private/UnixCommonStartup.cpp:323]
0x0000717075629d90 libc.so.6!UnknownFunction(0x29d8f)
0x0000717075629e40 libc.so.6!__libc_start_main(+0x7f)
0x000000000642902a SquidServer!_start(+0x29)