Subject: | Please mail the following information to bug-POE@rt.cpan.org... |
Date: | Sun, 23 Mar 2008 20:12:02 -0400 |
To: | bug-POE [...] rt.cpan.org |
From: | Jordan Coleman <jordan [...] JordanColeman.com> |
I always do what the machines tell me to do...
Please mail the following information to bug-POE@rt.cpan.org:
internal inconsistency (POE::Kernel=ARRAY(0x81ccb7c)/
POE::Session=ARRAY(0x8e2b940)) at /usr/local/lib/perl5/site_perl/5.8.8/
POE/Resource/Sessions.pm line 146
POE::Kernel::_data_ses_free('POE::Kernel=ARRAY(0x81ccb7c)',
'POE::Session=ARRAY(0x8e2b940)') called at /usr/local/lib/perl5/
site_perl/5.8.8/POE/Resource/Sessions.pm line 509
POE::Kernel::_data_ses_stop('POE::Kernel=ARRAY(0x81ccb7c)',
'POE::Session=ARRAY(0x8e2b940)') called at /usr/local/lib/perl5/
site_perl/5.8.8/POE/Resource/Sessions.pm line 435
POE::Kernel::_data_ses_collect_garbage('POE::Kernel=ARRAY(0x81ccb7c)',
'POE::Session=ARRAY(0x8e2b940)') called at /usr/local/lib/perl5/
site_perl/5.8.8/POE/Kernel.pm line 2452
POE::Kernel::refcount_decrement('POE::Kernel=ARRAY(0x81ccb7c)', 2,
'anon_event') called at /usr/local/lib/perl5/site_perl/5.8.8/POE/
Session.pm line 682
POE
::Session
::AnonEvent::DESTROY('POE::Session::AnonEvent=CODE(0x8e2b5f8)') called
at ./if-manager/gsm-manager line 0
eval {...} called at ./if-manager/gsm-manager line 0
For what it's worth, the program seems to work properly and only spews
this when exiting (either via a signal or exit()). The program is a
long-running daemon and doesn't actually ever exit.
++J