• 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: Problem with changes to NSArrayControllers array causing crash
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with changes to NSArrayControllers array causing crash


  • Subject: Re: Problem with changes to NSArrayControllers array causing crash
  • From: Corbin Dunn <email@hidden>
  • Date: Mon, 18 Jan 2010 17:28:29 -0800

> ...
> 	20  VATSpy                              0x0000000100004912 -[BBSDataMgr loadDataFile:] + 3851
> 	21  Foundation                          0x00007fff8166de99 __NSThread__main__ + 1429
> 	22  libSystem.B.dylib                   0x00007fff814c2f8e _pthread_start + 331
> 	23  libSystem.B.dylib                   0x00007fff814c2e41 thread_start + 13
> )
> Code is:
> ....			[myTableView reloadData];
> 		}

NSTableView is not threadsafe - do not call reloadData on a background thread. However, given your particular case it is probably the arraycontroller change that is causing the mutation.

corbin



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Problem with changes to NSArrayControllers array causing crash
      • From: Grant Christensen <email@hidden>
References: 
 >Problem with changes to NSArrayControllers array causing crash (From: Grant Christensen <email@hidden>)

  • Prev by Date: Re: Unembed Objects
  • Next by Date: Re: Problem with changes to NSArrayControllers array causing crash
  • Previous by thread: Problem with changes to NSArrayControllers array causing crash
  • Next by thread: Re: Problem with changes to NSArrayControllers array causing crash
  • Index(es):
    • Date
    • Thread