Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting Default Output Device gives a strange answer



Yes, a signal handler would be a fine idea. However, you need to be careful with signal handlers though. You really can't do anything in them as the execution environment is not the normal one. For example, you shouldn't allocate/deallocate memory and many system APIs won't work correctly.

In my command line tools, I use the signal handler to set a flag that the tool's main run loop is looking at that indicates it's time to clean up and quit. I then handle actually cleaning up and quitting on the main thread when it exits the run loop.

On Nov 14, 2006, at 4:56 PM, Andrew Kimpton wrote:

Steve Checkoway wrote:
Andrew Kimpton wrote:

In order to avoid this sort of thing should I make sure to install some sort of 'atexit' handler to release hog mode before the app quits ? That won't protect against crashes but would at least protect against impatient 'ctrl-c' usage.

If I were you, I'd install a signal handler to catch ^C and ^\ and so forth and try to shut down gracefully, assuming this is an option for you.


Yep - it sounds like catching the signals is the best way to do things, as Jeff previously noted the order of atexit calls is unpredictable and may not help avoid the 'wedged' state.


--

Jeff Moore
Core Audio
Apple


_______________________________________________ Do not post admin requests to the list. They will be ignored. Coreaudio-api mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/coreaudio-api/email@hidden

This email sent to email@hidden
References: 
 >Getting Default Output Device gives a strange answer (From: Andrew Kimpton <email@hidden>)
 >Re: Getting Default Output Device gives a strange answer (From: Jeff Moore <email@hidden>)
 >Re: Getting Default Output Device gives a strange answer (From: Andrew Kimpton <email@hidden>)
 >Re: Getting Default Output Device gives a strange answer (From: Jeff Moore <email@hidden>)
 >Re: Getting Default Output Device gives a strange answer (From: Andrew Kimpton <email@hidden>)
 >Re: Getting Default Output Device gives a strange answer (From: Steve Checkoway <email@hidden>)
 >Re: Getting Default Output Device gives a strange answer (From: Andrew Kimpton <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.