Game Dev/Scrap

Debugging Memory Corruption in Game Development

AKer 2008. 10. 17. 19:18
반응형
원문 : http://www.gamasutra.com/view/feature/3818/debugging_memory_corruption_in_.php



The symptoms of memory corruption can range from hard crashes, all the way through minor glitches, to no symptoms at all. The causes of memory corruption are many and varied, and include memory corruption itself. In this article I attempt to classify the various ways in which memory corruption can manifest itself, the various causes, and some ideas for identifying the root causes of various types of memory corruption. I'll cover:

  1. Symptoms of Memory Corruption
  2. Investigating Corruption
  3. Identifying Hex Droppings
  4. Causes and Effects of Corruption

반응형

'Game Dev > Scrap' 카테고리의 다른 글

Crysis Next Gen Effects PPT  (0) 2009.01.07
D3D Resources 분석  (0) 2008.10.24
Developement Resource on the WEB  (0) 2008.10.07
Starcraft 2 Effects & Techniques  (0) 2008.08.20