On Linux, FreeBSD, and other systems, I try to check for memory errors such as invalid reads, etc. I really love valgrind. Now I need to test the Solaris / OpenSolaris code and not find a way to get invalid read / write information in a nice way (or better ;-)) like valgrind.
When searching for this on the network, I find links to libumem , but I only get messages about memory leaks there, and not invalid access. What am I missing?
memory-management solaris valgrind
johannes
source share