From owner-freebsd-stable@freebsd.org Sun Jul 9 14:07:22 2017 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 57BCDDB2A9B for ; Sun, 9 Jul 2017 14:07:22 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA686953 for ; Sun, 9 Jul 2017 14:07:21 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: by mail-wr0-x235.google.com with SMTP id 77so105517965wrb.1 for ; Sun, 09 Jul 2017 07:07:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:references:subject:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=XpfZC3CWEV3Es3dDPacNbHzj6LOkKCEUMXihs4mGWD0=; b=ItDOGKIYKy8XKrKkj6Xx+cK4jzr/zDvgvOf3vp9yu9f915xB93quuMnaIt6SCxoB+T nXRxMIKYL/nCexgJBkFL8NyToPoKnkVCOXCizq9b4WP+ndIMq5xry8i88fosd8OqzZOc JNHQRes/rapBmWSAOIhNOyOs2fH3pZkM5UZv/YFdt+lZR+DIRXP4jQARiwJ87gEjldD3 uO1fsqwSWZgRuU2e8kvvPeGgE/YOwbyDj2Eg0jNCCrkRVlTG6opfW3cupeVOKCf5dsUs 4BUDQ2uDR8uXNWHnSb4dXWRoSuoXdB5JEvTm5SxwPchKhpHpTjIQGJ5sRsnU5uwSo7Ps tSsg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:references:subject:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=XpfZC3CWEV3Es3dDPacNbHzj6LOkKCEUMXihs4mGWD0=; b=aldT33TVIiSuSNsB/PHQypri+t2nFSPNPfLpi7Mq4pwNBQyUtHZ0NBqqrTgqWLorwo rj9FkTe2UhQX+qJZ7LuoTP8wE1kjXF6drW2ZsXdu2vBsC4AZcRcuLz/r6H5vI1Sm6nIT ALS/9w0RIklbFmwvRcY89X8DelN1R/95dzK/mC6N0LPAGuujVwKbm18fjJoUlSXtfIEG ZvMRVJRxj242zcZvYoUg109BTpTk6sWZk7ZZdMjXTgrHLK250/p9xSRgYr9NqbNyiEUZ hNyYu5yrcPVwTRXLDadbENOdqR/vIiHwJPKPMCWyFxTb9PaqCLQfu5JdaHcXWo9pA/fN F1yA== X-Gm-Message-State: AIVw110qCEE9fQyrGh3CxNuvvjg2i8ywPl7ADGTCfsIiLhzpietWyYk7 cU9aLtpH1Re9jyh+ X-Received: by 10.223.139.70 with SMTP id v6mr5250639wra.97.1499609240330; Sun, 09 Jul 2017 07:07:20 -0700 (PDT) Received: from ?IPv6:2001:470:1f15:b1f:fd65:d514:2de:d0f2? ([2001:470:1f15:b1f:fd65:d514:2de:d0f2]) by smtp.googlemail.com with ESMTPSA id e31sm13667859wre.54.2017.07.09.07.07.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Jul 2017 07:07:19 -0700 (PDT) To: freebsd-stable@freebsd.org References: <20170709122301.GI1935@kib.kiev.ua> Subject: Re: 11.1-RC2 breaks wine, creates unkillable process From: =?UTF-8?Q?Jan_Kokem=c3=bcller?= Message-ID: <46f315aa-ae3b-c19f-5324-c051ef0ed0c0@gmail.com> Date: Sun, 9 Jul 2017 16:07:18 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170709122301.GI1935@kib.kiev.ua> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2017 14:07:22 -0000 > This should fix creation of the unkillable processes, but untested. Thank you, wine works fine again with this patch applied.