Modify ↓
Opened 5 years ago
Last modified 2 years ago
#13360 new defect
setlocale is not thread-safe but it is invoked from dispatch_request on multi-thread environment
| Reported by: | Jun Omae | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-stable-1.6.x |
| Component: | web frontend | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
setlocale is not thread-safe on most systems. However, the function is invoked from dispatch_request on tracd, mod_wsgi with threads=N parameter.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Milestone renamed