#311 closed defect (fixed)
Thread safety of --enable-ptrace (part 2)
Reported by: | rainer | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | 3.0.6 |
Component: | main | Version: | |
Keywords: | Cc: |
Description
It has been noticed by [anonymous] that the save_tv
variable is global and hence not thread safe. It should be replaced by a thread-specific variable,
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 12 years ago
More fixes (cleaner patch, and a new option for configuring the time difference) in changeset [411].
Note:
See TracTickets
for help on using tickets.
Believed to be fixed by changeset [408].