Front page | perl.perl5.porters |
Postings from April 2009
[perl #65134] (fork + pipe + pipe) x 2 doesn't work under Windows, works under Linux
From:
Sergei Steshenko
Date:
April 27, 2009 04:20
Subject:
[perl #65134] (fork + pipe + pipe) x 2 doesn't work under Windows, works under Linux
Message ID:
rt-3.6.HEAD-2273-1240700475-1985.65134-75-0@perl.org
# New Ticket Created by Sergei Steshenko
# Please include the string: [perl #65134]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65134 >
This is a bug report for perl from sergei@amdam2.site,
generated with the help of perlbug 1.36 running under perl 5.10.0.
-----------------------------------------------------------------
[Please enter your report here]
All the details can be found here:
http://bugs.activestate.com/show_bug.cgi?id=82870
.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=critical
---
Site configuration information for perl 5.10.0:
Configured by sergei at Wed Mar 11 09:35:43 IST 2009.
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=linux, osvers=2.6.22.19-0.2-default, archname=i686-linux-thread-multi
uname='linux amdam2 2.6.22.19-0.2-default #1 smp 2008-12-18 10:17:03 +0100 i686 athlon i386 gnulinux '
config_args='-des -Dprefix=/home/sergei/PERL-5.10.0 -Dusethreads -Dcc=/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.3.3/binsh/gcc'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.3.3/binsh/gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.3.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='/mnt/sdb8/sergei/AFSWD_debug/install/gcc-4.3.3/binsh/gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.6.1'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'
Locally applied patches:
---
@INC for perl 5.10.0:
/home/sergei/PERL-5.10.0/lib/perl5/5.10.0/i686-linux-thread-multi
/home/sergei/PERL-5.10.0/lib/perl5/5.10.0
/home/sergei/PERL-5.10.0/lib/perl5/site_perl/5.10.0/i686-linux-thread-multi
/home/sergei/PERL-5.10.0/lib/perl5/site_perl/5.10.0
.
---
Environment for perl 5.10.0:
HOME=/home/sergei
LANG=en_US.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/opt/kde3/bin:/home/sergei/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
PERL_BADLANG (unset)
SHELL=/bin/bash
-
[perl #65134] (fork + pipe + pipe) x 2 doesn't work under Windows, works under Linux
by Sergei Steshenko