Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 11553
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

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



Date: Fri, 18 Feb 2005 10:34:03 +0000
From: Robert Rothenberg <wlkngowl [...] i-2000.com>
To: bug-POE [...] rt.cpan.org
Subject: POE 0.3009 crashes on Cygwin during tests
Tests on Cygwin run fine until: tests/10_units/04_drivers/01_sysrw..................ok 11/17 then it seems to hang up forever.
Please mail the following information to bug-POE@rt.cpan.org: <dt> Cannot resolve ``moo'' into a session reference at tests/10_units/03_base/13_assert_data.t line 26 eval {...} called at tests/10_units/03_base/13_assert_data.t line 26 Please mail the following information to bug-POE@rt.cpan.org: <dt> Cannot resolve ``moo'' into a session reference at tests/10_units/03_base/13_assert_data.t line 32 eval {...} called at tests/10_units/03_base/13_assert_data.t line 32 Please mail the following information to bug-POE@rt.cpan.org: <dt> Cannot resolve ``moo'' into a session reference at tests/10_units/03_base/13_assert_data.t line 38 eval {...} called at tests/10_units/03_base/13_assert_data.t line 38 Please mail the following information to bug-POE@rt.cpan.org: <dt> Cannot resolve ``moo'' into a session reference at tests/10_units/03_base/13_assert_data.t line 44 eval {...} called at tests/10_units/03_base/13_assert_data.t line 44 Please mail the following information to bug-POE@rt.cpan.org: <dt> Cannot resolve ``moo'' into a session reference at tests/10_units/03_base/13_assert_data.t line 50 eval {...} called at tests/10_units/03_base/13_assert_data.t line 50 Please mail the following information to bug-POE@rt.cpan.org: <dt> Cannot resolve ``moo'' into a session reference at tests/10_units/03_base/13_assert_data.t line 56 eval {...} called at tests/10_units/03_base/13_assert_data.t line 56 Please mail the following information to bug-POE@rt.cpan.org: <ss> session ISHKABIBBLE-4215c32c00000f3c (POE::Kernel=ARRAY(0x1038c870)) already exists at lib/POE/Kernel.pm line 1283 POE::Kernel::session_alloc('POE::Kernel=ARRAY(0x1038c870)', 'POE::Kernel=ARRAY(0x1038c870)') called at tests/10_units/03_base/13_assert_data.t line 64 eval {...} called at tests/10_units/03_base/13_assert_data.t line 64 Please mail the following information to bug-POE@rt.cpan.org: unknown session in alarm_remove_all call at lib/POE/Kernel.pm line 1869 POE::Kernel::alarm_remove_all('POE::Kernel=ARRAY(0x1038c870)') called at tests/10_units/03_base/13_assert_data.t line 74 eval {...} called at tests/10_units/03_base/13_assert_data.t line 74
Summary of my perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=cygwin, osvers=1.5.12(0.11642), archname=cygwin-thread-multi-64int uname='cygwin_nt-4.0 loreley 1.5.12(0.11642) 2004-11-10 08:34 i686 unknown unknown cygwin ' config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads -Doptimize=-O3 -Dman3ext=3pm' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=define use64bitall=undef uselongdouble=undef usemymalloc=y, bincompat5005=undef Compiler: cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include', optimize='-O3', cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.4.1 (cygming special)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='ld2', ldflags =' -s -L/usr/local/lib' libpth=/usr/local/lib /usr/lib /lib libs=-lgdbm -ldb -lcrypt -lgdbm_compat perllibs=-lcrypt -lgdbm_compat libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s' cccdlflags=' ', lddlflags=' -s -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_64_BIT_INT USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under cygwin Compiled at Jan 27 2005 11:10:54 %ENV: PERLDB_OPTS="RemotePort=127.0.0.1:2000" CYGWIN="" @INC: /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .
[RRWO - Fri Feb 18 05:42:50 2005]: Show quoted text
> Tests on Cygwin run fine until: > > tests/10_units/04_drivers/01_sysrw..................ok 11/17 > > then it seems to hang up forever. > >
This is a duplicate of RT #11053 POE "make test" hangs on tests/10_units/04_drivers/01_sysrw.t .
Thanks for the detailed problem report. I was able to work around the issue by forcing the one-way pipe to be an internet domain socket, and by calling shutdown() on it instead of close(). A fixed version of the test will appear in the next CPAN release.