On Tue, Sep 22, 2009 at 9:47 AM, Mark Woods <[email protected]> wrote: > The task checks the validity of certain files and in some cases, the task > could definitely crash if the data is corrupt - that is the whole purpose of > launching a separate task. This is not a problem as the application notifies > the user if the task was not successful.
Perhaps instead of crashing, you should design this tool to return nonzero if the file is invalid? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
