Opened 17 years ago
Last modified 10 years ago
#91 closed defect
Locking fails because of bug in Linux pthreads — at Initial Version
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.4.3 |
Component: | main | Version: | 2.4.2 |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.