Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Dec 2024 11:45:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 283103] Yet another Parallels arm64 panic
Message-ID:  <bug-283103-27103-Tu20UrPwoz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-283103-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-283103-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283103

Andrew Turner <Andrew@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Andrew@FreeBSD.org

--- Comment #3 from Andrew Turner <Andrew@FreeBSD.org> ---
The problem is the ged driver needs to call AcpiEvaluateObject from the
ithread, however as taking the APCI lock can sleep if another thread already
holds it the ithread can panic.

We could either make the ACPI lock spin, or allow some ithreads to sleep. I
have a patch to allow some ithreads to sleep, however am unsure if this is =
the
best option.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283103-27103-Tu20UrPwoz>