David Fiddes <[EMAIL PROTECTED]> wrote: > > Is there any test software or way of testing a particular Linux distribution > or C library installation to see if it suffers from the fcntl() locking > problem. >
SQLite tests for the linux thread-locking bug at run-time using the routine testThreadLockingBehavior() in os_unix.c. You can use that code. -- D. Richard Hipp <[EMAIL PROTECTED]>