Re: Reading from a pty after slave exited
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=iuLGS/QV7lKJ0tqvRG2dtEAO7pmOnLgY3r5rwM7OzEE=; b=EGxWxddLGarVV516zwHafSoaIMYJQi17Fd6D6Ww2I/Nz92OjSYyvI1riyuctDqJn6+ IPsXtKRo3te0UlFpTlWAfGDoclJAP3G+fnsyQLt5gqvU0n0AdBJfq5Vkx4E9XmifHbCq VyAg5klc+2NbdtiRnaSywMqpial72eUNPSRdQ= Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fnOuNrwbD2zjNmHIGye+n4YRGpihb8gTKmKjxDmlqnNOnsOIb67aX/Gs4LRHFlIenf Da908MHaZp4m0rQCOn6MHclRTZ6wj81t0U2zwt26HraSJGnTzeJN+V6+CcJ++INrqTvD h65PM7SxZlwQdf91eYvzgDM54gEKQ23IuDf9w= On Sat, Apr 24, 2010 at 6:41 PM, Terry Lambert <tlambert@apple.com> wrote:
I think I can safely say the operations will fail in the future if you lose the race, so code not written to do ioctl the right end of the pty will get race failures, but it will only harm the code doing the ioctl on the wrong fd, and then not always.
Sorry, I don't follow. Lose which race, could you elaborate? When you're talking about the wrong fd, do you mean using the slave fd on the master end and vice versa? _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Julian Scheid