• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Listener related crashing bug releasing subviews of a custom view
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Listener related crashing bug releasing subviews of a custom view


  • Subject: Re: Listener related crashing bug releasing subviews of a custom view
  • From: Martin <email@hidden>
  • Date: Fri, 22 Feb 2008 16:37:13 +0100

How do I follow the error message suggestion and "Break on _NSKVODeallocateLog to start debugging"?

It means that you should add a breakpoint that breaks on " _NSKVODeallocateLog". To do so, open the breakpoints window, double click on "double-click for symbol" and type "_NSKVODeallocateLog" in the symbol text field.


Then you can see from the call stack where dealloc function is called.

I don't know if this can help, but at anytime, you can NSLog or print in the debugger ("po [self observationInfo]") your object's observationInfo which contains the list of all the observers.

-Martin

PS: I think that kind of message should be posted in cocoa-dev rather that xcode-users.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: Listener related crashing bug releasing subviews of a custom view
      • From: Ken Tozier <email@hidden>
References: 
 >Listener related crashing bug releasing subviews of a custom view (From: Ken Tozier <email@hidden>)

  • Prev by Date: Re: static library (.a) is not of required archutecture
  • Next by Date: Re: linking problem with SDK dylib vs. system dylib
  • Previous by thread: Listener related crashing bug releasing subviews of a custom view
  • Next by thread: Re: Listener related crashing bug releasing subviews of a custom view
  • Index(es):
    • Date
    • Thread