Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: recurring tstile hangs on -current



On Fri, Jul 05, 2019 at 10:29:24PM +0200, Thomas Klausner wrote:
> >From some debugging so far, the cause for the hang seems to be that
> the nvme driver is waiting for an interrupt that doesn't come.
> 
> At least once I got it to get unstuck by call "nvme_intr()" on the
> softc address from ddb.
>  Thomas

Obvious fix.

Index: wizd.8
===================================================================
RCS file: /cvsroot/src/share/man/man8/wizd.8,v
retrieving revision 1.11
diff -u -r1.11 wizd.8
--- wizd.8	12 Jun 2019 09:03:32 -0000	1.11
+++ wizd.8	5 Jul 2019 21:10:27 -0000
@@ -48,6 +48,9 @@
 also performs periodic sanity checks on the distribution set lists.
 E-mail alerts will be triggered if the build installs files that are marked
 as obsolete and therefore get automatically removed.
+.Pp
+.Nm
+provides interrupts when the kernel drops them.
 .Sh SIGNALS
 .Nm
 responds to the following signals:



Home | Main Index | Thread Index | Old Index