From owner-freebsd-current@freebsd.org Fri Oct 30 08:52:51 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 E3D28A20F4C for ; Fri, 30 Oct 2015 08:52:51 +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 C200D122F for ; Fri, 30 Oct 2015 08:52:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id BF96EA20F4B; Fri, 30 Oct 2015 08:52:51 +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 BE3A4A20F4A for ; Fri, 30 Oct 2015 08:52:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (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 8A58D122E for ; Fri, 30 Oct 2015 08:52:51 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by padhy1 with SMTP id hy1so62492583pad.0 for ; Fri, 30 Oct 2015 01:52:51 -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=9vUAN+TxzZ6uFzTPjJJgNCrUpfw2nRgG7U0rtUfzK8o=; b=mLC9YM2Sv9N/XBAY5Bo2G10lj5SGJNtgQYVTxpJgAiylGPPX7RvhxQtv9dEvxf4soA m6E54zrbyKbpMkwyFZZpbPP/2hJw0xdH2qWWo4Qc+yQaw+r6VotGsUlo3FvB098jmUHB XAp/qmcZXwbdSl5ItTU9RMtSy34BVu3Hoxp36bY5O+Jy5Cg52j6w+a1jw7AGrvw1nvJ8 VI6qfGFxkV4Na5CggVFEnzqoGh/hheQXXb9m0ugy1USqM1TcxxkiFJXZRNvPT4OnHMEb rfl4lefna8uXIWB6Xtz+Jei5IDtFejJPNCLmNioDt0Jhi70YxhzpZj+Z/eWiNGlW4oNp ZcTw== X-Received: by 10.68.134.3 with SMTP id pg3mr7336650pbb.41.1446195171172; Fri, 30 Oct 2015 01:52:51 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:b09f:a62d:eef9:d2bc? ([2601:601:800:126d:b09f:a62d:eef9:d2bc]) by smtp.gmail.com with ESMTPSA id h10sm6781118pat.34.2015.10.30.01.52.50 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 30 Oct 2015 01:52:50 -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: <86pozwbvds.fsf@desk.des.no> Date: Fri, 30 Oct 2015 01:52:49 -0700 Cc: David Wolfskill , current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20150718120956.GC1155@albert.catwhisker.org> <86pozwbvds.fsf@desk.des.no> To: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= 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 08:52:52 -0000 > On Oct 30, 2015, at 01:42, Dag-Erling Sm=C3=B8rgrav = wrote: >=20 > David Wolfskill writes: >> ... >> bound to 172.17.1.245 -- renewal in 43200 seconds. >> pid 544 (ntpd), uid 0: exited on signal 11 (core dumped) >> Starting Network: lo0 em0 iwn0 lagg0. >> ... >=20 > Did you find a solution? I'm wondering if the ntpd problems people = are > reporting on freebsd-security@ are related. I vaguely recall hearing > that this had been traced to a pthread bug, but can't find anything > about it in commit logs or mailing list archives. https://svnweb.freebsd.org/changeset/base/287591 ?=