No subject


Tue Aug 30 15:00:21 CDT 2005


closing everything, I grepped out the fcntl calls that act on the document (file
descriptor #57).  The document opened is 7680 bytes long.  I'm noticing that the
"start" argument (which should be the offset, in bytes, from the beginning of
the file) is rather large, and oddly close to the 2gb mark.  I'm not sure why
the calls succeed, but, as I said previously, lsof doesn't show any active file
locks with a document open.

[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483538, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483559, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=2147483559, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483579, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=2147483579, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483599, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=2147483599, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483539, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483559, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483579, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_WRLCK, whence=SEEK_SET,
start=2147483599, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=2147483579, len=0}) = 0
[pid  9558] fcntl64(57, F_SETLK, {type=F_UNLCK, whence=SEEK_SET,
start=2147483538, len=0}) = 0

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list