From owner-freebsd-current@freebsd.org Wed Aug 22 23:02:55 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20B971098E0C for ; Wed, 22 Aug 2018 23:02:55 +0000 (UTC) (envelope-from p.gunnarsson@yahoo.com) Received: from sonic305-21.consmr.mail.ir2.yahoo.com (sonic305-21.consmr.mail.ir2.yahoo.com [77.238.177.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AF527246B for ; Wed, 22 Aug 2018 23:02:54 +0000 (UTC) (envelope-from p.gunnarsson@yahoo.com) X-YMail-OSG: aNTRvjkVM1mb5MGne3lPU_JwojXv1POfEvR35OwjicOO8AZ3wS4vGIUudnhKoQK Dcvj2V2v7p72o9mYNso9VfgpqyrYg1J3Gz2t4Xwl0pzARbYb1oBdorNYGokvrySGOpr9a7J_j540 F7zqtvOFXaFKXANGwOSFuTSdjUvpSicg6.c2tI_NIJw0pGai.SQJolLLPtlDDNcEr9EjFy5SI22k DdLpvoCkehx.HErI1EPQN0Pn2RGdbZmpEV3S7Hc.zxHi77dFVkda8pAK6YpmnwyKx_PUpW2aBLmB yrMgJnuNpHxCYzRUVoH_pGUvbI4lfcC1IBgMX47kBIG4zExpKrcKCiLW5lPXaPvmW3182uf1pckT 8Xj3hMCB2H_PFiyvNGl9USHPHp3RX5ojq3jDo4E9XQVS1PSO3i1_8fifeUPk_wVHIAJPPEQkBMvA p045Qvpz_mxdQ1_..DraczgbE34ktR402A.1fAHqdAYqAvVwY9R4sS6fbhT6bLxDDkDWZrGrgn7J tsAYTEaUdqw20e0QoAfDwmS_dwfXC.E.ttZF_XN72vVI4LaYdPDeDMXV0aEhgebK3Vve7bJ7fGwm hM5.xyFk6IDgxrTf9csbiwwr_r1JdUVFcN3K1JOAxHjpCUH4zSaAxRCSM8tclNrL.kjdK_uEBlue mMeE1W0QZJJNgWNf3eRAf9VWPqmxncNCfUJwzc80y.it5cHluaGFX1SQZOnfpbrfwTu5dbgQrfmT SPu1HU4dxG1iAOhc_LDF7nxkcTu.3LRCuLOxZlEcRdv588LBwcybnuDvIbK4pQEesa..dTGxEAdZ Qnqup9SsMmceDb3bEOjBnEBRcphfGhq8LOpxzDtcCuVmi43VU7sXgGI4zRSXG9zAlwmBNxRip8l6 jNJWHzOAQh9N47W5SmjxuTJH31eH_l2miKXMV8t0Ne0wfhxK08XFCoEjOi7m7HnCnKoK.pPyJ4dR cDyY4Yc0gC69tjNWPc._sWtBH2BLjmBmPia2V70C6_1fHKAnzrfGXi7o0 Received: from sonic.gate.mail.ne1.yahoo.com by sonic305.consmr.mail.ir2.yahoo.com with HTTP; Wed, 22 Aug 2018 23:02:46 +0000 Received: from 108.161.151.160 (EHLO [188.125.73.26]) ([108.161.151.160]) by smtp411.mail.ir2.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 32ca76965cf37128d9766a526f61fe29 for ; Wed, 22 Aug 2018 23:02:44 +0000 (UTC) From: Per Gunnarsson Subject: Fatal trap 12 when booting with fuse in /boot/loader.conf To: freebsd-current Message-ID: Date: Thu, 23 Aug 2018 01:02:40 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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 Aug 2018 23:02:55 -0000 Sorry for possibly mentioning this twice. FreeBSD konjak 12.0-ALPHA2 FreeBSD 12.0-ALPHA2 #0 r338177: Wed Aug 22 08:46:40 CEST 2018     root@konjak:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64 /usr/src Revision: 338177 /usr/ports Revision: 477773 When I try to boot with the fuse module in /boot/loader.conf I get something like this: Fatal trap 12: ... fault virtual address = 0xcd instruction pointer = 0x20:0xffffffff80eec062 stack pointer = 0x20:0xffffffff8420e580 frame pointer = 0x20:0xffffffff8420e670 ... Then there is a prompt: db> or something, but it doesn't respond to keyboard input and I have to reboot. Somehow I managed to unload all modules from the boot prompt and reboot. After that, I rebooted without the fuse module in /boot/loader.conf and things work fine. I have tried to boot again with fuse in /boot/loader.conf, and the first boot I get to a mountroot prompt which I am now reading up on. Maybe this is the same as Michael Gmelin is working on. Regards, Per Gunnarsson