• 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: AddressBook/NSTableView Signal 11 crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AddressBook/NSTableView Signal 11 crash


  • Subject: Re: AddressBook/NSTableView Signal 11 crash
  • From: Josh Kritner <email@hidden>
  • Date: Fri, 7 Oct 2005 09:17:00 -0400

That did it, works great now.

Thanks
--
Josh


On 10/7/05, Yann Bizeul <email@hidden> wrote:
> Hi,
>
>      You should retain book if you use it as an instance variable :
>      book = [[ABAddressBook sharedAddressBook]retain];
>
>      Or instead of using iv book, replace it by [ABAddressBook
> sharedAddressBook] in your code.
>
>      Same mistake apply to iv "buddies" it is not retained and is
> crashing when you use it for the second time.
>
>      You should read the memory management documentation on ADC :
>      http://developer.apple.com/documentation/Cocoa/Conceptual/
> MemoryMgmt/MemoryMgmt.html
>
> Regards,
>
> Yann Bizeul • yann at tynsoe.org
> Cocoa Developer
>
> Tynsoe Projects
> BuddyPop • GeekTool • SSH Tunnel Manager • ...
> http://projects.tynsoe.org/
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >AddressBook/NSTableView Signal 11 crash (From: Josh Kritner <email@hidden>)
 >Re: AddressBook/NSTableView Signal 11 crash (From: Yann Bizeul <email@hidden>)

  • Prev by Date: Re: nib opening from app
  • Next by Date: Core Data Insert and editColumn:row:withEvent:select:
  • Previous by thread: Re: AddressBook/NSTableView Signal 11 crash
  • Next by thread: Re: Flipping an NSImage (SOLVED)
  • Index(es):
    • Date
    • Thread