LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Tool to identify memory leak in loadable kernel module (https://www.linuxquestions.org/questions/programming-9/tool-to-identify-memory-leak-in-loadable-kernel-module-218185/)

appas 08-16-2004 05:22 AM

Tool to identify memory leak in loadable kernel module
 
Could anyone please tell me if there is any tool which can identify the memory leak in kernel module,
Thanks in advance.

infamous41md 08-16-2004 05:47 AM

nope. you're in the big leagues now :D

shishir 08-16-2004 07:50 AM

dont know if it fits the bill...but there is a debugging tool by ibm, dprobes, that can be used..just a shot in the dark..see if it suits your needs..also i came across a nice discussion at the linux kernel mailing list that suggested a couple of ways of doing it...one being pretty similar to the memleak library...

Daynix 06-05-2012 09:56 AM

There is LeakMon tool
 
A little bit late, but anyway ;)

You can try to integrate LeakMon by Daynix. It compiles in kernel and allows to track any resources allocation failures.
See here: http://www.daynix.com/index.php?opti...d=62&Itemid=71
And here: https://github.com/daynix/bricklets/...-documentation


All times are GMT -5. The time now is 01:33 AM.