Changes between Initial Version and Version 1 of Ticket #91


Ignore:
Timestamp:
02/01/08 01:05:48 (16 years ago)
Author:
rainer
Comment:

Fixed in changeset [162].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #91

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #91 – Description

    initial v1  
    1 There is a bug in LinuxThreads that causes getpid(2) to return a different value in each thread. This causes locking to fail. Need to workaround this by storing the PID of the initial thread in a global variable before starting more threads.
     1There is a bug in !LinuxThreads that causes getpid(2) to return a different value in each thread. This causes locking to fail. Need to workaround this by storing the PID of the initial thread in a global variable before starting more threads.