Having a pretty weird issue with a linux hosted gmod server crashing with the error “IVP Failed at …/ivp_utility/ivu_vhash.cxx 157”
from what I’ve read, its physics related and usually happens when items manage to fall into the void but so far I’ve seen nothing directly in the logs before the crash that would cause it. I even tried spawning stuff out of the map and the game seems to take care of it by removing it
" Crazy origin on entity [144][item]
Origin: [-5159.025391, 5089.977539, -16384.107422]
Angles: [0.000000, 0.000000, 360.000000]
Velocity: [0.000000, 0.000000, -1486.425903]
Angular Velocity: [0.000000, 0.000000, -0.000000]
Defusing!
Removing! "
No idea how to analyze a gmod crash dump. What are some options for debugging or preventing a crash like this?