Opened 17 years ago

Closed 17 years ago

Last modified 9 years ago

#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 rainer)

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 rainer, 17 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Fixed in changeset [162].

Note: See TracTickets for help on using tickets.