RT for rt.cpan.org
Skip Menu
|
Bug #54111 for Encode: use encoding can not work in threads
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Encode CPAN distribution
.
Report information
The Basics
Id:
54111
Status:
open
Priority:
0/
Queue:
Encode
People
Owner:
Nobody in particular
Requestors:
jason21ce [...] 163.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
Attachments
未命名.bmp
Fri Jan 29 03:33:59 2010 (1074k) by jason21ce [...] 163.com
History
Show all quoted text
Fri Jan 29 03:33:59 2010
jason21ce [...] 163.com - Ticket created
Subject:
use encoding can not work in threads
use encoding 'euc-cn', STDIN => 'euc-cn', STDOUT => 'euc-cn';
Subject:
æªå½å.bmp
Download 未命名.bmp
image/bmp 1m
Sat Sep 18 14:05:25 2010
DANKOGAI [...] cpan.org - Status changed from 'new' to 'open'
Tue Apr 26 12:17:29 2011
kmx [...] cpan.org - Correspondence added
This bug may be related to the following perl core RTs
http://rt.perl.org/rt3/Ticket/Display.html?id=89142
http://rt.perl.org/rt3/Ticket/Display.html?id=85366
It is a bug on Win32 when using Encode + fork/threads
Minimum failing demo:
use encoding 'utf-8';
fork;
Perhaps jason21ce@163.comcould post his failing perl code + paltform details to confirm my guess.
--
kmx