kgardas, check out this blog entry that's called "Finding memory leaks on Solaris systems":
http://prefetch.net/blog/index.php/2006/02/19/finding-memory-leaks-on-solaris-systems/ Basically, there's live kernel debugging tool in Solaris called "mdb" that will let you debug a live kernel with the "mdb -k" version of the command: http://www.princeton.edu/~unix/Solaris/troubleshoot/adb.html and it has a "::findleaks" command that's useful for finding memory leaks. -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
