in reply to Re: Crashing perl -c in version 5.20?
in thread Crashing perl -c in version 5.20?

Here is my perl -V output:
Summary of my perl5 (revision 5 version 20 subversion 2) configuration +: Platform: osname=darwin, osvers=10.8.0, archname=darwin-thread-multi-2level uname='darwin neko 10.8.0 darwin kernel version 10.8.0: tue jun 7 +16:33:36 pdt 2011; root:xnu-1504.15.3~1release_i386 i386 ' config_args='-ders -Dcc=gcc -Dusethreads -Duseithreads -Uinstallus +rbinperl -Ulocincpth= -Uloclibpth= -Duse64bitint -Ud_poll -Ui_poll -U +i_libutil -Aldflags=-Wl,-search_paths_first -Alddlflags=-Wl,-search_p +aths_first -Accflags=-arch x86_64 -Aldflags=-arch x86_64 -Alddlflags= +-arch x86_64 -Accflags=-DUSE_SITECUSTOMIZE -Duselargefiles -Accflags= +-DPERL_RELOCATABLE_INCPUSH -Dprefix=/usr/local/ActivePerl-5.20 -Dpriv +lib=/usr/local/ActivePerl-5.20/lib -Darchlib=/usr/local/ActivePerl-5. +20/lib -Dsiteprefix=/usr/local/ActivePerl-5.20/site -Dsitelib=/usr/lo +cal/ActivePerl-5.20/site/lib -Dsitearch=/usr/local/ActivePerl-5.20/si +te/lib -Dsed=/usr/bin/sed -Duseshrplib -Dcf_by=ActiveState -Dcf_email +=support@ActiveState.com' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='/usr/bin/gcc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-pre +comp -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno +-strict-aliasing -pipe -fstack-protector', optimize='-O3', cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precom +p -arch x86_64 -DUSE_SITECUSTOMIZE -DPERL_RELOCATABLE_INCPUSH -fno-st +rict-aliasing -pipe -fstack-protector' ccversion='', gccversion='Apple LLVM version 7.0.2 (clang-700.1.81 +)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=1 +6 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', + lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='gcc -mmacosx-version-min=10.5', ldflags =' -Wl,-search_paths_f +irst -arch x86_64 -fstack-protector' libpth=/usr/lib libs=-ldbm -ldl -lm -lutil -lc perllibs=-ldl -lm -lutil -lc libc=, so=dylib, useshrplib=true, libperl=libperl.dylib gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -Wl, +-search_paths_first -arch x86_64 -fstack-protector' Characteristics of this binary (from libperl): Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS PERL_DONT_CREATE_GVSV PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV PERL_RELOCATABLE_INCPUSH USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API USE_SITECUSTOMIZE Locally applied patches: ActivePerl Build 2002 [299195] Built under darwin Compiled at Jul 19 2015 04:34:30 @INC: /Users/cmv/Library/ActivePerl-5.20/lib /usr/local/ActivePerl-5.20/site/lib /usr/local/ActivePerl-5.20/lib .

Replies are listed 'Best First'.
Re^3: Crashing perl -c in version 5.20?
by Anonymous Monk on Jan 06, 2016 at 01:41 UTC
    What do you get with  perl -MDevel::VersionDump  -MTk -MPOE -e 1 ?
      Here is the requested output:
      $ /usr/local/ActivePerl-5.20/bin/perl -MDevel::VersionDump -MTk -MPOE +-e 1 Perl version: v5.20.2 on darwin (/usr/local/ActivePerl-5.20/bin/perl-d +ynamic) Bareword found where operator expected at (eval 37) line 1, near "5.20 +::lib::auto::Tk::Frame::autosplit" (Missing operator before ::lib::auto::Tk::Frame::autosplit?) Bareword found where operator expected at (eval 38) line 1, near "5.20 +::lib::auto::Tk::Toplevel::autosplit" (Missing operator before ::lib::auto::Tk::Toplevel::autosplit?) Bareword found where operator expected at (eval 39) line 1, near "5.20 +::lib::auto::Tk::Widget::autosplit" (Missing operator before ::lib::auto::Tk::Widget::autosplit?) Bareword found where operator expected at (eval 40) line 1, near "5.20 +::lib::auto::Tk::Wm::autosplit" (Missing operator before ::lib::auto::Tk::Wm::autosplit?) Bareword found where operator expected at (eval 41) line 1, near "5.20 +::lib::auto::Tk::autosplit" (Missing operator before ::lib::auto::Tk::autosplit?) Bareword found where operator expected at (eval 42) line 1, near "5.20 +::lib::auto::Tk::getEncoding" (Missing operator before ::lib::auto::Tk::getEncoding?) Bareword found where operator expected at (eval 43) line 1, near "5.20 +::site::lib::sitecustomize" (Missing operator before ::site::lib::sitecustomize?) ::Users::cmv::Library::ActivePerl-5.20::lib::auto::Tk::Frame::autospli +t.ix - Unknown ::Users::cmv::Library::ActivePerl-5.20::lib::auto::Tk::Toplevel::autos +plit.ix - Unknown ::Users::cmv::Library::ActivePerl-5.20::lib::auto::Tk::Widget::autospl +it.ix - Unknown ::Users::cmv::Library::ActivePerl-5.20::lib::auto::Tk::Wm::autosplit.i +x - Unknown ::Users::cmv::Library::ActivePerl-5.20::lib::auto::Tk::autosplit.ix + - Unknown ::Users::cmv::Library::ActivePerl-5.20::lib::auto::Tk::getEncoding.al + - Unknown ::usr::local::ActivePerl-5.20::site::lib::sitecustomize.pl + - Unknown ActivePerl::Config + - Unknown AutoLoader + - 5.74 Carp + - 1.38 Config + - 5.020002 Config_git.pl + - Unknown Config_heavy.pl + - Unknown Cwd + - 3.48_01 Devel::VersionDump + - 0.02 DynaLoader + - 1.25 Encode + - 2.73 Encode::Alias + - 2.19 Encode::Config + - 2.05 Encode::Encoding + - 2.07 Encode::Unicode + - 2.09 Errno + - 1.2005 Exporter + - 5.71 Exporter::Heavy + - 5.71 Fcntl + - 1.11 File::Spec + - 3.48_01 File::Spec::Unix + - 3.48_01 FileHandle + - 2.02 IO + - 1.31 IO::File + - 1.16 IO::Handle + - 1.35 IO::Pipely + - 0.005 IO::Seekable + - 1.1 IO::Socket + - 1.38 IO::Socket::INET + - 1.35 IO::Socket::UNIX + - 1.26 POE + - 1.367 POE::Kernel + - 1.367 POE::Loop::PerlSignals + - 1.367 POE::Loop::Tk + - 1.305 POE::Loop::TkCommon + - 1.305 POE::Pipe + - 1.367 POE::Pipe::OneWay + - 1.367 POE::Queue::Array + - 1.367 POE::Resource::Aliases + - 1.367 POE::Resource::Clock + - 1.367 POE::Resource::Events + - 1.367 POE::Resource::Extrefs + - 1.367 POE::Resource::FileHandles + - 1.367 POE::Resource::SIDs + - 1.367 POE::Resource::Sessions + - 1.367 POE::Resource::Signals + - 1.367 POE::Resources + - 1.367 POE::Session + - 1.367 POSIX + - 1.38_03 SelectSaver + - 1.02 Socket + - 2.019 Symbol + - 1.07 Sys::Hostname + - 1.1801 Tie::Hash + - 1.05 Time::HiRes + - 1.9726 Tk + - 804.033 Tk::After + - 4.008 Tk::CmdLine + - 4.007 Tk::Configure + - 4.009 Tk::Derived + - 4.011 Tk::DummyEncode + - 4.007 Tk::Event + - 4.033 Tk::Event::IO + - 4.009 Tk::Frame + - 4.010 Tk::Image + - 4.011 Tk::MainWindow + - 4.015 Tk::Submethods + - 4.005 Tk::Toplevel + - 4.006 Tk::Widget + - 4.036 Tk::Wm + - 4.015 XSLoader + - 0.17 base + - 2.22 bytes + - 1.04 constant + - 1.31 parent + - 0.234 strict + - 1.08 vars + - 1.03 warnings + - 1.23 warnings::register + - 1.03