Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 22:10:23 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@olgeni.com>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Possible kqueue related issue on STABLE/RC.
Message-ID:  <alpine.BSF.2.00.1309122208410.81095@olgeni.olgeni>
In-Reply-To: <20130912184900.GD41229@kib.kiev.ua>
References:  <alpine.BSF.2.00.1309111705460.89324@olgeni.olgeni> <20130911171913.GG41229@kib.kiev.ua> <alpine.BSF.2.00.1309112316160.2547@olgeni.olgeni> <20130912073643.GM41229@kib.kiev.ua> <alpine.BSF.2.00.1309122024370.38459@olgeni.olgeni> <20130912184900.GD41229@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

On Thu, 12 Sep 2013, Konstantin Belousov wrote:

>> This certainly seems to improve things. I have been running builds
>> for the past couple of hours without any critical problem.
> Ok, so it is ZFS indeed.  I think I will commit the band-aid to head
> shortly.

Thank you!

>> I spotted a few LORs but nothing bad happened so far:
>>
>>      http://olgeni.olgeni.com/~olgeni/dmesg-2013-09-12
> Out of curiousity, please look up the line for vm_object_terminate+0x1d8.

Here it is, VM_OBJECT_UNLOCK:

(kgdb) list *vm_object_terminate+0x1d8
0xffffffff80b5cc58 is in vm_object_terminate (/usr/src/sys/vm/vm_object.c:767).
762 
763             /*
764              * Let the pager know object is dead.
765              */
766             vm_pager_deallocate(object);
767             VM_OBJECT_UNLOCK(object);
768 
769             vm_object_destroy(object);
770     }
771

-- 
jimmy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1309122208410.81095>