site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=esiLRw6WHqutFZC5cqH4uWd99r1w+01oOKLzzUCu738=; b=HPqQIBJVE8tI8NP8MZArrse6IGEc+dkK7tj5PyqdHZl8tGfRt5+o2g+9i8dLtMWEcH OGx8DUJ85f4tpa7iwdAZBK1iJuH0zmDiDGi+sxo32lXjXGla9iQTkJKNvL4H7lTZRqtg 5imT/qsBJ+gDkf6Ffus1ZevC+uh8/zWvuY61M= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=crlB/NSWZqyFfF6ytBSgI+Eh9yFJjtEjsrCy5fva/Vv+MlOnpMofm91dKr/8ghA4um DBgHyTtaFiyeKlIU1+SVK0OUiULUTMpmiPUv49/XY03+MWd9AkRyKmELUmrjiTw6j2kg mifTl++LZhnqkqH5uVHdlJaLPL/y7STc8Q+6g= Hello all, Thanks, Jason _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I was wondering if anybody knows... if an application registers for user-level power events and never calls IODeregisterForSystemPower on the notifier and/or IOServiceClose on the root port, does that application then keep the computer from properly handling idle sleep requests? In this case, clean up isn't called because the application terminates unexpectedly for some reason, but I've noticed that once this happens the computer will never sleep due to being idle again. I'm asking on the list because I'm not sure if this is 1) a bug; 2) expected behavior; or 3) something limited to my machine. Has anyone experienced anything like this before? smime.p7s
participants (1)
-
Jason Coco