[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pool_get must have NOWAIT panic
sempai <emory@incumbent.org> writes:
> okay. i have this scribbled on a piece of paper. so bear with me.
>
> OpenBSD CURRENT as of sept. 26. (was my last make build; i think i updated
> that day too.)
>
> system was at console for a "while" came back to it in my home office and it
> was in ddb:
>
> panic: pool_get _must have NOWAIT
> _pool_get
> _m_prepend
> _ether_output
> _aarpinput
Some kind of appletalk handling didn't follow the rules (appears to have been
wrong for ages, but the diagnostic check that triggered your panic was new).
I fixed it to follow the rules, but I don't know how well it will work.
//art