LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   detect memory trashing in linux (https://www.linuxquestions.org/questions/linux-software-2/detect-memory-trashing-in-linux-338107/)

raees 06-28-2005 02:55 PM

detect memory trashing in linux
 
How to detect memory trashing in linux.. Is there a memory debuging utility available for linux

Raees

rjlee 06-28-2005 03:20 PM

It depends what you mean by memory trashing.

To trap wild pointer errors and suchlike, take a look at valgrind.

To detect storage errors in your physical RAM, there are a number of different memory test utilities out there, but you could do worse that try to compile gcc from source. This is a large compile that uses a lot of pointers in memory, so any faults in your RAM will usually lead to seg-faults at different points in the compile.


All times are GMT -5. The time now is 03:11 AM.