Still trying to debug mbuf leak.. Anyone familiar with uma_*?

2009-01-11 Thread Jason DiCioccio
So I've got various vmcores here from kmem_malloc failures.. I already know that it's an excess of mbufs that's causing the crash, I'm just trying to figure out what the mbufs contain so that I can try and figure out where they came from.. Currently I'm able to get at (uma_zone_t)zone_mbuf,

Re: Still trying to debug mbuf leak.. Anyone familiar with uma_*?

2009-01-11 Thread Robert Watson
On Sun, 11 Jan 2009, Jason DiCioccio wrote: So I've got various vmcores here from kmem_malloc failures.. I already know that it's an excess of mbufs that's causing the crash, I'm just trying to figure out what the mbufs contain so that I can try and figure out where they came from..