What exactly happens when I perform a force quit?
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:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=xGmFMWlOOP/6ZIjh2Kb3KaF6botOvKJtOJH05kCMOyI=; b=LtqCyiXgXsBUWYcZaOfE3IHtNcJEr08cIojHbh00G6W67cxlo83ZnRmXUD0ZmQ6+/H L3hHhh6JEOv0an9b4nHG72wu9MwBPeKTX4nd8HgRJxORUfMuu905GWXtnYFfI4YJ3/8C N/Ze4+qWzjFkYa9+kCMVeOclICpBscKDMkczI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=Lk3oGrE/y+kQlF0PVqa0TtvDzGL6qsjRLJxosyLIV9dihcSqSmVYCrjFaJ7DI78M21 SMZVeMaUfamkatcIPwuu66WRigp0RKe4ayg3i1706QHkbpmACOGq3yu8EAl/+1/VNe5M FkwSH9bm796rBGc0d6MVM7v9sUjEGpNGJXTnw= Hi all, I've recently finished an intensive intro course to OS's, and I'm looking at my computer in a new light. I have a few questions I'd appreciate it if someone would take the time to answer. First, what exactly happens when I perform a force quit on something? Secondly, how would I go about figuring this out on my own? I presume there is some sort of functionality for tracing the kernel, and I presume there is some way to log system calls made by an application, but I'm not sure either where to find it or which application to apply it to. Would force quit be implemented on the level of the kernel, or in the realm of the standard library? Because on one hand, you can be brutal and just close all file handles and eject the program from the scheduler, while on the other hand anything above that level would require some arbitration on the part of the runtime environment. Thanks, Alex Golec _______________________________________________ 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
participants (1)
-
Alexander Golec