Re: Spinning beach ball of death [solved]
Re: Spinning beach ball of death [solved]
- Subject: Re: Spinning beach ball of death [solved]
- From: Ken Tozier <email@hidden>
- Date: Sun, 23 May 2004 11:11:24 -0400
On May 23, 2004, at 3:34 AM, Angela Brett wrote:
In what context is your addObject: method called? I would guess it is
called in a loop which uses usedCount somehow, and it's that code
which would be the source of the problem.
I wonder if Shark could give you some hints on what your app is doing
while the beachball is going.
Hadn't thought of that... In searching for Shark on my machine, I
stumbled across the "Spin Control" app which showed me exactly where
the problem was happening (the dealloc method wasn't incrementing a
pointer in the release loop) Nifty tool that...
Thanks,
Ken
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.