Opened 20 years ago
Last modified 16 years ago
#794 assigned defect
psTrace*() is not thread safe
| Reported by: | jhoblitt | Owned by: | eugene |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | PSLib | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | rhl@… |
Description (last modified by )
'cRoot' should either be protected by a mutex or per thread. I'd don't think it
makes sense to configure tracing per thread so we should probably just use a
mutex. Another possiblity should be to unify psTrace with psLog. Then we'd
only have to worry about psLog's thread safety.
Change History (2)
comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Priority: | high → low |
comment:2 by , 16 years ago
| Component: | sys → PSLib |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
