Skip Menu |

This queue is for tickets about the Encode CPAN distribution.

Report information
The Basics
Id: 31269
Status: resolved
Priority: 0/
Queue: Encode

People
Owner: Nobody in particular
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.23
Fixed in: (no value)



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).
Fixed in 2.24. Dan the Maintainer Thereof On Thu Dec 06 09:18:44 2007, JDHEDDEN wrote: Show quoted text
> '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).