Front page | perl.perl5.porters |
Postings from October 2005
[perl #37355] Error in "c"hecking
Thread Previous
|
Thread Next
From:
jafoc @ rev . net
Date:
October 5, 2005 05:46
Subject:
[perl #37355] Error in "c"hecking
Message ID:
rt-3.0.11-37355-122196.0.572361775441124@perl.org
# New Ticket Created by jafoc@rev.net
# Please include the string: [perl #37355]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37355 >
This is a bug report for perl from jafoc@rev.net,
generated with the help of perlbug 1.33 running under perl v5.6.1.
-----------------------------------------------------------------
[Please enter your report here]
This little snippet:
perl -c -e 'my $xyz; undef xyz'
Gets you:
-e syntax OK
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
Attempt to free unreferenced scalar.
[...etc...ad infinitum...]
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.6.1:
Configured by bernie at Wed Jun 20 14:53:08 EDT 2001.
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
Platform:
osname=linux, osvers=2.4.5, archname=i686-linux
uname='linux nsa02.rev.net 2.4.5 #6 tue jun 12 11:42:15 edt 2001 i686 unknown '
config_args=''
hint=previous, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
Compiler:
cc='gcc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.1 2.96-81)', 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, usemymalloc=y, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lndbm -lgdbm -ldl -lm -lc -lcrypt -lutil
perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
libc=/lib/libc-2.2.2.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 v5.6.1:
/mnt/perl/lib/5.6.1/i686-linux
/mnt/perl/lib/5.6.1
/mnt/perlmodules/lib/site_perl/5.6.1/i686-linux
/mnt/perlmodules/lib/site_perl/5.6.1
/mnt/perlmodules/lib/site_perl
.
---
Environment for perl v5.6.1:
HOME=/staff/bernie
LANG=en_US
LANGUAGE (unset)
LC_COLLATE=C
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/staff/bernie/bin:/sbin:/usr/sbin:/usr/local/mysql/bin:/mnt/general/bin:/mnt/general/sbin:/mnt/nessus/bin:/mnt/nessus/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/mnt/general/bin:/usr/local/bin:/usr/revnet/script:/usr/revnet/bin:/usr/X11R6/bin:/usr/sbin:/staff/bernie/tmp/chester::
PERL_BADLANG (unset)
SHELL=/bin/bash
Thread Previous
|
Thread Next