Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 21158
Status: rejected
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: torresani [...] leader.it
Cc:
AdminCc:

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



Subject: Please mail the following information to bug-POE@rt.cpan.org:
Date: Thu, 24 Aug 2006 10:47:59 +0200
To: bug-POE [...] rt.cpan.org
From: "Roberto Torresani" <torresani [...] leader.it>
Hi this is the information to mail to you: internal inconsistency (POE::Kernel=ARRAY(0x8a5600)/POE::Session=ARRAY(0x1898e20)) at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 146 POE::Kernel::_data_ses_free('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 499 POE::Kernel::_data_ses_stop('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 433 POE::Kernel::_data_ses_collect_garbage('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Kernel.pm line 846 POE::Kernel::_dispatch_event('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)', 'POE::Session=ARRAY(0x1898e20)', '_garbage_collect', 32, 'ARRAY(0x17fcfc0)', '/usr/lib/perl5/site_perl/5.8.7/POE/Kernel.pm', 1391, 'undef', ...) called at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Events.pm line 256 POE::Kernel::_data_ev_dispatch_due('POE::Kernel=ARRAY(0x8a5600)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Loop/Select.pm line 315 POE::Kernel::loop_do_timeslice('POE::Kernel=ARRAY(0x8a5600)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Loop/Select.pm line 323 POE::Kernel::loop_run('POE::Kernel=ARRAY(0x8a5600)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Kernel.pm line 1218 POE::Kernel::run('POE::Kernel') called at /opt/smsmeteo/process/smsmeteo line 142 Please mail the following information to bug-POE@rt.cpan.org: internal inconsistency (POE::Kernel=ARRAY(0x8a5600)/POE::Session=ARRAY(0x1898e20)) at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 146 POE::Kernel::_data_ses_free('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 499 POE::Kernel::_data_ses_stop('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 433 POE::Kernel::_data_ses_collect_garbage('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Kernel.pm line 846 POE::Kernel::_dispatch_event('POE::Kernel=ARRAY(0x8a5600)', 'POE::Session=ARRAY(0x1898e20)', 'POE::Session=ARRAY(0x1898e20)', '_garbage_collect', 32, 'ARRAY(0x17fcfc0)', '/usr/lib/perl5/site_perl/5.8.7/POE/Kernel.pm', 1391, 'undef', ...) called at /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Events.pm line 256 POE::Kernel::_data_ev_dispatch_due('POE::Kernel=ARRAY(0x8a5600)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Loop/Select.pm line 315 POE::Kernel::loop_do_timeslice('POE::Kernel=ARRAY(0x8a5600)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Loop/Select.pm line 323 POE::Kernel::loop_run('POE::Kernel=ARRAY(0x8a5600)') called at /usr/lib/perl5/site_perl/5.8.7/POE/Kernel.pm line 1218 POE::Kernel::run('POE::Kernel') called at /opt/smsmeteo/process/smsmeteo line 142 I trap the signal TERM _start => sub { POE::Kernel->sig( TERM => "shutdown" ); In my sub shutdown if I write on a log file the program exit good If I write on a db with POE::Component::EasyDBI I receive the previuos rows. Thanks Roberto
On Thu Aug 24 04:48:16 2006, torresani@leader.it wrote: Show quoted text
> Hi > > this is the information to mail to you: > > internal inconsistency > (POE::Kernel=ARRAY(0x8a5600)/POE::Session=ARRAY(0x1898e20)) at > /usr/lib/perl5/site_perl/5.8.7/POE/Resource/Sessions.pm line 146
[...] Show quoted text
> I trap the signal TERM > > _start => sub { > POE::Kernel->sig( TERM => "shutdown" ); > > > In my sub shutdown if I write on a log file the program exit good > > If I write on a db with POE::Component::EasyDBI I receive the previuos
rows. Thank you for the bug report, Roberto. I am unable to reproduce the problem locally. Is it possible to provide a test program that causes the error? I know it may be difficult with POE::Component::EasyDBI involved.
Rejecting ticket: Can't reproduce the problem. No feedback from reporter.