• 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: NSArchiver atomic?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSArchiver atomic?


  • Subject: Re: NSArchiver atomic?
  • From: Michael Ash <email@hidden>
  • Date: Sun, 29 Mar 2009 15:04:25 -0400

On Sun, Mar 29, 2009 at 2:57 PM, Michael Vannorsdel <email@hidden> wrote:
> Guess I should clarify.  Has anyone verified it; I've had an issue with
> partial writes archiving built-in classes.  The program used to get signals
> to terminate and archive some basic classes (NSArray, NSString, NSNumber) to
> disk.  But these files would only contain some of the archive about 10% of
> the time (just truncated), missing ending key closes ect.  This has since
> gone away when I switched to AE (wasn't my idea to use signals) but I still
> wonder if it really is atomic or not.

You cannot run arbitrary code from a signal handler. The sigaction man
page has a list of what library functions *can* be called from a
signal handler. *Everything* else is off-limits, including all of
Cocoa and all of the Objective-C runtime.

You were doing it wrong, now you're doing it right, and your problem
went away. Seems like no surprise there!

Mike
_______________________________________________

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: NSArchiver atomic?
      • From: Michael Vannorsdel <email@hidden>
References: 
 >NSArchiver atomic? (From: Michael Vannorsdel <email@hidden>)
 >Re: NSArchiver atomic? (From: Jim Correia <email@hidden>)
 >Re: NSArchiver atomic? (From: Michael Vannorsdel <email@hidden>)

  • Prev by Date: Re: NSArchiver atomic?
  • Next by Date: Re: XMLParser
  • Previous by thread: Re: NSArchiver atomic?
  • Next by thread: Re: NSArchiver atomic?
  • Index(es):
    • Date
    • Thread