Front page | perl.perl5.porters |
Postings from March 2000
[ID 20000315.007] Undefining signals
Thread Next
From:
M.J.T. Guy
Date:
March 15, 2000 03:28
Subject:
[ID 20000315.007] Undefining signals
Message ID:
E12VBy5-0003wk-00@ursa.cus.cam.ac.uk
This is a bug report for perl from mjtg@cam.ac.uk,
generated with the help of perlbug 1.27 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
Is this to be expected? Why?
$ perl5.6.rc1 -we 'undef $SIG{CHLD}'
Use of uninitialized value in undef operator at -e line 1.
And an interesting tautology in the error message.
Same behaviour with 5.005_03 (except changed message).
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Site configuration information for perl v5.6.0:
Configured by mjtg at Fri Mar 10 11:18:28 GMT 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.6, archname=sun4-solaris
uname=''
config_args='-dOes -f confug.sh'
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define
use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef
Compiler:
cc='gcc', optimize='-O', gccversion=2.7.2.3
cppflags='-I/usr/local/include -I/opt/local/include -DREG_INFTY=22786'
ccflags ='-I/usr/local/include -I/opt/local/include -DREG_INFTY=22786'
stdchar='unsigned char', d_stdstdio=define, usevfork=false
intsize=4, longsize=4, ptrsize=4, doublesize=8
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib -L/opt/local/lib'
libpth=/usr/local/lib /opt/local/lib /lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -ldl -lm -lc -lcrypt
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-fpic', lddlflags='-G -L/usr/local/lib -L/opt/local/lib'
Locally applied patches:
v5.6.0-RC1
cant.break
explore.splat
patch.utf8
---
@INC for perl v5.6.0:
/home/mjtg/perl5.6.rc1/lib
/home/mjtg/perl5.6.rc1/lib
/home/mjtg/perl5.6.rc1/lib
/home/mjtg/perl5.6.rc1/lib
.
---
Environment for perl v5.6.0:
HOME=/home/mjtg
LANG=en_UK
LANGUAGE (unset)
LC_COLLATE=en_UK
LC_CTYPE=en_UK
LC_MESSAGES=C
LC_MONETARY=en_UK
LC_NUMERIC=en_UK
LC_TIME=en_UK
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/usr/dt/bin:/home/mjtg/bin:/opt/local/bin:/opt/X11R6.3/bin:/usr/ccs/bin:/usr/bin:/usr/sbin:/usr/openwin/bin
PERL_BADLANG (unset)
SHELL=/bin/csh
Thread Next
-
[ID 20000315.007] Undefining signals
by M.J.T. Guy