#91 closed defect (fixed)
Locking fails because of bug in Linux pthreads
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 2.4.3 |
Component: | main | Version: | 2.4.2 |
Keywords: | Cc: |
Description (last modified by )
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.
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset [162].