Outstanding I/O after 10 seconds

Poul-Henning Kamp phk at phk.freebsd.dk
Fri Sep 24 14:47:08 PDT 2004


In message <20040924171245.Q549 at pcle2.cc.univie.ac.at>, Lukas Ertl writes:
>Hi there,
>
>I've now seen several times the following messages:
>
>WARNING: Final close of geom_dev(da9s1a) still has outstanding I/O after 
>10 seconds. Completing close anyway, panic may happen later.
>
>This happens when I run benchmarks on the specified device (like rawio). 
>The strange thing is that when I look at what triggers this message, then 
>cp->nstart is one less than cp->nend, like there was an additional 
>g_io_deliver() on a bio.
>
>Any ideas why cp->nend would be larger than cp->nstart?

A bug.  A very serious bug.  Likely a double biodone().

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-geom mailing list