[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: amazing software rot
- To: Brian <http://www.cs..edu/~b>
- Subject: Re: amazing software rot
- From: Robert <http://dummy.us.eu.org/robert>
- Date: Tue, 27 Dec 2016 17:05:55 -0800
- Keywords: ifile: nonspam -1625.40269899 spam -1737.05543327 downloaded -2419.51345825 ---------
> From: Brian <http://www.cs..edu/~b>
> Date: Tue, 27 Dec 2016 16:50:18 -0800
>
> On 12/27/16 1:35 PM, Robert wrote:
> > > I'm not sure what your strategy is, but you could also try running JOVE
> > > under valgrind.
> >
> > If you're using XCode, I think it has the "Instruments" toolkit. IIRC, it
> > does some valgrind-like analyses.
>
> You think I have a memory leak? Hard to imagine that that would be suddenly
> appearing because I got a new computer...
No, sorry, memory munge.
Since I wrote my last email, I did another Google search and found out
that XCode's memory munging detection is called Guard Malloc.
valgrind may also work, too, 'tho. I would try valgrind first to see if
it finds any memory corruption problems with JOVE. If that doesn't find
something, try Guard Malloc.