[issue410] PREVIEW (SMP) crash on initializing the bridge
Matthew Dillon
dillon at apollo.backplane.com
Fri Jan 5 11:10:30 PST 2007
:Does this also explain why this problem occurs in SMP only?
:
:--
:Gergo Szakal <bastyaelvtars at gmail.com>
:University Of Szeged, HU
It would, yes, because M_NOWAIT will cause allocation failures far
more often on SMP systems if the allocation subsystem cannot get
the big giant lock when accessing the VM system (which occurs when the
per-cpu cache is empty).
The question is, does the commit just made to HEAD (not PREVIEW) fix
the panics?
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Bugs
mailing list