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.