Opened 20 years ago
Last modified 16 years ago
#794 assigned defect
psTrace*() is not thread safe — at Version 1
| Reported by: | jhoblitt | Owned by: | jhoblitt |
|---|---|---|---|
| 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.
Note:
See TracTickets
for help on using tickets.
