# New Ticket Created by  [EMAIL PROTECTED] 
# Please include the string:  [perl #59790]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59790 >


perl t/stm/basic_mt.t hangs since about October 5 under cygwin.  This is
reproducible directly from the command line (perl t/stm/basic_mt.t).
It's
parrot that's hanging.  I looked around and it looks like the TAP
modules
can't mark a test as needing a timeout (so to speak), so it hangs the
smoke
tests until parrot.exe is killed manually.

I run the cygwin smoke tests nightly in the hopes that its useful, and
to
poke around with parrot as it evolves, so I think my estimation of the
svn rev
where it started hanging is accurate +/- 20 revs.

Krishna Sethuraman
[EMAIL PROTECTED]

Summary of my parrot 0.7.1 (r31839) configuration:
  configdate='Thu Oct  9 20:04:04 2008 GMT'
  Platform:
    osname=cygwin, archname=i686-cygwin-thread-multi-64int
    jitcapable=1, jitarchname=i386-cygwin,
    jitosname=CYGWIN, jitcpuarch=i386
    execcapable=1
    perl=/usr/bin/perl.exe
  Compiler:
    cc='ccache gcc', ccflags='-U__STRICT_ANSI__  -pipe
-I/usr/local/include -DHASATTRIBUTE_CONST  -DHASATTRIBUTE_DEPRECATED
-DHASATTRIBUTE_MALLOC  -DHASATTRIBUTE_NONNULL  -DHASATTRIBUTE_NORETURN
-DHASATTRIBUTE_PURE  -DHASATTRIBUTE_UNUSED
-DHASATTRIBUTE_WARN_UNUSED_RESULT  -falign-functions=16
-maccumulate-outgoing-args -W -Wall -Waggregate-return -Wcast-align
-Wcast-qual -Wchar-subscripts -Wcomment -Wdisabled-optimization
-Wendif-labels -Wextra -Wformat -Wformat-extra-args -Wformat-nonliteral
-Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline
-Winvalid-pch -Wmissing-braces -Wno-missing-format-attribute -Wpacked
-Wparentheses -Wpointer-arith -Wreturn-type -Wsequence-point -Wno-shadow
-Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch
-Wswitch-default -Wtrigraphs -Wundef -Wunknown-pragmas -Wno-unused
-Wwrite-strings -Wbad-function-cast -Wdeclaration-after-statement
-Wimplicit-function-declaration -Wimplicit-int -Wmain
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wnonnull',
Linker and Libraries:
    ld='gcc', ldflags=' -Wl,--enable-auto-import
-Wl,--export-all-symbols -Wl,--stack,8388608
-Wl,--enable-auto-image-base -L/usr/local/lib',
    cc_ldflags='',
    libs='-ldl -lcrypt -lgmp'
  Dynamic Linking:
    share_ext='.dll', ld_share_flags='-shared',
    load_ext='.dll', ld_load_flags='-shared'
  Types:
    iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
    ptrsize=4, ptr_alignment=1 byteorder=1234,
    nv=double, numvalsize=8, doublesize=8

---
Environment:
    HOME =//sjcnetapp/home/ksethura
    LANG  (unset)
    LANGUAGE  (unset)
    LD_LIBRARY_PATH  (unset)
    LOGDIR  (unset)
    PATH
=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Perl/site/bin:/
cygdrive/c/Perl/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cy
gdrive/c/WINDOWS/system32/wbem:/cygdrive/c/program files/common
files/roxio shared/dllshared/:/cygdrive/c/program
files/perforce:/cygdrive/c/program
files/rational/common:/cygdrive/c/program files/rational/clearcase/bin
    SHELL  (unset)

Reply via email to