From owner-freebsd-current@freebsd.org Tue Aug 21 12:31:58 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 0A6D4107070B for ; Tue, 21 Aug 2018 12:31:58 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD9AD81619 for ; Tue, 21 Aug 2018 12:31:57 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) (Authenticated sender: olivier/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5DF29B0BD for ; Tue, 21 Aug 2018 12:31:57 +0000 (UTC) (envelope-from olivier@freebsd.org) Received: by mail-pg1-f170.google.com with SMTP id z25-v6so3697923pgu.7 for ; Tue, 21 Aug 2018 05:31:57 -0700 (PDT) X-Gm-Message-State: AOUpUlGsxCPenfJrJLpDwLw0SDiY4Ry9n3/W47yVGWryLuiLQsSdZzu5 VDerwUxtsriYAlMq9WA4r4WGEtsPkUQvdqgD3Ps= X-Google-Smtp-Source: AA+uWPwYgHHo9MMSNjgSCLeObhMzEHbaVBbt/hGAjTgBYAsDMcuKgr4GwLY5/A6QDzpPqw06xUdN7/J/I0Zf3ftrO4A= X-Received: by 2002:a65:60cf:: with SMTP id r15-v6mr47045404pgv.41.1534854716249; Tue, 21 Aug 2018 05:31:56 -0700 (PDT) MIME-Version: 1.0 References: <20180821113051.7d35bc39@x23> In-Reply-To: <20180821113051.7d35bc39@x23> From: =?UTF-8?Q?Olivier_Cochard=2DLabb=C3=A9?= Date: Tue, 21 Aug 2018 14:31:42 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Loading carp module crash i386 (12-ALPHA2), seems VNET related To: Marko Zec Cc: freebsd-current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Tue, 21 Aug 2018 12:31:58 -0000 On Tue, Aug 21, 2018 at 11:29 AM Marko Zec wrote: > On Mon, 20 Aug 2018 16:26:29 +0200 > Olivier Cochard-Labb=C3=A9 wrote: > > > Just loading carp kernel module is enough to panic it: > > > > [root@router]~# uname -a > > FreeBSD router.bsdrp.net 12.0-ALPHA2 FreeBSD 12.0-ALPHA2 r338100M > > i386 [root@router]~# kldload carp > > Fatal trap 12: page fault while in kernel mode > > How many vnets were already instantiated at the time of kldloading > carp? Does the panic ocur with no (non-default) vnets instantiated? > > Hi, None VNET were instantiated: Just start the latest 12-i386 image ( https://download.freebsd.org/ftp/snapshots/VM-IMAGES/12.0-CURRENT/i386/Late= st/) on a VM, and once logged as root enter 'kldload carp' to trigger a panic. Regards, Olivier