Where do I starting to find the memory leak after porting from i386 to x86_64?

♀尐吖头ヾ 提交于 2019-12-11 06:29:25

问题


I successfully compiled and run Borealis under Fedora core 12 i386 Pentium dual core and g++ 4.1.1, Now I hope it can run under FC20 x86_64 i7 dual core. After modifying some codes(I think these modifications are nothing with its performation) and installing several additional packages Borealis needs, I successfully compiled Borealis under FC20 x86_64 and it was able to run. But when running, I found that there was severe memory leakage , gnome-system-monitor displayed using memory changed from 1.8G to 5G after it run 5 seconds. Under FC3 i386, the memory holds 200M during running.

I do not know how to start finding this cause, any advice will be appreciated!

来源:https://stackoverflow.com/questions/25903473/where-do-i-starting-to-find-the-memory-leak-after-porting-from-i386-to-x86-64

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!