DragonFly bugs List (threaded) for 2008-04
DragonFly BSD
DragonFly bugs List (threaded) for 2008-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Panic in a vkernel: getblk: vnode 0x669232e8 has no object!


From: Rumko <rumcic@xxxxxxxxx>
Date: Thu, 03 Apr 2008 11:24:13 +0200

Matthew Dillon wrote:

> 
> :>  /* Must have a VM object to truncate */
> :> +             if (vp->v_object == NULL)
> :> +                     vinitvmio(vp, 0);
> :>  error = ffs_truncate(vp, (off_t)0, 0, NOCRED);
> :>  ip->i_rdev = 0;
> :>  mode = ip->i_mode;
> :
> :I'll try to reproduce it, but since this is the first time I got this panic
> :... I'll see if it can be done
> :--
> :Regards,
> :Rumko
> 
>      Scrap that patch.  It's bad.  It causes more panics then it fixes.
> 
> -Matt
> Matthew Dillon
> <dillon@backplane.com>

Ok ... I have yet to reproduce the panic (the vkernel is still building the
packages) so I have not applied the patch yet.
-- 
Regards,
Rumko



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