Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

People
Owner: SUNGO [...] cpan.org
Requestors: SUNGO [...] cpan.org
Cc:
AdminCc:

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



Subject: tests failing on 5.004_05
Leolo reports failing tests on 5.004_005. he's provided me with a shell for debug work and i'm hunting them down. looks like its probably mostly my fault for introducting code that's really only happy on 5.6+
i've added code to fix TRACE_FILE on <5.6. i've fixed some 5.6+ only code in t/30_filter_httpd.t so that it only gets seen if we're on a perl that supports it. what remains is t/01_session.t. tests 32 and 37 are failing. these are object destruction checks and it LOOKS like one of the heaps is managing to stick around until perl shuts down. i've just confirmed that this bug affects 5.005_004 as well but not 5.6.2 and up.