Front page | perl.perl5.porters |
Postings from November 2000
[ID 20001123.006] segfault with diagnostics + Exporter + bad method
Thread Next
From:
Pixel
Date:
November 23, 2000 09:44
Subject:
[ID 20001123.006] segfault with diagnostics + Exporter + bad method
Message ID:
lyofz6futb.fsf@leia.mandrakesoft.com
This is a bug report for perl from pixel@no.mandrakesoft.com,
generated with the help of perlbug 1.28 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
The following code makes perl segfault (it still does so on 5.7.0):
--------
use diagnostics;
@ISA = qw(Exporter);
my $tmp = "/tmp/tmp.pl";
system("echo rubbish modulename > $tmp");
require $tmp;
--------
without the require, it doesn't fail. I used the ``system("echo...'' to make the
example fit in a single file. The same problem happens if you /tmp/tmp.pl is
already created.
the problem appeared because "rubbish modulename" was in fact
"paackage modulename", aka a typo
thanks, cu Pixel.
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.6.0:
Configured by pixel at Tue Nov 7 14:26:06 CET 2000.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=linux, osvers=2.2.17-21mdksmp, archname=i386-linux
uname='linux no.mandrakesoft.com 2.2.17-21mdksmp #1 smp thu oct 5 13:03:01 cest 2000 i686 unknown '
config_args='-des -Darchname=i386-linux -Dd_dosuid -Ud_csh -Duseshrplib -Doptimize=-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math -Dprefix=/usr -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/lib/perl5/man/man3'
hint=recommended, 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='cc', optimize='-O3 -fomit-frame-pointer -pipe -mcpu=pentiumpro -march=i586 -ffast-math', gccversion=2.96 20000731 (Linux-Mandrake 7.2)
cppflags='-fno-strict-aliasing'
ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
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
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, usemymalloc=n, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lc -lcrypt
libc=/lib/libc-2.1.97.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -Wl,-rpath,/usr/lib/perl5/5.6.0/i386-linux/CORE'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Locally applied patches:
---
@INC for perl v5.6.0:
/home/pixel/etc/perl/i386-linux
/home/pixel/etc/perl
/home/pixel/etc/perl/i386-linux
/home/pixel/etc/perl/site_perl/i386-linux
/home/pixel/etc/perl/site_perl
/usr/lib/perl5/5.6.0/i386-linux
/usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux
/usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/pixel
LANG (unset)
LANGUAGE (unset)
LD_LIBRARY_PATH=/home/pixel/lib/i386
LOGDIR (unset)
PATH=/home/pixel/bin:/home/pixel/bin/oneliner:/home/pixel/bin/perl:/home/pixel/bin/ruby:/home/pixel/bin/python:/home/pixel/bin/tcl:/home/pixel/bin/i386:/usr/freeware/bin:/usr/etc:/usr/local/bin:/usr/X11R6/bin:/bin:/usr/bin
PERL5LIB=/home/pixel/etc/perl:/home/pixel/etc/perl/i386-linux:/home/pixel/etc/perl/site_perl
PERL_BADLANG (unset)
SHELL=/bin/zsh
Thread Next
-
[ID 20001123.006] segfault with diagnostics + Exporter + bad method
by Pixel