From owner-freebsd-current@freebsd.org Sun Jun 25 10:54:25 2017 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 A5018D8E73E for ; Sun, 25 Jun 2017 10:54:25 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward10j.cmail.yandex.net (forward10j.cmail.yandex.net [IPv6:2a02:6b8:0:1630::185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6166966DC2 for ; Sun, 25 Jun 2017 10:54:25 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [IPv6:2a02:6b8:0:2519::121]) by forward10j.cmail.yandex.net (Yandex) with ESMTP id C844E213E9 for ; Sun, 25 Jun 2017 13:54:20 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id ADC1D63C0EE1 for ; Sun, 25 Jun 2017 13:54:20 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id TMsj1u8386-sJxSlHRH; Sun, 25 Jun 2017 13:54:19 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=passap.ru; s=mail; t=1498388059; bh=dB+Xz0Fx0/+WHesckwNYgfbGooaTCGyPRkeIsb9wlCk=; h=To:From:Subject:Message-ID:Date; b=p6Zr2ZE9XR+LZPp3giesH7MM3lHMHsAaoZo7x6bpOS874EhQo6fPvsdMoewosfSCa isYLsHwsLnd8BbVtbBBUtiAxtxBjg1OmQ6vp52h8mqcnvEElqHMVejqQOu1U3ODILK bYvY66d9RuVY6B6eOGP21RsnxoYcsDUjnOwkNpbU= Authentication-Results: smtp1m.mail.yandex.net; dkim=pass header.i=@passap.ru X-Yandex-Suid-Status: 1 0 To: freebsd-current@FreeBSD.org From: Boris Samorodov Subject: r320307 -> r320324: kernel does not load Message-ID: Date: Sun, 25 Jun 2017 13:54:19 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: ru-RU Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 25 Jun 2017 10:54:25 -0000 Hi All, I use self-built base packages for system updates. The jump from r320307 to r320324 leads to fatal trap 12 at the very beginning: https://goo.gl/Pgujga (sorry for the poor photo quality) Revert to r320307, and the system boots fine. -- WBR, bsam