Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jul 2017 20:54:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 220277] 11.1-BETA3 hangs on Dell Vostro V130 during boot
Message-ID:  <bug-220277-8-9hfBTr9FyK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220277-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220277-8@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=3D220277

--- Comment #12 from Mark Johnston <markj@FreeBSD.org> ---
I managed to capture the hang in ddb using boot -d. thread0 is mtx_sleep()i=
ng
in AcpiOsAcquireMutex() with a stack that goes through acpi_button_probe().=
 A
taskqueue thread is pause()d with the following stack:

pause_sbt()
AcpiExSystemDoSleep()
AcpiDsExecEndOp
AcpiPsParseLoop()
AcpiPsParseAml()
AcpiPsExecuteMethod()
AcpiNsEvaluate()
AcpiEvaluateObject()
acpi_cmbat_get_bst()
acpi_cmbat_init_battery()
<taskqueue stuff>

I presume that this thread is holding the ACPI mutex that thread0 is waiting
for. So it seems that r310336 wasn't sufficient.

--=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-220277-8-9hfBTr9FyK>