Skip Menu |

This queue is for tickets about the POE CPAN distribution.

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

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

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



Subject: huge exception with poe for missing method
Date: Sun, 20 Jan 2008 16:29:11 -0500
To: bug-POE [...] rt.cpan.org
From: Ricardo SIGNES <rjbs [...] cpan.org>
When I have my logging code call $x->missing_method instead of $x->existing method, I get the attached stack trace. -- rjbs

Message body is not shown because sender requested not to inline it.

Looks like your _start handler is throwing an exception, and all heck is breaking loose as a result. I just committed r2275 with a fundamental change to SIGDIE dispatch. Can you give it another try with the svn version? Or can you post a test case? I'd love to have a regression test for this.
Assuming the exceptions handler change has fixed this. Please re-open this ticket if svn POE doesn't resolve the issue. A test case would also rock.