Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 1999 18:41:46 +0000
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Ben Smithurst <ben@scientia.demon.co.uk>
Cc:        current@freebsd.org
Subject:   Re: Serious locking problem in CURRENT
Message-ID:  <19991107184146.A22208@walton.maths.tcd.ie>
In-Reply-To: <19991107142826.A2118@strontium.scientia.demon.co.uk>
References:  <local.mail.freebsd-current/19991105225916.A14961@keltia.freenix.fr> <local.mail.freebsd-current/19991106005016.A865@keltia.freenix.fr> <local.mail.freebsd-current/19991106134548.A2921@walton.maths.tcd.ie> <199911061929.NAA26145@free.pcs> <19991107112458.A14670@walton.maths.tcd.ie> <19991107142826.A2118@strontium.scientia.demon.co.uk>

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

> The lock doesn't seem to be released until *explicitly* released, like
> the manual page says. I don't think closing the descriptor counts as
> an explicit unlock, though I am probably wrong. Run this program,
> you'll see the parent still has the lock. Change close(fd) to flock(fd,
> LOCK_UN) and you'll see it doesn't. It's possible I've misunderstood
> something though.

On -current it seems to be unlocking regardless - which I think it the
problem. If you have to explicitly unlock then that seems fine.

	David.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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