Opened 15 years ago
Closed 15 years ago
#922 closed enhancement (fixed)
Option to enable mutex related logging to assist troubleshooting concurrency problems
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.4 |
Component: | pjlib | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
New compile configuration option PJ_DEBUG_MUTEX can be used to log all mutex operations. Currently only available in Windows.
Change History (2)
comment:1 Changed 15 years ago by bennylp
- Description modified (diff)
comment:2 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Close the ticket for now.
Some TODO list still:
- implement for Unix platform
- as it is, this will generate loads of logs. Would be better if somehow the logging is more clever to log just the curious events rather than all of them.
Note: See
TracTickets for help on using
tickets.
In r2843: