Subject: | 'use encoding ...' is not thread-safe |
'use encoding ...' in threaded scripts causes core dumps.
See http://rt.perl.org/rt3/Ticket/Display.html?id=48248
Change 32146 to blead added the following to the KNOWN
PROBLEMS section of the 'encoding' POD:
Thread safety
"use encoding ..." is not thread-safe (i.e., do not
use in threaded applications).