Fixed
Created: Mar 13, 2016
Updated: Dec 3, 2018
Resolved Date: Mar 14, 2016
Previous ID: LIN5-21259
Found In Version: 6.0.0.27
Fix Version: 6.0.0.29
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace
when started with a file that contain "Archive::Tar", perl hangs in wrlinux 5.01, rcpl34
Wind River Linux 5.0.1.34 qemu0 console
qemu0 login: root
Password:
root@qemu0:~# echo "use Archive::Tar;" > test.pl
root@qemu0:~# perl test.pl
(Hangs)
1. configure & build a wrlinux 5 project based on:
--enable-board=qemux86-64 --enable-build=production --enable-kernel=cgl --enable-rootfs=glibc_cgl --enable-ccache=no --enable-jobs=10 --enable-parallel-pkgbuilds=16 --enable-reconfig --enable-rm-work=yes --with-layer=wr-dpdk,rcfl --with-template=feature/openssl101e,feature/dpdk-1.7 --enable-bootimage=, --without-layer=, --without-template=wr-cgp/cgp/templates/feature/cgp-full/template.conf,wr-cgp/cgp/templates/feature/cgp-full/image.inc,wr-dpdk/templates/default/template.conf,wr-dpdk/templates/default/image.inc --enable-doc-pages=target --enable-addons=wr-rcfl --with-package=, --with-rcpl-version=0034
2. start the target and run:
$ echo "use Archive::Tar;" > test.pl
$ perl test.pl