Front page | perl.perl5.porters |
Postings from September 2001
[ID 20010926.026] 'Bizarre copy of ARRAY in aassign' in Carp/Heavy.pm
Thread Next
From:
Konrad Stockinger
Date:
September 26, 2001 13:37
Subject:
[ID 20010926.026] 'Bizarre copy of ARRAY in aassign' in Carp/Heavy.pm
This is a bug report for perl from Konrad.Stockinger@sol.best.de,
generated with the help of perlbug 1.28 running under perl v5.6.0.
-----------------------------------------------------------------
[Please enter your report here]
Using a non-existing path ('/no_way') produces the following error message:
Tk::Error: Bizarre copy of ARRAY in aassign at /usr/local/.tbx/20010705/perl-5.6.0/lib/5.6.0/Carp/Heavy.pm line 79.
Tk::After::once at /usr/local/.tbx/20010705/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris/Tk/After.pm line 83
[once,[{},after#2,1,once,[\&main::__ANON__]]]
("after" script)
This is the script:
#!/usr/local/.tbx/20010705/perl-5.6.0/bin/perl -w --
require v5.6.0;
use strict 1.01;
use Carp;
use Tk 800.022;
my $mw = new MainWindow();
$mw->after( 1, sub {
-r '/no_way' or confess "$!";
} );
MainLoop();
__END__
[Please do not change anything below this line]
-----------------------------------------------------------------
---
Flags:
category=core
severity=low
---
Site configuration information for perl v5.6.0:
Configured by root at Sun Jul 8 11:49:07 MET DST 2001.
Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration:
Platform:
osname=solaris, osvers=2.7, archname=sun4-solaris
uname='sunos mogli 5.7 generic_106541-08 sun4u sparc sunw,ultra-5_10 '
config_args='-E -des -Dcc=/tools/SUNWspro/bin/cc -Uinstallusrbinperl -Ubincompat5005 -Duseshrplib -Dlocincpth=/usr/local/.tbx/20010705/misc/include -Dloclibpth=/usr/local/.tbx/20010705/misc/lib -Dlibpth=/usr/local/.tbx/20010705/misc/lib /usr/lib -Dglibpth=/usr/lib /usr/local/.tbx/20010705/misc/lib -Dlibc=/usr/lib/libc.so -Dccdlflags=-R/usr/local/.tbx/20010705/misc/lib -Dperl5=/usr/local/.tbx/20010705/apache/bin/perl -Dperladmin=root@localhost -Dstartperl=#!/usr/local/.tbx/20010705/perl-5.6.0/bin/perl -Dvendorlib=/usr/local/.tbx/20010705/plib -Dprefix=/usr/local/.tbx/20010705/perl-5.6.0'
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='/tools/SUNWspro/bin/cc', optimize='-O', gccversion=
cppflags='-I/usr/local/.tbx/20010705/misc/include'
ccflags ='-I/usr/local/.tbx/20010705/misc/include -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=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, usemymalloc=y, prototype=define
Linker and Libraries:
ld='/tools/SUNWspro/bin/cc', ldflags =' -L/usr/local/.tbx/20010705/misc/lib '
libpth=/usr/local/.tbx/20010705/misc/lib /usr/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lc -lcrypt -lsec
libc=/usr/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R/usr/local/.tbx/20010705/misc/lib -R /usr/local/.tbx/20010705/perl-5.6.0/lib/5.6.0/sun4-solaris/CORE'
cccdlflags='-KPIC', lddlflags='-G -L/usr/local/.tbx/20010705/misc/lib'
Locally applied patches:
---
@INC for perl v5.6.0:
/usr/local/.tbx/20010705/perl-5.6.0/lib/5.6.0/sun4-solaris
/usr/local/.tbx/20010705/perl-5.6.0/lib/5.6.0
/usr/local/.tbx/20010705/perl-5.6.0/lib/site_perl/5.6.0/sun4-solaris
/usr/local/.tbx/20010705/perl-5.6.0/lib/site_perl/5.6.0
/usr/local/.tbx/20010705/perl-5.6.0/lib/site_perl
.
---
Environment for perl v5.6.0:
HOME=/home/sto
LANG=C
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/bin:/usr/bin:/usr/sbin:/usr/dt/bin:/usr/openwin/bin:/usr/ccs/bin:/usr/local/bin:/home/sto/bin:/tools/SUNWspro/bin:.
PERL_BADLANG (unset)
SHELL=/bin/ksh
Thread Next
-
[ID 20010926.026] 'Bizarre copy of ARRAY in aassign' in Carp/Heavy.pm
by Konrad Stockinger