From owner-freebsd-stable@freebsd.org Fri Sep 4 08:35:32 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B39E09CA147; Fri, 4 Sep 2015 08:35:32 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F8FD11D8; Fri, 4 Sep 2015 08:35:32 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=KCPPCzpnf4j6rOjvMEiF+CvVpVv5F6KG0UAnaQJ6wRk=; b=ge3gLGTwJtUj/c2YzSpTQQHuKV1Sm1AMU5Pas7w+12JQMVG9Hr86dqedn8Y2cmT7TH1VyxjDDBU5dT3PXNO8LnhkEGF4CneSGoiQ0NAXAvlmYm+07qDy71Sn+4hPk8FsPkQuu37x7YbAlPJmF+a4LR3Dh7+mN8LGJqvcWCFMa74=; Received: from dynamic-pool-telkomsel-114-124-0-8.telkomsel.net.id ([114.124.0.8]:29478 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1ZXmT4-00429N-Jy; Fri, 04 Sep 2015 02:35:31 -0600 Date: Fri, 4 Sep 2015 16:35:24 +0800 From: Erich Dollansky To: Konstantin Belousov Cc: FreeBSD stable , freebsd-threads@freebsd.org Subject: Re: pthread_cancel / sleep change in behaviour Message-ID: <20150904163524.0b420a90@X220.alogt.com> In-Reply-To: <20150904081857.GF2072@kib.kiev.ua> References: <20150903080047.16be939e@X220.alogt.com> <20150903081947.GB2072@kib.kiev.ua> <20150903183353.2633a38b@X220.alogt.com> <20150903104351.GE2072@kib.kiev.ua> <20150904083740.5f3e49aa@X220.alogt.com> <20150904081857.GF2072@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 08:35:32 -0000 Hi,. On Fri, 4 Sep 2015 11:18:57 +0300 Konstantin Belousov wrote: > On Fri, Sep 04, 2015 at 08:37:40AM +0800, Erich Dollansky wrote: > > On Thu, 3 Sep 2015 13:43:51 +0300 > > > > and it works there. > > > > So, it is just a matter of time until the fix finds its way back to > > 10? > Yes, should be several days timeframe. this sounds perfect. > > > > > Of course, I do not ignore the signal now in the application > > anymore. The application then works as expected on 10.2 STABLE. > Well, the consequence of the bug, which affected you, is that it was > allowed for the applications to ignore SIGCANCEL. With the bug fixed, > the signal(SIGCANCEL, anything) becomes nop. Was it just me being blind or is the documentation on this a bit limited? Erich