Large Memory Pool error on a computer with 60GB of RAM

That “Malloc Size” message is unrelated, that is something that crash malloc (a special instance of malloc that the crash handler switches to) prints when starting to handle crash (“Signal 11 caught” is the moment when the crash was intercepted). The real cause of the crash is in the callstack that follows “Fatal error” message that you didn’t include here (was it cut?)