Re: how to track down GNUstep leaks on non-Apple platforms?

2010-10-25 Thread David Chisnall
On 25 Oct 2010, at 05:33, David Wetzel wrote: > Is there anything like instruments? Instruments is built on top of DTrace. I vaguely remember someone starting a DTrace port to NetBSD, but I don't know if they finished it. I tend to use valgrind for tracking leaks, but as far as I know it onl

Re: how to track down GNUstep leaks on non-Apple platforms?

2010-10-25 Thread Richard Frith-Macdonald
On 25 Oct 2010, at 05:33, David Wetzel wrote: > Hi folks, > > I have an GSWeb application that does not leak on OS X (using Apple's > Foundation and -base-add). > I uses GDL2 and is heavily tested with Apple's instruments. > > But on my NetBSD machine it seems to leak. > How can I track this d