Current-Users archive

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

Re: panic: wapbl_register_deallocation: out of resources



On Sat, Feb 19, 2011 at 10:49:55AM +0100, Manuel Bouyer wrote:
> On Fri, Feb 18, 2011 at 01:53:45PM +0200, Antti Kantee wrote:
> > On Fri Feb 18 2011 at 12:28:51 +0100, Juergen Hannken-Illjes wrote:
> > > 2) Backtraces from ddb are broken for a longer time.  For me this hack 
> > > works:
> > 
> > Why is it a hack and what's keeping you from committing it?  A debugger
> > that can't debug is quite sad ...
> 
> AFAIK only i386 stack trace are broken, and I suspect this hack could break
> other ports.

No -- it shouldn't.  A circleq's next is "next == head ? head->first : next"
and only i386 uses db_cpu_first() / db_cpu_next().

-- 
Juergen Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig 
(Germany)


Home | Main Index | Thread Index | Old Index