From nobody Tue Nov 2 22:32:26 2021 X-Original-To: freebsd-emulation@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id CC61218339BB; Tue, 2 Nov 2021 22:32:32 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "R3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HkPmJ0c6Sz4ZT1; Tue, 2 Nov 2021 22:32:32 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:from:from:references:content-language :subject:subject:user-agent:mime-version:date:date:message-id; s=201508; t=1635892346; bh=9F7W3IUSiKN1kCmZDhMDJoC4r+M67eisIXnA Ax5nE98=; b=N57G0ScY0k/WppE5tauWIjj23ywfK+IHeJ3h2xXoKZ7Tdwbt2aJt 2g6Bao+2qKjBfkO+OeKF/3Ulfs7n4x6GRH1Xi79paTQfxCy9Jbq1kxWmSHKzB3iX tEVagLH6+6Y/E0WjzaMHpTaoeoVY1XhSSAx85mITqj6E7DmAbswA5ME= Received: from [192.168.1.10] (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id B2092286DF; Tue, 2 Nov 2021 18:32:26 -0400 (EDT) Message-ID: <1ccb6ce3-2cb7-e325-79e3-cda5640f24df@protected-networks.net> Date: Tue, 2 Nov 2021 18:32:26 -0400 List-Id: Development of Emulators of other operating systems List-Archive: https://lists.freebsd.org/archives/freebsd-emulation List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-emulation@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: current now panics when starting VBox VM Content-Language: en-NZ To: Cy Schubert , greg@unrelenting.technology Cc: "freebsd-emulation@freebsd.org" , freebsd-current References: <36923A7F-23DE-490D-B1FA-A8B064740BD6@unrelenting.technology> <202111022148.1A2LmeHX004930@slippy.cwsent.com> In-Reply-To: <202111022148.1A2LmeHX004930@slippy.cwsent.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HkPmJ0c6Sz4ZT1 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protected-networks.net header.s=201508 header.b=N57G0ScY; dmarc=pass (policy=reject) header.from=protected-networks.net; spf=pass (mx1.freebsd.org: domain of imb@protected-networks.net designates 2001:470:8d59:1::8 as permitted sender) smtp.mailfrom=imb@protected-networks.net X-Spamd-Result: default: False [-3.07 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[protected-networks.net:s=201508]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[protected-networks.net:+]; DMARC_POLICY_ALLOW(-0.50)[protected-networks.net,reject]; NEURAL_HAM_SHORT(-0.07)[-0.068]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[] Reply-To: imb@protected-networks.net From: Michael Butler via freebsd-emulation X-Original-From: Michael Butler X-ThisMailContainsUnwantedMimeParts: N On 11/2/21 17:48, Cy Schubert wrote: > In message <36923A7F-23DE-490D-B1FA-A8B064740BD6@unrelenting.technology>, > Greg > V via freebsd-current writes: >> >> >> On November 2, 2021 5:16:35 PM GMT+03:00, Michael Butler via freebsd-current >> wrote: >>> On current as of this morning (I haven't tried to bisect yet) .. >>> >>> .. with either graphics/drm-devel-kmod or graphics/drm-current-kmod, >>> trying to start a VirtualBox VM triggers this panic .. >>> >> >>> #16 0xffffffff80c81fc8 at calltrap+0x8 >>> #17 0xffffffff808b4d69 at sysctl_kern_proc_pathname+0xc9 >> >> something something https://reviews.freebsd.org/D32738 ? sysctl_kern_proc_pat >> hname was touched recently there. >> >> (Also can someone commit https://reviews.freebsd.org/D30174 ? These warning-f >> illed reports are unreadable >_<) > > Usually the first thing to do with virtualbox is rebuild it. That usually > fixes any panics I experience here. Of course, make sure your virtualbox > ports subdirs are fully patched, as it's an opportune time to update it too. Before reporting this, I rebuilt world including kernel, all kmods and virtualbox itself to no avail :-( I agree; most issues I've had in the past have been resolvable using this approach. Not this time, Michael