[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU make 3.81rc1 released -- please test.
From: |
James Coleman |
Subject: |
Re: GNU make 3.81rc1 released -- please test. |
Date: |
Tue, 21 Feb 2006 10:11:05 +0000 |
User-agent: |
Mozilla Thunderbird 1.0.6 (Windows/20050716) |
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.