Re: another buildworld -j4 panic

From: Bosko Milekic <bmilekic_at_technokratis.com>
Date: Fri, 8 Aug 2003 09:56:45 +0000
On Thu, Aug 07, 2003 at 05:36:38PM -0500, Mike Silbersack wrote:
> 
> ok, here goes:
> 
> duplicate free from zone FFS1 dinode
> 
> traceback:
> Debugger
> panic
> uma_dbg_free
> uma_zfree_arg
> ffs_ifree
> ufs_reclaim
> ufs_vnoperate
> vclean
> gdonel
> getnewvnode
> ffs_vget
> ufs_lookup
> ufs_vnoperate
> vfs_cache_lookup
> ufs_vnoperate
> lookup
> namei
> stat
> syscall
> Xint0x80_syscall
> 
> Whee!

  geez, you're really hitting a lot of double frees.  Can the other
  people running -current under high load turn on INVARIANTS and see if
  they start hitting the double free problems, too?  I'd like some more
  evidence.

  Judging from the things we've seen from your traces I would guess at
  this point that there is a path somewhere that ends up in the ffs code
  without Giant, and that code fails to assert Giant requirements most
  of the time.  Maybe it's time we start sprinkling the GIANT_REQUIREDs
  where we know they belong...  that one we talked about adding the
  other day, did it catch anything?

-- 
Bosko Milekic  *  bmilekic_at_technokratis.com  *  bmilekic_at_FreeBSD.org
TECHNOkRATIS Consulting Services  *  http://www.technokratis.com/
Received on Fri Aug 08 2003 - 04:56:50 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:18 UTC