Changes between Initial Version and Version 1 of Ticket #91
- Timestamp:
- Feb 1, 2008, 1:05:48 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #91
- Property Resolution → fixed
- Property Status new → closed
-
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.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.