Subject: | Bug in PoCo DCC Plugin 1.1 |
Date: | Sat, 28 Feb 2009 13:39:16 +0200 |
To: | bug-POE-Component-IRC [...] rt.cpan.org |
From: | Angel Kolev <meneldor [...] gmail.com> |
Hello,
i expirienced a problem with DCC plugin for PoCO when i use
'dcc_close'. The error is:
Can't call method "get_driver_out_octets" on an undefined value at
/usr/local/share/perl/5.10.0/POE/Component/IRC/Plugin/DCC.pm line 317.
and i got it when use "dcc_chat" right before "dcc_close":
$_[KERNEL]->post( $_[SENDER], 'dcc_chat', $_[ARG0], "Bye Bye" );
$_[KERNEL]->post( $_[SENDER], 'dcc_close', $_[ARG0] );
If i use only "dcc_close" there is no crash.
perl version 5.10
DCC plugin version 1.1
OS Ubuntu, kernel 2.6.27-11
Test script of 33 lines attached.
Best regards and excuse me for my english.
Angel
Message body is not shown because sender requested not to inline it.