Re: reproducible "panic: share->excl"

From: Andrew Gallatin <gallatin_at_cs.duke.edu>
Date: Tue, 22 Jul 2008 15:50:51 -0400
Kostik Belousov wrote:
> On Tue, Jul 22, 2008 at 01:15:12PM -0400, Andrew Gallatin wrote:
>> Kostik Belousov wrote:
>>
>>> Essentially, you tried to do the write of the part of the region mmaped
>> >from the file, to the file. The VOP_WRITE() is called with exclusively
>>> locked vnode, while fault handler tried to lock the vnode in shared mode
>>> to page in.
>> Yes, the operations attempted were rather nonsensical, but should
>> not have killed the system.  Thank you for looking into it.
> 
> Why nonsensical ? The operations are legitimate, and kernel must not panic.
> 
> The question still open is whether the patch fixed the issue for you.

Yes, the patch fixes the panic.

Thank you,

Drew
Received on Tue Jul 22 2008 - 17:51:00 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:33 UTC