I'd have thought that wouldn't crash the game though, wouldn't it cause a kernel panic if it crashed at all? If a process crashes before the write has actually happened, does the kernel not flush the buffer?Writes on Linux are buffered, kernel reports write success before writes actually happen unless special code is used.