Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2023 15:06:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 268393] system always reboots once from a powered off state
Message-ID:  <bug-268393-227-NHZATyRNZE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268393-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268393-227@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=3D268393

--- Comment #29 from John Grafton <john.grafton@runbox.com> ---
(In reply to Jonathan Vasquez from comment #28)
Yes, compile using the GENERIC kernel config, it includes the witness debug=
ger.
 Then boot from the kernel as normal and see if the system still crashes.

There *may* be a race within the driver which only crashes given specific
parameters.  From the data you've already provided, it appears an interrupt
handler is called before memory is initialized for it.  Hopefully, locking =
the
initialization functions will give us a clue to what's going on in your sys=
tem.

Intermittent bugs are the most annoying to debug because they can sometimes=
 be
difficult to replicate.  We just have to keep poking at it to see if we can
find a solution.  :)

--=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-268393-227-NHZATyRNZE>