Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 05 Mar 2003 08:46:10 +0100 From: "H.Merijn Brand" To: cygwin AT cygwin DOT com Subject: Re: cygwin snap 20030223 hangs with bleadperl Cc: Nick Ing-Simmons , Perl 5 Porters In-Reply-To: <20030305035401.GB2524@redhat.com> References: <20030305035401 DOT GB2524 AT redhat DOT com> Message-Id: <20030305075538.1053.H.M.BRAND@hccnet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit On Wed 05 Mar 2003 04:54, Christopher Faylor wrote: > On Tue, Mar 04, 2003 at 10:23:14AM -0500, Igor Pechtchanski wrote: > >On Tue, 4 Mar 2003, H.Merijn Brand wrote: > > > >> On Tue 04 Mar 2003 06:01, Christopher Faylor wrote: > >> > On Wed, Feb 26, 2003 AT 03:20:02PM +0100, H.Merijn Brand wrote: > >> > >On Tue 25 Feb 2003 14:15, "H.Merijn Brand" wrote: > >> > >> ../ext/IO/lib/IO/t/io_udp..............ok > >> > >> ../ext/IO/lib/IO/t/io_unix.............ok 1/5 > >> > >> > >> > >> 20030220 still OK > >> > > > >> > >20030225 also hangs > >> > > > >> > >(Note that I'm still not on the list) > >> > > >> > Is it better now? > >> > > >> > cgf > >> > >> Yep. > >> > >> CYGWIN_NT-5.0 PC09 1.3.21s(0.77/3/2) 20030302 23:00:55 i686 unknown unknown Cygwin > >> > >> Completed the smoke. I was discussing a longstanding Cygwin issue yesterday > >> with some other smokers and we all agreed that there is still a glitch in > >> cygwin that /we/ think cygwin is to blame for. > >> > >> Running the complete test from the prompt completes without error, but when > >> started from a script in the background, there are still messages that get a > >> added and unexpectedly yield instead of plain , causing > >> these tests to fail: Expected Foo, got Foo > >> > >> $CYGWIN is "tty ntsec binary" > > ^^^^^^ > >Umm, there is no such setting in the CYGWIN environment variable. Perhaps > >you meant to say "binmode"? > > > > Shouldn't matter binmode is the default. I suspect that there is a non-cygwin > application lurking in the mix somewhere? Maybe, but I huess it's the base IO layer. I hope Nick has some additional comment here > If it's a perl script, then maybe something is explcitly setting binmode(0). PC09:/P/perl-current/t 517 $ env PERLIO="" !! env PERLIO="" TEST ../lib/Test/Harness/t/strap-analyze.t t/../lib/Test/Harness/t/strap-analyze....ok All tests successful. u=0.07 s=0.04 cu=0.92 cs=0.92 scripts=1 tests=83 [0]{name} = '- -T honored # $expected->[0]{name} = '- -T honored' FAILED at test 2 Failed 1 test script out of 1, 0.00% okay. ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You may have to set your dynamic library search path, ### PATH, to point to the build directory: ### setenv PATH `pwd`:$PATH; cd t; ./perl harness ### PATH=`pwd`:$PATH; export PATH; cd t; ./perl harness ### export PATH=`pwd`:$PATH; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. u=0.07 s=0.08 cu=0.26 cs=0.15 scripts=1 tests=83 PC09:/P/perl-current/t 521 $ ^stdio^perlio env PERLIO=perlio TEST ../lib/Test/Harness/t/strap-analyze.t t/../lib/Test/Harness/t/strap-analyze....# Failed test (../lib/Test/Harness/ t/strap-analyze.t at line 467) # Structures begin differing at: ' $got->[0]{name} = '- -T honored # $expected->[0]{name} = '- -T honored' FAILED at test 2 Failed 1 test script out of 1, 0.00% okay. ### Since not all tests were successful, you may want to run some of ### them individually and examine any diagnostic messages they produce. ### See the INSTALL document's section on "make test". ### You may have to set your dynamic library search path, ### PATH, to point to the build directory: ### setenv PATH `pwd`:$PATH; cd t; ./perl harness ### PATH=`pwd`:$PATH; export PATH; cd t; ./perl harness ### export PATH=`pwd`:$PATH; cd t; ./perl harness ### for csh-style shells, like tcsh; or for traditional/modern ### Bourne-style shells, like bash, ksh, and zsh, respectively. u=0.08 s=0.06 cu=0.31 cs=0.15 scripts=1 tests=83 PC09:/P/perl-current/t 522 $ ^perlio^"stdio :crlf" env PERLIO="stdio :crlf" TEST ../lib/Test/Harness/t/strap-analyze.t t/../lib/Test/Harness/t/strap-analyze....ok All tests successful. u=0.07 s=0.07 cu=0.88 cs=1.01 scripts=1 tests=83 PC09:/P/perl-current/t 523 $ ^stdio^perlio env PERLIO="perlio :crlf" TEST ../lib/Test/Harness/t/strap-analyze.t t/../lib/Test/Harness/t/strap-analyze....ok All tests successful. u=0.09 s=0.05 cu=0.96 cs=0.87 scripts=1 tests=83 PC09:/P/perl-current/t 524 $ -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: smokers AT perl DOT org http://archives.develooper.com/daily-build AT perl DOT org/ perl-qa AT perl DOT org send smoke reports to: smokers-reports AT perl DOT org, QA: http://qa.perl.org -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/