Actions
Bug #2436
closedMultithreading bug in format-date()
Start date:
2015-08-04
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
When the ICU library is used for date formatting in format-date() (etc), there is a multithreading bug that may cause the wrong month-name or day-name to be output.
(Specifically, instances of the ICUNumberer class are reused and shared across threads, but the class has an instance-level field "cal" which is mutable.)
The observed effect is that XSLT3 test validation-0202 produces incorrect output in about 1 in 30 runs.
Please register to edit this issue
Actions