Thanks for your reply - solved. The problem was because of a goto: placed
before any init happened.
2010/9/9 Bill Bumgarner
>
> On Sep 9, 2010, at 4:27 AM, Luca C. wrote:
>
> > 0 libobjc.A.dylib 0x7fff8766c11c objc_msgSend +
> 40
> > 1 com.apple.CoreFoundation
On Sep 9, 2010, at 4:27 AM, Luca C. wrote:
> 0 libobjc.A.dylib 0x7fff8766c11c objc_msgSend + 40
> 1 com.apple.CoreFoundation 0x7fff882e9cc6
> _CFAutoreleasePoolPop + 230
> 2 com.apple.Foundation 0x7fff87a4881a
Classic overrelease problem.
On 2010 Mar 11, at 02:27, Gideon King wrote:
> or whether I would have to subclass NSConcreteNotification and override
> dealloc and then use pose as, so I could print out the notification name
> etc, to get the info
That would work, but Method Replacement [1] was added in Objective-C 2.0 as
Well I spent some of the day going through the application with the analyzer -
first time I have used it, and I'm pretty impressed - I like the way it draws
the lines showing the relevant lines of code...but although it did pick up some
leaks etc, it made no difference to my specific problem.
W
On Wed, Mar 10, 2010 at 4:45 PM, Gideon King wrote:
> Seeing as none of this appears to have anything to do with my code, I am
> assuming that some notification created somewhere in my application is
> somehow the cause, but I'm not sure how to track this down.
Run the analyzer first, then if t
2.2 and 2.21 mostly. As I said - I can't reproduce this. I only get
crash logs from users with it. I'm just trying to get some idea of
what it could be.
On Mar 20, 2009, at 4:57 AM, Mark Ritchie wrote:
On 20-Mar-09, at 5:32 AM, Alex Kac wrote:
iPhone OS :) And normally I'd ask on the iPhone
On 20-Mar-09, at 1:04 AM, Alex Kac wrote:
1 CoreFoundation 0x3023c326 CFRelease + 58
2 Foundation 0x3066fe04 -[NSCFDictionary
release] + 2
3 CoreFoundation 0x3023c326 CFRelease + 58
4 Foundation 0x3066fe0
is it possible that your dictionary contains itself?
Alex Kac wrote:
I have tried for a few weeks now to try and decipher this myself on
the web, the archives, etc... without success. The problem I have is
that I cannot reproduce this myself. But I've had a few customers who
have sent me
On Mar 19, 2008, at 2:13 AM, Steve Cronin wrote:
Folks;
On Tiger, I have an app that has a popup button which allows a user
to make a selection from a supporting array.
Once a new selection is made a collection of images are redraw in a
view.
Has been working reasonably well...
Now sometim