Strategies For Tracking Down Memory Leaks When You've Done Everything Wrong

后端 未结 13 1755
醉话见心
醉话见心 2020-12-14 12:50

My program, alas, has a memory leak somewhere, but I\'ll be damned if I know what it is.

Its job is to read in a bunch of ~2MB files, do some parsing and string repl

相关标签:
13条回答
  • 2020-12-14 13:45

    There is only one person who can help you. That person's name is Tess Ferrandez. (hushed silence)

    But seriously. read her blog (the first article is pretty pertinent). Seeing how she debugs this stuff will give you a lot of deep insight into knowing what's going on with your problem.

    0 讨论(0)
提交回复
热议问题