Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 14404
Status: resolved
Priority: 0/
Queue: POE

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

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



Subject: POE::Wheel::ReadWrite Bug
There's a very suspicious-looking piece of code at line 403 - it caused my POE application to repeatedly crash. Commenting the line out seemed to solve the problem, I wonder how it worked fine on other systems before being discovered... The bug manifests itself when DESTROY is being called, the HANDLE_OUTPUT is being select()'d twice, which is obviously a logic bug.
This bug was fixed on 8/29/05 in CVS by rcaputo, revision 1.73. It will be on cpan for the next release.
From: hachi
This bug was fixed on 8/29/05 in CVS by rcaputo, revision 1.73. It will be on cpan for the next release.
Yeah, it's fixed. I didn't release it sooner because I didn't think it would cause runtime blowouts. I'll push 0.3202 onto PAUSE in a few minutes.