[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[ID 19991230.002] repeated pipe open broken
This is a bug report for perl from k@hohenstaufen.in-berlin.de,
generated with the help of perlbug 1.26 running under perl 5.00563.
-----------------------------------------------------------------
[Please enter your report here]
This bug was introduced between 5.5.57 and 5.5.58
% ./perl5.005_57/perl -e 'print $], "\n";
for (1,2,3){
open P, "echo foo|" or print "not ";
print "ok $_\n";
}
'
5.00557
ok 1
ok 2
ok 3
% ./perl5.005_58/perl -e 'print $], "\n";
for (1,2,3){
open P, "echo foo|" or print "not ";
print "ok $_\n";
}
'
5.00558
ok 1
not ok 2
not ok 3
[Please do not change anything below this line]
-----------------------------------------------------------------
---
This perlbug was built using Perl 5.00503 - Mon Aug 30 23:08:56 EDT 1999
It is being executed now by Perl 5.00563 - Thu Nov 18 16:20:57 CET 1999.
Site configuration information for perl 5.00563:
Configured by k at Thu Nov 18 16:20:57 CET 1999.
Summary of my perl5 (revision 5.0 version 5 subversion 63) configuration:
Platform:
osname=linux, osvers=2.2.12, archname=i586-linux
uname='linux hohenstaufen.in-berlin.de 2.2.12 #2 smp sat oct 2 11:10:42 cest 1999 i586 unknown '
config_args='-Dprefix=/sources-perl/inst/perl5.005_62..4590g -Doptimize=-g -des -Dusemymalloc'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef useperlio=undef d_sfio=undef
use64bits=undef usemultiplicity=undef
Compiler:
cc='cc', optimize='-g', gccversion=2.7.2.3
cppflags='-Dbool=char -DHAS_BOOL -DDEBUGGING -I/usr/local/include'
ccflags ='-Dbool=char -DHAS_BOOL -DDEBUGGING -I/usr/local/include'
stdchar='char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
alignbytes=4, usemymalloc=y, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lc -lposix -lcrypt
libc=/lib/libc-2.0.7.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl 5.00563:
/sources-perl/inst/perl5.005_62..4590g/lib/5.00563/i586-linux
/sources-perl/inst/perl5.005_62..4590g/lib/5.00563
/sources-perl/inst/perl5.005_62..4590g/lib/site_perl/5.00563/i586-linux
/sources-perl/inst/perl5.005_62..4590g/lib/site_perl
.
---
Environment for perl 5.00563:
HOME=/home/k
LANG=en_US
LANGUAGE (unset)
LC_ALL=en_US
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/k/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin:/usr/bin:/home/k/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/perl/bin
PERL_BADLANG (unset)
SHELL=/bin/zsh
- Follow-Ups from:
-
Gurusamy Sarathy <gsar@ActiveState.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]