Kelly,
The test is trivial - three threads try to get the locale data. Before
the fix you'd have multiple threads stomping on each other - after the
fix they should now be synchronized in terms of the primary
initialization. But I'd have to check the actual locale code as that is
where the sy
i have seen a similar bug in my own jprt code where i was accidently working
with HashSet or HashMap objects in two different threads very strange
things like this happened
i dont have the testcase handy to look at but i highly suspect the testcase
this last failure had nothing to with JPRT
On 4/10/2011 3:53 AM, Naoto Sato wrote:
Discussed in the CR 7027061. Never been able to reproduce outside the
JPRT system, and it's difficult to investigate such issue without
reproducing it.
This error message is coming from jtreg:
ACTION: main -- Error. Error while cleaning up threads after
Discussed in the CR 7027061. Never been able to reproduce outside the
JPRT system, and it's difficult to investigate such issue without
reproducing it.
Naoto
On 10/2/11 7:39 PM, Alan Bateman wrote:
I haven't seen it but Olivier Lagneau asked me off-list recently about
the same issue (same te