Re: reproducible "panic: share->excl"
- From: Kostik Belousov <kostikbel@xxxxxxxxx>
- Date: Tue, 22 Jul 2008 22:19:27 +0300
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.
Attachment:
pgpgqkcq7wl45.pgp
Description: PGP signature
- Follow-Ups:
- Re: reproducible "panic: share->excl"
- From: Andrew Gallatin
- Re: reproducible "panic: share->excl"
- References:
- reproducible "panic: share->excl"
- From: Andrew Gallatin
- Re: reproducible "panic: share->excl"
- From: Kostik Belousov
- Re: reproducible "panic: share->excl"
- From: Andrew Gallatin
- reproducible "panic: share->excl"
- Prev by Date: Re: [head tinderbox] failure on amd64/amd64
- Next by Date: Re: reproducible "panic: share->excl"
- Previous by thread: Re: reproducible "panic: share->excl"
- Next by thread: Re: reproducible "panic: share->excl"
- Index(es):
Relevant Pages
|