Re: Diagnosing memory problems

2018-11-27 Thread Steve Mills
> On Nov 27, 2018, at 16:56, Casey McDermott wrote: > > Our main window has a tool bar across the top, an outline view on the left, > and a tab view on the right. Choosing an item from the outline view fills a > data entry screen into a new tab on the right. > > We started out using OS 10.11

Re: Diagnosing memory problems

2018-11-27 Thread Sean McBride
On Tue, 27 Nov 2018 16:53:26 -0700, Rob Petrovec said: >Actually, you want the Zombies tool. That finds overreleased objects >like ones that cause the spew you are seeing. See also: 1) man guardmalloc 2) 3) NSZombieEnabled 4) CFZombieLevel

Re: Diagnosing memory problems

2018-11-27 Thread Rob Petrovec
Actually, you want the Zombies tool. That finds overreleased objects like ones that cause the spew you are seeing. —Rob > On Nov 27, 2018, at 4:52 PM, Rob Petrovec wrote: > > Check out the Leaks tool in Instruments (inside Xcode.app) > > —Rob > > >> On Nov 27, 2018, at 3:56 PM, Casey McDe

Re: Diagnosing memory problems

2018-11-27 Thread Rob Petrovec
Check out the Leaks tool in Instruments (inside Xcode.app) —Rob > On Nov 27, 2018, at 3:56 PM, Casey McDermott wrote: > > Our main window has a tool bar across the top, an outline view on the left, > and a tab view on the right. Choosing an item from the outline view fills a > data entry sc

Diagnosing memory problems

2018-11-27 Thread Casey McDermott
Our main window has a tool bar across the top, an outline view on the left, and a tab view on the right.  Choosing an item from the outline view fills a data entry screen into a new tab on the right. We started out using OS 10.11, but just switched to newer OS versions.  10.12 has a couple dis