MIME-Version: | 1.0 |
X-Spam-Status: | No, hits=0.0 required=8.0 tests=DK_SIGNED,SPF_PASS |
X-Virus-Checked: | Checked by ClamAV on 16.mx.develooper.com |
Content-Type: | multipart/mixed; boundary=001636c5984c08ab700463f90954 |
Message-ID: | <b734b49b0902280339k18f83f86idd93ea97f9609a30 [...] mail.gmail.com> |
Received: | from la.mx.develooper.com (x1.develooper.com [63.251.223.170]) by diesel.bestpractical.com (Postfix) with SMTP id 0ACA763C02B for <bug-POE-Component-IRC [...] rt.cpan.org>; Sat, 28 Feb 2009 06:39:42 -0500 (EST) |
Received: | (qmail 23566 invoked by uid 103); 28 Feb 2009 11:39:42 -0000 |
Received: | from x16.dev (10.0.100.26) by x1.dev with QMQP; 28 Feb 2009 11:39:42 -0000 |
Received: | from mail-fx0-f171.google.com (HELO mail-fx0-f171.google.com) (209.85.220.171) by 16.mx.develooper.com (qpsmtpd/0.43rc1) with ESMTP; Sat, 28 Feb 2009 03:39:39 -0800 |
Received: | by fxm19 with SMTP id 19so1413510fxm.45 for <bug-POE-Component-IRC [...] rt.cpan.org>; Sat, 28 Feb 2009 03:39:16 -0800 (PST) |
Received: | by 10.223.118.6 with SMTP id t6mr4183222faq.79.1235821156411; Sat, 28 Feb 2009 03:39:16 -0800 (PST) |
Delivered-To: | cpan-bug+POE-Component-IRC [...] diesel.bestpractical.com |
Subject: | Bug in PoCo DCC Plugin 1.1 |
Return-Path: | <meneldor [...] gmail.com> |
Domainkey-Signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XF+jsiy0Usw9KL1qYOB+DIAwfedHn9I/OUVilNaT2imJrqcKDMAdw4pjDyrRvHipF9 eThubCFYDOAtlBnXBYqcNC42AiKmHQQ0i9JBoOEulW9M2CpsX0qXIatVzeVL+ySG+nvb Z1WmZPh20SN2KQHnTgM2c7LOjWM29pcL2vDAw= |
X-Original-To: | bug-POE-Component-IRC [...] rt.cpan.org |
X-Spam-Check-BY: | 16.mx.develooper.com |
Dkim-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=203xsniHDZ5buqHAHCgYREtiYS0QWkrfHwr7zglZGcg=; b=qkGkIw6T1GJ0PzTfcQ9tZvaJjc804cNOKXcUEcnvAJd5RmSNvhinkMXr41vkeIevdI QMZ477RgGC0kCXe0EY5uMf56tElxTJzBJxqpoO2w6fUNGINnMu2NYHuaYLc4KIhGaria yoZJighsgs7yDCKJ4tviQgnC8m28M7ozZFAQw= |
Date: | Sat, 28 Feb 2009 13:39:16 +0200 |
X-Spam-Level: | * |
To: | bug-POE-Component-IRC [...] rt.cpan.org |
From: | Angel Kolev <meneldor [...] gmail.com> |
Content-Length: | 0 |
content-type: | text/plain; charset="utf-8" |
Content-Transfer-Encoding: | 7bit |
X-RT-Original-Encoding: | ISO-8859-1 |
Content-Length: | 617 |
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
X-Attachment-ID: | f_frq7npxa0 |
content-type: | application/x-perl; name="testbot.pl" |
content-disposition: | attachment; filename="testbot.pl" |
Content-Transfer-Encoding: | base64 |
Content-Length: | 826 |
Message body is not shown because sender requested not to inline it.