From owner-freebsd-current@freebsd.org Fri Oct 30 09:38:29 2015 Return-Path: Delivered-To: freebsd-current@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 BB43BA21B13 for ; Fri, 30 Oct 2015 09:38:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 95D451BA2 for ; Fri, 30 Oct 2015 09:38:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 94C65A21B12; Fri, 30 Oct 2015 09:38:29 +0000 (UTC) Delivered-To: current@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 94623A21B11 for ; Fri, 30 Oct 2015 09:38:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (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 61BDF1BA1 for ; Fri, 30 Oct 2015 09:38:29 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pasz6 with SMTP id z6so69698160pas.2 for ; Fri, 30 Oct 2015 02:38:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=7uF/Eppy46/1AE8MTgydtJnnIG0w66X5Ruigic/mdzk=; b=JRB9xoyyCyowgsCJb30EnnkY2uPaHBvTpzmEjfH8U4MMw7bkFUCVUUtCe94aPWpXK5 3TWDc0EgqljuwD7dp8i1ExutFepVGASk44aXyYmTmnksDl3GgeHospwL1YOhOiZKfPSt FTWZJCITLei0cKY0v75qy3okq2rDkZtWX7J541hCulmXLnjFz5miMYJjjgcHfZ1L0h86 XsnRQOgu+yNIdH0rgyffj522C+8w2Id2ESHDjwjmBbT7IJk/2V2ah4GkPGUwBXdDnhLW bqSo21hCgWJJ5EAiz7IjlfidzB69cPiZb/Pq2gTVJX4QX7+PEDI/vQrp8oGYX1U1lmbj 6OwA== X-Received: by 10.66.184.42 with SMTP id er10mr7799420pac.117.1446197908993; Fri, 30 Oct 2015 02:38:28 -0700 (PDT) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id pn8sm7104278pbb.16.2015.10.30.02.38.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 Oct 2015 02:38:28 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Segmentation fault running ntpd From: NGie Cooper In-Reply-To: <5C3532DB-CFD2-4C30-8854-9C9E883D5148@lastsummer.de> Date: Fri, 30 Oct 2015 02:38:27 -0700 Cc: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= , David Wolfskill , FreeBSD CURRENT Content-Transfer-Encoding: quoted-printable Message-Id: <08BE7960-C917-4E99-AC9A-6ADFA24FD10E@gmail.com> References: <20150718120956.GC1155@albert.catwhisker.org> <86pozwbvds.fsf@desk.des.no> <86lhakbua7.fsf@desk.des.no> <9D306406-691B-491E-8933-D991A09620A3@lastsummer.de> <5C3532DB-CFD2-4C30-8854-9C9E883D5148@lastsummer.de> To: Franco Fichtner X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 09:38:29 -0000 > On Oct 30, 2015, at 02:32, Franco Fichtner = wrote: >=20 > Well, it=E2=80=99s on stable/10 since September 16 and somebody = reported that > this particular branch would not trigger the crash along with HEAD, > but any 10.x would. Can=E2=80=99t find the reference right now = though. You=E2=80=99re right. My Mail.app search fu was failing me for a = minute.. ------------------------------------------------------------------------ r287846 | kib | 2015-09-15 21:20:39 -0700 (Tue, 15 Sep 2015) | 4 lines MFC r287591: There is no reason in the current kernel to disallow write access to the COW wired entry if the entry permissions allow it. Remove the = check.