Skip Menu |

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)



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
未命名.bmp
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