Front page | perl.perl5.porters |
Postings from December 2010
Fixing RT 66224
From:
Alberto Simões
Date:
December 19, 2010 13:14
Subject:
Fixing RT 66224
Message ID:
4D0E75B1.401@alfarrabio.di.uminho.pt
Hello
With the amount of web platforms, mod_perl, and the like, this bug on
open3 is making more damage.
Basically, when fileno(STDOUT) != 1, open3 does not redirect the child
process STDOUT to where it should.
Summary here:
http://rt.perl.org/rt3/Ticket/Display.html?id=66224
In attach you can find a patch to HEAD@git that adds a test to this.
There is a patch in the RT that uses POSIX and fixes this misbehavior.
But wasn't able to test it under Windows (yet).
Anybody wanting to help and explain me the next steps?
Thank you
ambs
--
Alberto Simões
-
Fixing RT 66224
by Alberto Simões