panic: blockable sleep lock (sleep mutex) 32 @ /usr/src/sys/vm/uma_core.c:1990

Jung-uk Kim jkim at FreeBSD.org
Wed Jun 10 23:17:35 UTC 2009


On Wednesday 10 June 2009 07:12 pm, Jung-uk Kim wrote:
> On Wednesday 10 June 2009 07:01 pm, Kip Macy wrote:
> > A M_WAITOK allocation while holding a lock will do this.
>
> No, it does not because it may be used in interrupt handler context
> with a spin lock held (e.g., GPE handler).

I meant "a M_WAITOK allocation while holding a lock" is not the case 
here.  It is "you shall not malloc(9) while holding a spin lock" 
case.

Jung-uk Kim


More information about the freebsd-current mailing list