From owner-freebsd-emulation@freebsd.org Sun Sep 16 07:18:56 2018 Return-Path: Delivered-To: freebsd-emulation@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 48EA31099638 for ; Sun, 16 Sep 2018 07:18:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 DA2EA818AD for ; Sun, 16 Sep 2018 07:18:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 9F3931099637; Sun, 16 Sep 2018 07:18:55 +0000 (UTC) Delivered-To: emulation@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 8DE841099636 for ; Sun, 16 Sep 2018 07:18:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 173EF818A8 for ; Sun, 16 Sep 2018 07:18:55 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 5C1DE2109D for ; Sun, 16 Sep 2018 07:18:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8G7Isqj015867 for ; Sun, 16 Sep 2018 07:18:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8G7IsSr015865 for emulation@FreeBSD.org; Sun, 16 Sep 2018 07:18:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 230144] Linux emulator does not work on Ryzen / Epic processors Date: Sun, 16 Sep 2018 07:18:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: meowthink@googlemail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 07:18:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230144 meowthink@googlemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meowthink@googlemail.com --- Comment #14 from meowthink@googlemail.com --- Same issue here. stable/11 r338649 on a Ryzen 2400G. $ truss -f /compat/linux/usr/bin/bash 4163: linux_brk(0x0) =3D 7221248 (0x6e3000) pid 4163 comm bash: signal 11 err 4 code 1 type 12 addr 0x7ffffffff508 rsp 0x7fffffffcb10 rip 0x8006ea3c1 <80 3f 00 0f 85 9e 01 00> 4163: SIGNAL 11 (SIGSEGV) code=3DSEGV_MAPERR trapno=3D12 addr=3D0x7fffffff= f508 4163: process killed, signal =3D 11 (core dumped) But 32-bit linux binaries just run fine. I'm pretty sure this isn't r335702 related, as brk(0) will always return the old value. Most weird thing here is, this seems not affect Intel CPUs, but I can't find any differences in code. --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Sun Sep 16 17:56:46 2018 Return-Path: Delivered-To: freebsd-emulation@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 8038310A6E54 for ; Sun, 16 Sep 2018 17:56:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 1DEFA721ED for ; Sun, 16 Sep 2018 17:56:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D2C6F10A6E53; Sun, 16 Sep 2018 17:56:45 +0000 (UTC) Delivered-To: emulation@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 C179210A6E52 for ; Sun, 16 Sep 2018 17:56:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63A30721E8 for ; Sun, 16 Sep 2018 17:56:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id AF9852641A for ; Sun, 16 Sep 2018 17:56:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8GHuifS006751 for ; Sun, 16 Sep 2018 17:56:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8GHuiPc006750 for emulation@FreeBSD.org; Sun, 16 Sep 2018 17:56:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 230144] [stable/11] Linux emulator does not work on Ryzen / Epic processors Date: Sun, 16 Sep 2018 17:56:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.2-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cem@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 17:56:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230144 Conrad Meyer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Linux emulator does not |[stable/11] Linux emulator |work on Ryzen / Epic |does not work on Ryzen / |processors |Epic processors CC|cem@freebsd.org | --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Sun Sep 16 21:00:48 2018 Return-Path: Delivered-To: freebsd-emulation@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 6CBC410AA63D for ; Sun, 16 Sep 2018 21:00:48 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) 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 06D4F80520 for ; Sun, 16 Sep 2018 21:00:48 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id BFCE610AA63C; Sun, 16 Sep 2018 21:00:47 +0000 (UTC) Delivered-To: emulation@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 AEB1B10AA63B for ; Sun, 16 Sep 2018 21:00:47 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 539D280514 for ; Sun, 16 Sep 2018 21:00:47 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A1AE527D5D for ; Sun, 16 Sep 2018 21:00:46 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8GL0kl5004532 for ; Sun, 16 Sep 2018 21:00:46 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8GL0ksK004526 for emulation@FreeBSD.org; Sun, 16 Sep 2018 21:00:46 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201809162100.w8GL0ksK004526@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: emulation@FreeBSD.org Subject: Problem reports for emulation@FreeBSD.org that need special attention Date: Sun, 16 Sep 2018 21:00:46 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 21:00:48 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 206711 | Export linux_ioctl_{,un}register_handler from lin 1 problems total for which you should take action. From owner-freebsd-emulation@freebsd.org Sun Sep 16 21:00:53 2018 Return-Path: Delivered-To: freebsd-emulation@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 62DBA10AA66D for ; Sun, 16 Sep 2018 21:00:53 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) 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 E038A8057B for ; Sun, 16 Sep 2018 21:00:52 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id A500410AA66B; Sun, 16 Sep 2018 21:00:52 +0000 (UTC) Delivered-To: emulation@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 6B3AD10AA668 for ; Sun, 16 Sep 2018 21:00:52 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 12E9F8056B for ; Sun, 16 Sep 2018 21:00:52 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by freefall.freebsd.org (Postfix) id CFC9678C3; Sun, 16 Sep 2018 21:00:51 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id BB76178C2 for ; Sun, 16 Sep 2018 21:00:51 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 912418055D for ; Sun, 16 Sep 2018 21:00:51 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id DF48A27D6F for ; Sun, 16 Sep 2018 21:00:50 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8GL0oqQ005604 for ; Sun, 16 Sep 2018 21:00:50 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8GL0oPk005598 for vbox@FreeBSD.org; Sun, 16 Sep 2018 21:00:50 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201809162100.w8GL0oPk005598@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: vbox@FreeBSD.org Subject: Problem reports for vbox@FreeBSD.org that need special attention Date: Sun, 16 Sep 2018 21:00:50 +0000 MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 17 Sep 2018 00:36:24 +0000 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 21:00:53 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 226073 | emulators/virtualbox-ose-additions -- fix two min New | 228099 | emulators/virtualbox-ose: add AIO pkg message Open | 202982 | Installation of gnome related ports (xfce, vbox, 3 problems total for which you should take action. From owner-freebsd-emulation@freebsd.org Thu Sep 20 19:27:07 2018 Return-Path: Delivered-To: freebsd-emulation@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 37C8D10A6D94 for ; Thu, 20 Sep 2018 19:27:07 +0000 (UTC) (envelope-from carpeddiem@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 BF14B7B607 for ; Thu, 20 Sep 2018 19:27:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 836D110A6D8D; Thu, 20 Sep 2018 19:27:06 +0000 (UTC) Delivered-To: emulation@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 6186D10A6D8C for ; Thu, 20 Sep 2018 19:27:06 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F359A7B5FE for ; Thu, 20 Sep 2018 19:27:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by freefall.freebsd.org (Postfix) id C6E6B157F9; Thu, 20 Sep 2018 19:27:05 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 9000F157EE; Thu, 20 Sep 2018 19:27:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) (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)) by mx1.freebsd.org (Postfix) with ESMTPS id 625897B5F5; Thu, 20 Sep 2018 19:27:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-xd2c.google.com with SMTP id w11-v6so9220369iob.2; Thu, 20 Sep 2018 12:27:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to:cc; bh=ZzKTfqsM85qgJFEY+yVGx5SOfytSvCFflMam0JBjTnQ=; b=J25usdDm1yfRyfSJF07NnfqJ84ZrG3bf/txEO11JNVJaW25R4176ywmdZ0dWy2621k xJ5cjne3zOfl1C9EFOWKJiY6lZk6ZvhmvZfvAd4ysjrbEbwU3bo//8ESLBhqJiJIYFAo xsGY1CKqKMVmYT8tUyo8cB3pzxFDfUwhQfFWDerDg73+67a6etN70WlgDqrz6uaamSC3 SnGWTTsBZifuyKLoIp64H/+rHgIbaD/stiavVoUpSwyGacQ6pR2kadGuUZZF6I3viE1P F2LZRpw1MYCVOajqWbSiKhv0x1p8tMQOv0MwWgraTdokYBZ7WVEgGLju2R8ZsluAqngG B3qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to:cc; bh=ZzKTfqsM85qgJFEY+yVGx5SOfytSvCFflMam0JBjTnQ=; b=C2hCwj0ftya19+Fdwzw2A2KOqcrMK11sIsUTEiPEKCl9rOAiyIXZu0HwLSBpJ49zYY k3aofJrcGv9FLmzVbxs+7pT4qIAnRppaD+qf/IMQ0JHoYTh2+X9WAkU72LSmJQPw2RJj DX95Hmg9rrJnShVLQS2ixJiklCMaOUQuJXUSCvmQ9erx0aFXZ4g6xCDqAJaEYz6wr5Nk CWOmnJogEcvrR1U2gRtW0xb+xESv/68FShJml+NktQRYoKA+tj/ac/GlLqKeIeCoGlGN eHC9oVCM37EHAt9hNASDwuJHdDUVB5KSTBdpqtYW8h1k1m58gSjCUtlNTQLRacyQWLaq 8J6g== X-Gm-Message-State: APzg51DqFYmZeigtPG5hWvcM36atUzAyr7KyxJnmdUorVQlqgP4HBL55 M2zA6QCD4tdUNhVPL4FriRBG/uuAJVw7IxDJf6pfsLms X-Google-Smtp-Source: ANB0VdarTdeOhBvgdLuQ/taymdUv1nn7ihXUGIsuo2Z5B7mo7G9gY3Q5F640Vjv2xdo5mth9lQO2rPeKXOwMluc5t40= X-Received: by 2002:a02:6c45:: with SMTP id w66-v6mr38120958jab.87.1537471624595; Thu, 20 Sep 2018 12:27:04 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:404:0:0:0:0:0 with HTTP; Thu, 20 Sep 2018 12:26:44 -0700 (PDT) From: Ed Maste Date: Thu, 20 Sep 2018 15:26:44 -0400 X-Google-Sender-Auth: mSY1R5Hs_GHoGaNKaqkDqI9NE2k Message-ID: Subject: Heads-up: you have a port that does not link with lld on i386 To: acm@freebsd.org, amdmi3@freebsd.org, andrey@bsdnir.info, bbtruk@users.sourceforge.net, Bernard Spil , Cy Schubert , Alexey Dokuchaev , db@freebsd.org, ehaupt@freebsd.org, eugen@freebsd.org, freebsd@skinc.ru, jwb@freebsd.org, kuriyama@freebsd.org, mi@aldan.algebra.com, michael.osipov@siemens.com, mr@freebsd.org, thierry@freebsd.org, vbox@freebsd.org, x11@freebsd.org, yuri@freebsd.org, Ryan Steinmetz Cc: Mahdi Mokhtari Content-Type: text/plain; charset="UTF-8" X-Mailman-Approved-At: Thu, 20 Sep 2018 20:04:10 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2018 19:27:07 -0000 Antoine just finished an exp-run in PR214864 for issues with LLVM's lld linker as /usr/bin/ld, and the folks in the To: line are listed as maintainer for one or more of the 85 or so ports that failed in that exp-run. Poudriere build link:http://package18.nyi.freebsd.org/build.html?mastername=headi386PR214864-default&build=2018-09-18_21h13m11s One of the most common issues that lld exposes is ports that link non-PIC code into shared objects; by default lld disallows this and results in an error. This shows up as an error like: /usr/bin/ld: error: can't create dynamic relocation R_386_32 against symbol: _glapi_Dispatch in readonly segment; recompile object files with -fPIC >>> defined in .libs/shared_glapi_libglapi_la-u_current.o >>> referenced by entry.c >>> .libs/shared_glapi_libglapi_la-entry.o:(.text+0x1) In many cases I've taken to adding LDFLAGS_i386=-Wl,-znotext which just overrides lld's default and makes it the same as GNU ld (allowing .text relocations), although a better fix would entail understanding the port's build and any reason it may explicitly be avoiding PIC on i386. If you have a moment I'd appreciate it if you can investigate your port's failure and apply a fix. If the problem is other than the one described above, or the LDFLAGS_i386 workaround is not effective, I'm happy to help find a different fix. -Ed From owner-freebsd-emulation@freebsd.org Sat Sep 22 12:59:26 2018 Return-Path: Delivered-To: freebsd-emulation@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 8033710978F4 for ; Sat, 22 Sep 2018 12:59:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 3676771A4E for ; Sat, 22 Sep 2018 12:59:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E93B510978EF; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) Delivered-To: emulation@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 C5BBD10978EE for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AC9271A46 for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 632F818B01; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5E8A118B00 for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 129A771A42 for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 4EFBB63B1 for ; Sat, 22 Sep 2018 12:59:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8MCxOaM087985 for ; Sat, 22 Sep 2018 12:59:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8MCxOGB087984 for vbox@FreeBSD.org; Sat, 22 Sep 2018 12:59:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: maintainer-feedback requested: [Bug 231583] emulators/virtualbox-ose: crash after kldload vboxdrv, 11.2-RELEASE-p3 Date: Sat, 22 Sep 2018 12:59:20 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 22 Sep 2018 13:55:35 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 12:59:26 -0000 Bugzilla Automation has asked vbox@FreeBSD.org for maintainer-feedback: Bug 231583: emulators/virtualbox-ose: crash after kldload vboxdrv, 11.2-RELEASE-p3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231583 --- Description --- FreeBSD pf-bsd 11.2-RELEASE-p3 FreeBSD 11.2-RELEASE-p3 #0: Thu Sep 6 07:14= :16 UTC 2018 Name : virtualbox-ose Version : 5.2.18_1 Output from: kgdb /usr/lib/debug/boot/kernel/kernel.debug /var/crash/vmcor= e.1 ------------------------------------------------ Fatal trap 12: page fault while in kernel mode=09=09=09=09=20=20=20=20=20= =20=20 cpuid =3D 0; apic id =3D 00=20=09=09=09=09=09=09=20=20=20=20=20=20=20 fault virtual address =3D 0x134=20=09=09=09=09=09=20=20=20=20=20=20=20 fault code =3D supervisor read data, page not present=09=09=20=20=20=20=20= =20=20 instruction pointer =3D 0x20:0xffffffff80a98280=09=09=09=09=20=20=20=20=20= =20=20 stack pointer =3D 0x28:0xfffffe04666d1570=09=09=09=20=20=20=20=20=20=20 frame pointer =3D 0x28:0xfffffe04666d15a0=09=09=09=20=20=20=20=20=20=20 code segment =3D base 0x0, limit 0xfffff, type 0x1b=09=09=20=20=20=20= =20=20=20 =3D DPL 0, pres 1, long 1, def32 0, gran 1=09=09=09=20=20=20=20=20=20= =20 processor eflags =3D interrupt enabled, resume, IOPL =3D 0=09=09=20=20= =20=20=20=20=20 current process =3D 1878 (kldload)=09=09=09=09=09=20=20=20=20=20=20=20 trap number =3D 12=09=09=09=09=09=09=09=20=20=20=20=20=20=20 panic: page fault=09=09=09=09=09=09=09=20=20=20=20=20=20=20 cpuid =3D 0=09=09=09=09=09=09=09=09=20=20=20=20=20=20=20 KDB: stack backtrace:=09=09=09=09=09=09=09=20=20=20=20=20=20=20 #0 0xffffffff80b3d567 at kdb_backtrace+0x67=09=09=09=09=20=20=20=20=20=20=20 #1 0xffffffff80af6b07 at vpanic+0x177=09=09=09=09=09=20=20=20=20=20=20=20 #2 0xffffffff80af6983 at panic+0x43=09=09=09=09=09=20=20=20=20=20=20=20 #3 0xffffffff80f77fdf at trap_fatal+0x35f=09=09=09=09=20=20=20=20=20=20=20 #4 0xffffffff80f78039 at trap_pfault+0x49=09=09=09=09=20=20=20=20=20=20=20 #5 0xffffffff80f77807 at trap+0x2c7=09=09=09=09=09=20=20=20=20=20=20=20 #6 0xffffffff80f57dcc at calltrap+0x8=09=09=09=09=09=20=20=20=20=20=20=20 #7 0xffffffff80a980d7 at destroy_dev+0x37=09=09=09=09=20=20=20=20=20=20=20 #8 0xffffffff82999117 at VBoxDrvFreeBSDModuleEvent+0x117=09=09=20=20=20=20= =20=20=20 #9 0xffffffff80ad5f5f at module_register_init+0xbf=09=09=09=20=20=20=20=20= =20=20 #10 0xffffffff80aca07f at linker_load_module+0xb3f=09=09=09=20=20=20=20=20= =20=20 #11 0xffffffff80acb871 at kern_kldload+0xc1=09=09=09=09=20=20=20=20=20=20=20 #12 0xffffffff80acb98b at sys_kldload+0x5b=09=09=09=09=20=20=20=20=20=20=20 #13 0xffffffff80f79068 at amd64_syscall+0xa38=09=09=09=09=20=20=20=20=20=20= =20 #14 0xffffffff80f5861d at fast_syscall_common+0x101=09=09=09=20=20=20=20=20= =20=20 Uptime: 2m3s From owner-freebsd-emulation@freebsd.org Sat Sep 22 12:59:27 2018 Return-Path: Delivered-To: freebsd-emulation@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 EE37710978F8 for ; Sat, 22 Sep 2018 12:59:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 8130E71A4F for ; Sat, 22 Sep 2018 12:59:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3FEFE10978F1; Sat, 22 Sep 2018 12:59:26 +0000 (UTC) Delivered-To: emulation@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 1CB4510978F0 for ; Sat, 22 Sep 2018 12:59:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B80C471A4C for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id B0F7B18B09; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 964F418B08 for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6879771A45 for ; Sat, 22 Sep 2018 12:59:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id A4EB463B3 for ; Sat, 22 Sep 2018 12:59:24 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w8MCxOfZ087999 for ; Sat, 22 Sep 2018 12:59:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8MCxOKN087998 for vbox@FreeBSD.org; Sat, 22 Sep 2018 12:59:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: vbox@FreeBSD.org Subject: [Bug 231583] emulators/virtualbox-ose: crash after kldload vboxdrv, 11.2-RELEASE-p3 Date: Sat, 22 Sep 2018 12:59:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: petr.fischer@me.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vbox@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Sat, 22 Sep 2018 13:55:45 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 12:59:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231583 Bug ID: 231583 Summary: emulators/virtualbox-ose: crash after kldload vboxdrv, 11.2-RELEASE-p3 Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: vbox@FreeBSD.org Reporter: petr.fischer@me.com Flags: maintainer-feedback?(vbox@FreeBSD.org) Assignee: vbox@FreeBSD.org FreeBSD pf-bsd 11.2-RELEASE-p3 FreeBSD 11.2-RELEASE-p3 #0: Thu Sep 6 07:14= :16 UTC 2018 Name : virtualbox-ose Version : 5.2.18_1 Output from: kgdb /usr/lib/debug/boot/kernel/kernel.debug /var/crash/vmcor= e.1 ------------------------------------------------ Fatal trap 12: page fault while in kernel mode=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 cpuid =3D 0; apic id =3D 00=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 fault virtual address =3D 0x134=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20 fault code =3D supervisor read data, page not present=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 instruction pointer =3D 0x20:0xffffffff80a98280=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 stack pointer =3D 0x28:0xfffffe04666d1570=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 frame pointer =3D 0x28:0xfffffe04666d15a0=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 code segment =3D base 0x0, limit 0xfffff, type 0x1b=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 =3D DPL 0, pres 1, long 1, def32 0, gran 1=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 processor eflags =3D interrupt enabled, resume, IOPL =3D 0=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 current process =3D 1878 (kldload)=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 trap number =3D 12=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 panic: page fault=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 cpuid =3D 0=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 KDB: stack backtrace:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 #0 0xffffffff80b3d567 at kdb_backtrace+0x67=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 #1 0xffffffff80af6b07 at vpanic+0x177=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 #2 0xffffffff80af6983 at panic+0x43=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 #3 0xffffffff80f77fdf at trap_fatal+0x35f=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 #4 0xffffffff80f78039 at trap_pfault+0x49=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 #5 0xffffffff80f77807 at trap+0x2c7=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 #6 0xffffffff80f57dcc at calltrap+0x8=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20 #7 0xffffffff80a980d7 at destroy_dev+0x37=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20 #8 0xffffffff82999117 at VBoxDrvFreeBSDModuleEvent+0x117=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 #9 0xffffffff80ad5f5f at module_register_init+0xbf=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 #10 0xffffffff80aca07f at linker_load_module+0xb3f=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 #11 0xffffffff80acb871 at kern_kldload+0xc1=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 #12 0xffffffff80acb98b at sys_kldload+0x5b=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 #13 0xffffffff80f79068 at amd64_syscall+0xa38=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 #14 0xffffffff80f5861d at fast_syscall_common+0x101=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 Uptime: 2m3s --=20 You are receiving this mail because: You are the assignee for the bug.=