Email List: Xaustin-review-lX
[All Lists]

Defect in XSH lockf()

To: yyyyyyyyyyyyyyy@xxxxxxxxxxxxx
Subject: Defect in XSH lockf()
From: yyyyyyy@xxxxxxxxxx
Date: Thu, 20 Nov 2003 16:58:34 GMT
        Defect report from : Ulrich Drepper , Red Hat, Inc.

(Please direct followup comments direct to yyyyyyyyyyyyyy@xxxxxxxxxxxxx)

@ page 705 line 23269 section lockf() objection {ud-lockf-1}

Problem:

Edition of Specification (Year): 2003

Defect code :  1. Error

The lockf() man page is currently demanding contradicting behavior.
Locking is supposed to have effect on thread or process level.  The
later is existing practice, only threads from different processes
exclude each other.  Threads from the same process do not.  Therefore
the man page must be changed in one place to make the transition from
the original wording complete.


Action:

Line 23269f.  Change

Calls to lockf() from other threads which attempt to lock the locked
file section [...]

to

Calls to lockf() from threads in other processes which attempt to lock
the locked file section [...]

<Prev in Thread] Current Thread [Next in Thread>
  • Defect in XSH lockf(), drepper <=