From owner-freebsd-current@freebsd.org Wed Jun 22 21:12:42 2016 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 E6A26B7245B for ; Wed, 22 Jun 2016 21:12:42 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 7B5712C15 for ; Wed, 22 Jun 2016 21:12:42 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x229.google.com with SMTP id r190so124497wmr.0 for ; Wed, 22 Jun 2016 14:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:cc:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=ErMBqHswlG9JZE4dcRUhGWOTwD2oLow9vGxIHMkQwTQ=; b=Phh/b5wIyK1dSF3AmZjGB5W8VJz7ZvqLc2XMav6FMxX8nwgqle7ECF8H9F4TCFakdD uNzZCIt0mKZweXAp+RFYjM8ym0AVnB36FVeZ0g70b6Kq3BTIYmghFKp9HqYAcNMOAO/1 9QREKXjNTvw6NC553Hms8dMonDy7Rq/h7obl/rbuaQlXZ2zwk58B6V0ow6BVNjtN3Qer +QOMm7g5LosY2HdP4Ue9qacj6E+1CObD2q2WQmC0ZwgfHgkZJBbH5E3lm72j6hK/Rfkl 917pGPVTasfDZbwWebXU3gUFivZFKR0dRUhJDbgptkumJdbSNSktO57fTk8FeFBzYCoE CmFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:cc:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=ErMBqHswlG9JZE4dcRUhGWOTwD2oLow9vGxIHMkQwTQ=; b=QV+ovJEqR51gngXTQ6S8k63ESD/5ccqqQGYrhQymSwP5Sc8TgrrC862grvTcCOVJf6 6la73kemy7mzNgu9DpdNiLFBHuavHAIfznEJwATxnqM/k2B1RgVVeDeuU38mbeCoCF38 PwHi8lULEfs6jQ+M8rS9YciAlTPgWOMq2xWGqg4WZTg7odJnDyphGR0rsMsWPkRUUD5C 6W+dBfdzeYvOftnvqN9SvMe08z4SWJwRqcWPQS4RaCb3cGvBQCeYIdxKaR50jct2vWdU oier45ZpduqkPjmIDUs5dDkLNboAen3eyAVU3pJn/rqF1f3Ecokt8UplrJl5A7O5MMIY zCHw== X-Gm-Message-State: ALyK8tL3Ib5ASuVJLY3lK8mPnWiEu7F0LvjW35fSNCTz/QXJpQL5K9iCqZxW/UFgMUoxiQ== X-Received: by 10.28.216.14 with SMTP id p14mr10255582wmg.84.1466629960984; Wed, 22 Jun 2016 14:12:40 -0700 (PDT) Received: from Johans-MacBook-Air-2.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id b77sm2342515wme.0.2016.06.22.14.12.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 Jun 2016 14:12:40 -0700 (PDT) Subject: Re: Fatal trap 12 To: Ivan Klymenko References: <20160622203636.050ac83a@nonamehost.local> From: Johan Hendriks Cc: freebsd-current@freebsd.org Message-ID: <4ef2b986-60f0-94f1-b180-46f543774419@gmail.com> Date: Wed, 22 Jun 2016 23:12:39 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20160622203636.050ac83a@nonamehost.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 22 Jun 2016 21:12:43 -0000 Just a me too. Build yesterday (revision unclear) and starts fine, today a rebuild and a panic. But I do not see the panic message as it reboots right away. The latest line I see is atkbd0: irq 1 on atkbdc0 Then a real quick panic and then it reboots. I captured it by filming and then pause it before the reboot. ( the first part is unreadable, but from processor eflags it is the same! except the 0xfffffffff80b values.) But also 10 lines of KDB stack backtrace: , and 1s uptime. The old kernel boots fine! My system uses root on ZFS! regards Johan Op 22/06/16 om 19:36 schreef Ivan Klymenko: > Hello. > After update from r302000 to r302083 i have panic > http://i.imgur.com/YfvvhdS.png > > Thanks. > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"