libumem on solaris is quite good, you can run it no problem without dbx
or the other sun tools. Not quite as good as valgrind I believe though
I don't have experience with valgrind.
Here's another url with good examples of use of libumem:
http://access1.sun.com/techarticles/libumem.html
Very easy to turn on (uses sun library interposition)
UMEM_DEBUG=default UMEM_LOGGING=transaction LD_PRELOAD=libumem.so.1 make -k -j 4 variants=dyn_dbg
--warn-undefined-variables everything
You can then use mdb to connect to running process or examine core.
James.
_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make