LowLevelFatalError [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\MallocBinned2.cpp] [Line: 1438]FMallocBinned2 Attempt to realloc an unrecognized block 000001CBD8350000 canary == 0x0 != 0xe3

Keep encountering the same crash at seemingly random points, I’ve looked up this error and tried just about every solution I can find, including massively optimising my lighting. If anyone has any idea how to prevent this crash, I’d be incredibly grateful for any leads. Thanks for reading, thank you

Hey, did you find a solution for this?

Greetings @Manula96

I’m late to the party. But, I’d be happy to take a look. Do you have a full crash log of the error you’re seeing? I’ll monitor the thread.

LowLevelFatalError [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\MallocBinned2.cpp] [Line: 1438]
FMallocBinned2 Attempt to realloc an unrecognized block 0000021EE07B0000 canary == 0x0 != 0xe3

0x00007ff6f0cbbbee Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f1e6a47e Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f210e8e2 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c73d7b Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c4f9a7 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c528e3 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c5725e Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c4bef3 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c6a506 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0c52530 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0ccf1c4 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0df0d37 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ff6f0dee4b1 Celestial-Win64-Shipping.exe!UnknownFunction
0x00007ffd342d257d KERNEL32.DLL!UnknownFunction

Crash in runnable thread Foreground Worker #1

Greetings @Tonster2029

Welcome to the Unreal Engine Forum! Take a peek at this thread and see if this is the same issue(If so, check the solution found there) Crash in FMallocBinned2::MallocExternal on Win64

Hey, i’m getting basically the same error as the original poster, and I went to the thread you linked but have no clue what any of it means, any ideas for what I can do? Also I have 64gb of RAM but I’m not sure how to take advantage of that in this situation

Fatal error: [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\MallocBinned2.cpp] [Line: 1438]
FMallocBinned2 Attempt to realloc an unrecognized block 000001F2283F0000 canary == 0xf4 != 0xe3

0x00007ff7d3ef1d53 spacefarm.exe!FMallocBinned2::GetAllocationSizeExternal()
0x00007ff7d3f61850 spacefarm.exe!FMallocPoisonProxy::Free()
0x00007ff7d3f61d71 spacefarm.exe!FMemory::Free()
0x00007ff7da36c8de spacefarm.exe!FPhysScene_Chaos::OnSyncBodies()
0x00007ff7d66a061d spacefarm.exe!FChaosScene::SyncBodiesChaos::FPBDRigidsSolver()
0x00007ff7d668db94 spacefarm.exe!Chaos::TThreadedSingleParticlePhysicsProxyBase<0>::SetAngularImpulse'::2’::<lambda_1>::operator()<Chaos::TGeometryParticleHandleImp<double,3,1> >()
0x00007ff7d66f6ec8 spacefarm.exe!FChaosScene::EndFrame()
0x00007ff7da34ae60 spacefarm.exe!FEndPhysicsTickFunction::ExecuteTick()
0x00007ff7da94477f spacefarm.exe!FTickFunctionTask::DoTask()
0x00007ff7da94abc7 spacefarm.exe!TGraphTask::ExecuteTask()
0x00007ff7d3dd9fd7 spacefarm.exe!FNamedTaskThread::ProcessTasksNamedThread()
0x00007ff7d3dda5ce spacefarm.exe!FNamedTaskThread::ProcessTasksUntilQuit()
0x00007ff7d3de527d spacefarm.exe!FTaskGraphCompatibilityImplementation::WaitUntilTasksComplete()
0x00007ff7da95e6ee spacefarm.exe!FTickTaskSequencer::ReleaseTickGroup()
0x00007ff7da964494 spacefarm.exe!FTickTaskManager::RunTickGroup()
0x00007ff7d9eaaf68 spacefarm.exe!UWorld::RunTickGroup()
0x00007ff7d9eb4e0b spacefarm.exe!UWorld::Tick()
0x00007ff7d9c1c321 spacefarm.exe!UGameEngine::Tick()
0x00007ff7db1eb9f3 spacefarm.exe!FEngineLoop::Tick()
0x00007ff7db20372c spacefarm.exe!GuardedMain()
0x00007ff7db20380a spacefarm.exe!GuardedMainWrapper()
0x00007ff7db2066b6 spacefarm.exe!LaunchWindowsStartup()
0x00007ff7db2162a4 spacefarm.exe!WinMain()
0x00007ff7de9896ba spacefarm.exe!__scrt_common_main_seh() [D:\a_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007fffaf627374 KERNEL32.DLL!UnknownFunction

Hi there @ty14h

Welcome back to the forum! Yea, that thread is a bit all over the place. Check the solution/info provided here Fatal error: [File:D:\build++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\MallocBinned2.cpp