On Wed, 17 Aug 2011 14:46:51 +0200 Gunnar Strand <gurra.str...@gmail.com> wrote:
> I don't know anything about POE internals, but perhaps the > internal flag for catching exceptions has been turned on somehow? Hey Gunnar, POE by default catches all exceptions that happen within event handlers. It delivers these as DIE signals. Simply install the appropriate signal handler in that particular session and you will then receive your exceptions. Please see the POE::Kernel documentation for all of the glorious details on watching and handling signals. The docs are /really/ thorough. -- Nicholas Perez XMPP/Email: n...@nickandperla.net http://search.cpan.org/~nperez/ http://github.com/nperez