Package: perl Version: 5.20.1-5 Severity: important It's no longer possible to use the debugger to debug threaded Perl programs. Perl gets stuck and the debugger has to be hard-killed. The attached script is a simple script starts a thread and joins it. I've also attached strace output and below is the backtrace from debugperl.
(gdb) bt #0 0xb773cd20 in __kernel_vsyscall () #1 0xb76cdc4b in pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187 #2 0xb7301392 in recursive_lock_acquire (my_perl=0x9a76b28, lock=0x9913af8, file=0xb7305ae8 "shared.xs", line=1190) at shared.xs:225 #3 0xb73056fb in Perl_sharedsv_lock (my_perl=0x9a76b28, ssv=0x9955f14) at shared.xs:1190 #4 0xb730574c in Perl_sharedsv_locksv (my_perl=0x9a76b28, sv=<optimized out>) at shared.xs:1205 #5 0x08192566 in Perl_pp_lock (my_perl=0x9a76b28) at pp.c:5861 #6 0x0810bcef in Perl_runops_debug (my_perl=0x9a76b28) at dump.c:2427 #7 0x08081563 in Perl_call_sv (my_perl=0x9a76b28, sv=0x9e00f04, flags=6) at perl.c:2756 #8 0x08171f47 in perl_clone (proto_perl=0x9fe5bdc, flags=<optimized out>) at sv.c:14101 #9 0xb731b473 in S_ithread_create (num_params=<optimized out>, params_start=<optimized out>, exit_opt=<optimized out>, gimme=<optimized out>, stack_size=<optimized out>, init_function=<optimized out>, parent_perl=<optimized out>) at threads.xs:785 #10 XS_threads_create (my_perl=0x97bb008, cv=0x990f128) at threads.xs:1095 #11 0x0813f059 in Perl_pp_entersub (my_perl=0x97bb008) at pp_hot.c:2794 #12 0x0810bcef in Perl_runops_debug (my_perl=0x97bb008) at dump.c:2427 #13 0x0808b436 in S_run_body (oldscope=<optimized out>, my_perl=<optimized out>) at perl.c:2456 #14 perl_run (my_perl=0x97bb008) at perl.c:2372 #15 0x0805fe2a in main (argc=3, argv=0xbf841914, env=0xbf841924) at perlmain.c:114 -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.16.0-4-586 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages perl depends on: ii dpkg 1.17.24 ii libbz2-1.0 1.0.6-7+b2 ii libc6 2.19-15 ii libdb5.3 5.3.28-9 ii libgdbm3 1.8.3-13.1 ii perl-base 5.20.1-5 ii perl-modules 5.20.1-5 ii zlib1g 1:1.2.8.dfsg-2+b1 Versions of packages perl recommends: ii netbase 5.3 ii rename 0.20-3 Versions of packages perl suggests: ii libterm-readline-gnu-perl 1.24-2+b1 ii make 4.0-8.1 ii perl-doc 5.20.1-5 -- no debconf information
14115 execve("/usr/bin/debugperl", ["debugperl", "-dt", "foo.pl"], [/* 32 vars */]) = 0 14115 brk(0) = 0x8f14000 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76dc000 14115 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 14115 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=59412, ...}) = 0 14115 mmap2(NULL, 59412, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb76cd000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\n\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=13856, ...}) = 0 14115 mmap2(NULL, 16512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76c8000 14115 mmap2(0xb76cb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb76cb000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/i686/cmov/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0F\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=280108, ...}) = 0 14115 mmap2(NULL, 282784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7682000 14115 mmap2(0xb76c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x43000) = 0xb76c6000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/i686/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p]\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0755, st_size=130488, ...}) = 0 14115 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7681000 14115 mmap2(NULL, 111276, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7665000 14115 mmap2(0xb767d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0xb767d000 14115 mmap2(0xb767f000, 4780, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb767f000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/i686/cmov/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\233\1\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0755, st_size=1738492, ...}) = 0 14115 mmap2(NULL, 1743484, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb74bb000 14115 mmap2(0xb765f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a4000) = 0xb765f000 14115 mmap2(0xb7662000, 10876, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7662000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/i686/cmov/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\t\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=34360, ...}) = 0 14115 mmap2(NULL, 196956, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb748a000 14115 mmap2(0xb7492000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0xb7492000 14115 mmap2(0xb7494000, 155996, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7494000 14115 close(3) = 0 14115 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7489000 14115 set_thread_area({entry_number:-1, base_addr:0xb7489a00, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 (entry_number:6) 14115 mprotect(0xb765f000, 8192, PROT_READ) = 0 14115 mprotect(0xb7492000, 4096, PROT_READ) = 0 14115 mprotect(0xb767d000, 4096, PROT_READ) = 0 14115 mprotect(0xb76c6000, 4096, PROT_READ) = 0 14115 mprotect(0xb76cb000, 4096, PROT_READ) = 0 14115 mprotect(0x836f000, 4096, PROT_READ) = 0 14115 mprotect(0xb7700000, 4096, PROT_READ) = 0 14115 munmap(0xb76cd000, 59412) = 0 14115 set_tid_address(0xb7489a68) = 14115 14115 set_robust_list(0xb7489a70, 12) = 0 14115 rt_sigaction(SIGRTMIN, {0xb766a800, [], SA_SIGINFO}, NULL, 8) = 0 14115 rt_sigaction(SIGRT_1, {0xb766a880, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 14115 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 14115 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 14115 uname({sys="Linux", node="usenmccoyj1d2c", ...}) = 0 14115 rt_sigaction(SIGFPE, {SIG_IGN, [FPE], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0 14115 brk(0) = 0x8f14000 14115 brk(0x8f35000) = 0x8f35000 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=1852560, ...}) = 0 14115 mmap2(NULL, 1852560, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb72c4000 14115 close(3) = 0 14115 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 14115 read(3, "\215\327\341\265", 4) = 4 14115 close(3) = 0 14115 time(NULL) = 1425054907 14115 readlink("/proc/self/exe", "/usr/bin/debugperl", 4095) = 18 14115 stat64("/usr/local/lib/site_perl/5.20.1/i586-linux-gnu-thread-multi-64int", 0xbfe5fd6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/site_perl/5.20.1", 0xbfe5fd6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/site_perl/i586-linux-gnu-thread-multi-64int", 0xbfe5fd6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.0", 0xbfe5fea4) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.0", 0xbfe5fea4) = -1 ENOENT (No such file or directory) 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(0, 0, 0xbfe5fb60, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(1, 0, 0xbfe5fb60, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(2, 0, 0xbfe5fb60, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 open("foo.pl", O_RDONLY|O_LARGEFILE) = 3 14115 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5fc18) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(3, 0, [0], SEEK_CUR) = 0 14115 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=156, ...}) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 14115 brk(0x8f56000) = 0x8f56000 14115 stat64("/etc/perl/perl5db.pl", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/perl5db.pl", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/perl5db.pl", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/perl5db.pl", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/perl5db.pl", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/perl5db.pl", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/perl5db.pl", {st_mode=S_IFREG|0644, st_size=314392, ...}) = 0 14115 open("/usr/share/perl/5.20/perl5db.pl", O_RDONLY|O_LARGEFILE) = 4 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f698) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(4, 0, [0], SEEK_CUR) = 0 14115 read(4, "\n=head1 NAME\n\nperl5db.pl - the p"..., 8192) = 8192 14115 read(4, " Current variant is to have the"..., 8192) = 8192 14115 read(4, "need\nto initialize something bef"..., 8192) = 8192 14115 stat64("/etc/perl/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/strict.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/strict.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/strict.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/strict.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/strict.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/strict.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/strict.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/strict.pm", {st_mode=S_IFREG|0644, st_size=1006, ...}) = 0 14115 open("/usr/share/perl/5.20/strict.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f198) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "package strict;\n\n$strict::VERSIO"..., 8192) = 1006 14115 brk(0x8f77000) = 0x8f77000 14115 _llseek(5, 1005, [1005], SEEK_SET) = 0 14115 _llseek(5, 0, [1005], SEEK_CUR) = 0 14115 close(5) = 0 14115 stat64("/etc/perl/IO/Handle.pmc", 0xbfe5efcc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/IO/Handle.pm", 0xbfe5ef2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/IO/Handle.pmc", 0xbfe5efcc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/IO/Handle.pm", 0xbfe5ef2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/IO/Handle.pmc", 0xbfe5efcc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/IO/Handle.pm", 0xbfe5ef2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/IO/Handle.pmc", 0xbfe5efcc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/IO/Handle.pm", 0xbfe5ef2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/IO/Handle.pmc", 0xbfe5efcc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/IO/Handle.pm", 0xbfe5ef2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/IO/Handle.pmc", 0xbfe5efcc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/IO/Handle.pm", {st_mode=S_IFREG|0644, st_size=8235, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/IO/Handle.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5ecf8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "package IO::Handle;\n\nuse 5.006_0"..., 8192) = 8192 14115 stat64("/etc/perl/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Carp.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Carp.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Carp.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Carp.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Carp.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Carp.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Carp.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Carp.pm", {st_mode=S_IFREG|0644, st_size=18065, ...}) = 0 14115 open("/usr/share/perl/5.20/Carp.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e7f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package Carp;\n\n{ use 5.006; }\nus"..., 8192) = 8192 14115 stat64("/etc/perl/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/warnings.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/warnings.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/warnings.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/warnings.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/warnings.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/warnings.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/warnings.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/warnings.pm", {st_mode=S_IFREG|0644, st_size=18622, ...}) = 0 14115 open("/usr/share/perl/5.20/warnings.pm", O_RDONLY|O_LARGEFILE) = 7 14115 ioctl(7, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e2f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(7, 0, [0], SEEK_CUR) = 0 14115 read(7, "# -*- buffer-read-only: t -*-\n# "..., 8192) = 8192 14115 brk(0x8f98000) = 0x8f98000 14115 brk(0x8f97000) = 0x8f97000 14115 read(7, "ed'\t=> \"\\x20\\x00\\x00\\x00\\x00\\x00"..., 8192) = 8192 14115 read(7, "warnings\")\n\t unless defined $"..., 8192) = 2238 14115 brk(0x8fb8000) = 0x8fb8000 14115 read(7, "", 8192) = 0 14115 close(7) = 0 14115 read(6, "f ($overflow) {\n "..., 8192) = 8192 14115 brk(0x8fd9000) = 0x8fd9000 14115 read(6, "of\n# inheritance are less effici"..., 8192) = 1681 14115 _llseek(6, 18064, [18064], SEEK_SET) = 0 14115 _llseek(6, 0, [18064], SEEK_CUR) = 0 14115 close(6) = 0 14115 stat64("/etc/perl/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Exporter.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Exporter.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Exporter.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Exporter.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Exporter.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Exporter.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Exporter.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2367, ...}) = 0 14115 open("/usr/share/perl/5.20/Exporter.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e7f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package Exporter;\n\nrequire 5.006"..., 8192) = 2367 14115 brk(0x8ffa000) = 0x8ffa000 14115 _llseek(6, 2366, [2366], SEEK_SET) = 0 14115 _llseek(6, 0, [2366], SEEK_CUR) = 0 14115 close(6) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 stat64("/etc/perl/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Symbol.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Symbol.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Symbol.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Symbol.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Symbol.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Symbol.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Symbol.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Symbol.pm", {st_mode=S_IFREG|0644, st_size=2099, ...}) = 0 14115 open("/usr/share/perl/5.20/Symbol.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e7f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package Symbol;\n\nBEGIN { require"..., 8192) = 2099 14115 read(6, "", 8192) = 0 14115 close(6) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 stat64("/etc/perl/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/SelectSaver.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/SelectSaver.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/SelectSaver.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/SelectSaver.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/SelectSaver.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/SelectSaver.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/SelectSaver.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/SelectSaver.pm", {st_mode=S_IFREG|0644, st_size=344, ...}) = 0 14115 open("/usr/share/perl/5.20/SelectSaver.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e7f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package SelectSaver;\n\nour $VERSI"..., 8192) = 344 14115 read(6, "", 8192) = 0 14115 close(6) = 0 14115 stat64("/etc/perl/IO.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/IO.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/IO.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/IO.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/IO.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/IO.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/IO.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/IO.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/IO.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/IO.pm", 0xbfe5ea2c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/IO.pmc", 0xbfe5eacc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/IO.pm", {st_mode=S_IFREG|0644, st_size=413, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/IO.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e7f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "#\n\npackage IO;\n\nuse XSLoader ();"..., 8192) = 413 14115 stat64("/etc/perl/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/XSLoader.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/XSLoader.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/XSLoader.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/XSLoader.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/XSLoader.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/XSLoader.pm", 0xbfe5e52c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/XSLoader.pmc", 0xbfe5e5cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=2886, ...}) = 0 14115 open("/usr/share/perl/5.20/XSLoader.pm", O_RDONLY|O_LARGEFILE) = 7 14115 ioctl(7, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e2f8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(7, 0, [0], SEEK_CUR) = 0 14115 read(7, "# Generated from XSLoader.pm.PL "..., 8192) = 2886 14115 brk(0x901b000) = 0x901b000 14115 brk(0x901a000) = 0x901a000 14115 _llseek(7, 2885, [2885], SEEK_SET) = 0 14115 _llseek(7, 0, [2885], SEEK_CUR) = 0 14115 close(7) = 0 14115 _llseek(6, 412, [412], SEEK_SET) = 0 14115 _llseek(6, 0, [412], SEEK_CUR) = 0 14115 close(6) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/IO/IO.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/IO/IO.so", {st_mode=S_IFREG|0644, st_size=17884, ...}) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/IO/IO.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 futex(0xb76cc058, FUTEX_WAKE_PRIVATE, 2147483647) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/auto/IO/IO.so", O_RDONLY|O_CLOEXEC) = 6 14115 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\17\0\0004\0\0\0"..., 512) = 512 14115 fstat64(6, {st_mode=S_IFREG|0644, st_size=17884, ...}) = 0 14115 mmap2(NULL, 20700, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0xb76d6000 14115 mmap2(0xb76da000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0xb76da000 14115 close(6) = 0 14115 mprotect(0xb76da000, 4096, PROT_READ) = 0 14115 brk(0x903b000) = 0x903b000 14115 read(5, "_;\n }\n else {\n\tprint @_;\n "..., 8192) = 43 14115 read(5, "", 8192) = 0 14115 close(5) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 stat64("/etc/perl/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/feature.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/feature.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/feature.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/feature.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/feature.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/feature.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/feature.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/feature.pm", {st_mode=S_IFREG|0644, st_size=3963, ...}) = 0 14115 open("/usr/share/perl/5.20/feature.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f1e8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "# -*- buffer-read-only: t -*-\n# "..., 8192) = 3963 14115 brk(0x905d000) = 0x905d000 14115 read(5, "", 8192) = 0 14115 close(5) = 0 14115 stat64("/etc/perl/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/vars.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/vars.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/vars.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/vars.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/vars.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/vars.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/vars.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0 14115 open("/usr/share/perl/5.20/vars.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f198) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 8192) = 1149 14115 stat64("/etc/perl/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/warnings/register.pm", 0xbfe5eecc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/warnings/register.pm", 0xbfe5eecc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/warnings/register.pm", 0xbfe5eecc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/warnings/register.pm", 0xbfe5eecc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/warnings/register.pm", 0xbfe5eecc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/warnings/register.pm", 0xbfe5eecc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/warnings/register.pmc", 0xbfe5ef6c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=481, ...}) = 0 14115 open("/usr/share/perl/5.20/warnings/register.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5ec98) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package warnings::register;\n\nour"..., 8192) = 481 14115 read(6, "", 8192) = 0 14115 close(6) = 0 14115 _llseek(5, 1148, [1148], SEEK_SET) = 0 14115 _llseek(5, 0, [1148], SEEK_CUR) = 0 14115 close(5) = 0 14115 read(4, "y passages, it is\n# wise to read"..., 8192) = 8192 14115 stat64("/etc/perl/threads.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/threads.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/threads.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/threads.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/threads.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/threads.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/threads.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/threads.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/threads.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/threads.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/threads.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/threads.pm", {st_mode=S_IFREG|0644, st_size=35767, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/threads.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f1e8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "package threads;\n\nuse 5.008;\n\nus"..., 8192) = 8192 14115 brk(0x907e000) = 0x907e000 14115 stat64("/etc/perl/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/overload.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/overload.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/overload.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/overload.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/overload.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/overload.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/overload.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/overload.pm", {st_mode=S_IFREG|0644, st_size=4462, ...}) = 0 14115 open("/usr/share/perl/5.20/overload.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5ece8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package overload;\n\nour $VERSION "..., 8192) = 4462 14115 stat64("/etc/perl/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/overloading.pm", 0xbfe5ea1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/overloading.pm", 0xbfe5ea1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/overloading.pm", 0xbfe5ea1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/overloading.pm", 0xbfe5ea1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/overloading.pm", 0xbfe5ea1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/overloading.pm", 0xbfe5ea1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/overloading.pmc", 0xbfe5eabc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/overloading.pm", {st_mode=S_IFREG|0644, st_size=964, ...}) = 0 14115 open("/usr/share/perl/5.20/overloading.pm", O_RDONLY|O_LARGEFILE) = 7 14115 ioctl(7, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5e7e8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(7, 0, [0], SEEK_CUR) = 0 14115 read(7, "package overloading;\nuse warning"..., 8192) = 964 14115 brk(0x909f000) = 0x909f000 14115 _llseek(7, 963, [963], SEEK_SET) = 0 14115 _llseek(7, 0, [963], SEEK_CUR) = 0 14115 close(7) = 0 14115 _llseek(6, 4461, [4461], SEEK_SET) = 0 14115 _llseek(6, 0, [4461], SEEK_CUR) = 0 14115 close(6) = 0 14115 _llseek(5, 2799, [2799], SEEK_SET) = 0 14115 _llseek(5, 0, [2799], SEEK_CUR) = 0 14115 close(5) = 0 14115 stat64("/etc/perl/Config.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Config.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Config.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Config.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Config.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Config.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Config.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Config.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Config.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Config.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Config.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Config.pm", {st_mode=S_IFREG|0644, st_size=3319, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/Config.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f1e8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "# This file was created by confi"..., 8192) = 3319 14115 read(5, "", 8192) = 0 14115 close(5) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/threads.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/threads.so", {st_mode=S_IFREG|0644, st_size=42728, ...}) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/threads.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/threads.so", O_RDONLY|O_CLOEXEC) = 5 14115 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\32\0\0004\0\0\0"..., 512) = 512 14115 fstat64(5, {st_mode=S_IFREG|0644, st_size=42728, ...}) = 0 14115 mmap2(NULL, 45608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xb72b8000 14115 mmap2(0xb72c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x9000) = 0xb72c2000 14115 close(5) = 0 14115 mprotect(0xb72c2000, 4096, PROT_READ) = 0 14115 stat64("/etc/perl/threads/shared.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/threads/shared.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/threads/shared.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/threads/shared.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/threads/shared.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/threads/shared.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/threads/shared.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/threads/shared.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/threads/shared.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/threads/shared.pm", 0xbfe5f41c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/threads/shared.pmc", 0xbfe5f4bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/threads/shared.pm", {st_mode=S_IFREG|0644, st_size=19915, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/threads/shared.pm", O_RDONLY|O_LARGEFILE) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f1e8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(5, 0, [0], SEEK_CUR) = 0 14115 read(5, "package threads::shared;\n\nuse 5."..., 8192) = 8192 14115 stat64("/etc/perl/Scalar/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Scalar/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Scalar/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Scalar/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Scalar/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Scalar/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Scalar/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Scalar/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Scalar/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Scalar/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Scalar/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Scalar/Util.pm", {st_mode=S_IFREG|0644, st_size=1143, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/Scalar/Util.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5ece8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "# Copyright (c) 1997-2007 Graham"..., 8192) = 1143 14115 _llseek(6, 1142, [1142], SEEK_SET) = 0 14115 _llseek(6, 0, [1142], SEEK_CUR) = 0 14115 close(6) = 0 14115 stat64("/etc/perl/List/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/List/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/List/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/List/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/List/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/List/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/List/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/List/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/List/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/List/Util.pm", 0xbfe5ef1c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/List/Util.pmc", 0xbfe5efbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/List/Util.pm", {st_mode=S_IFREG|0644, st_size=944, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/List/Util.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5ece8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "# Copyright (c) 1997-2009 Graham"..., 8192) = 944 14115 brk(0x90c0000) = 0x90c0000 14115 _llseek(6, 943, [943], SEEK_SET) = 0 14115 _llseek(6, 0, [943], SEEK_CUR) = 0 14115 close(6) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/List/Util/Util.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/List/Util/Util.so", {st_mode=S_IFREG|0644, st_size=42532, ...}) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/List/Util/Util.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/auto/List/Util/Util.so", O_RDONLY|O_CLOEXEC) = 6 14115 read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\23\0\0004\0\0\0"..., 512) = 512 14115 fstat64(6, {st_mode=S_IFREG|0644, st_size=42532, ...}) = 0 14115 mmap2(NULL, 41252, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0xb72ad000 14115 mmap2(0xb72b6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x9000) = 0xb72b6000 14115 close(6) = 0 14115 mprotect(0xb72b6000, 4096, PROT_READ) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 _llseek(5, 4878, [4878], SEEK_SET) = 0 14115 _llseek(5, 0, [4878], SEEK_CUR) = 0 14115 close(5) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/shared/shared.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/shared/shared.so", {st_mode=S_IFREG|0644, st_size=42792, ...}) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/shared/shared.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/auto/threads/shared/shared.so", O_RDONLY|O_CLOEXEC) = 5 14115 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\36\0\0004\0\0\0"..., 512) = 512 14115 fstat64(5, {st_mode=S_IFREG|0644, st_size=42792, ...}) = 0 14115 mmap2(NULL, 45840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0xb72a1000 14115 mmap2(0xb72ab000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x9000) = 0xb72ab000 14115 close(5) = 0 14115 mprotect(0xb72ab000, 4096, PROT_READ) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 brk(0x90e2000) = 0x90e2000 14115 write(1, "Threads support enabled\n", 24) = 24 14115 read(4, " not debugger takes over warning"..., 8192) = 8192 14115 read(4, "e server\n *get_fork_TTY ="..., 8192) = 8192 14115 read(4, " if we\n # know how, and w"..., 8192) = 8192 14115 brk(0x9103000) = 0x9103000 14115 read(4, "_dot_command {\n my ($obj) = @"..., 8192) = 8192 14115 brk(0x9124000) = 0x9124000 14115 brk(0x9145000) = 0x9145000 14115 brk(0x9166000) = 0x9166000 14115 brk(0x9187000) = 0x9187000 14115 brk(0x91a8000) = 0x91a8000 14115 brk(0x91c9000) = 0x91c9000 14115 brk(0x91ea000) = 0x91ea000 14115 brk(0x920b000) = 0x920b000 14115 brk(0x922d000) = 0x922d000 14115 read(4, " last;\n }\n "..., 8192) = 8192 14115 brk(0x924e000) = 0x924e000 14115 read(4, "h) {\n $DB::evalarg = "..., 8192) = 8192 14115 read(4, "<$start>, and C<$max> variables."..., 8192) = 8192 14115 read(4, "an optional breakpoint\n\nMost of "..., 8192) = 8192 14115 brk(0x926f000) = 0x926f000 14115 read(4, "tack in place, turn off single\n "..., 8192) = 8192 14115 brk(0x9290000) = 0x9290000 14115 read(4, "tart -= $incr + $window + 1;\n "..., 8192) = 8192 14115 brk(0x92b1000) = 0x92b1000 14115 read(4, "ument.\\n\");\n }\n\n i"..., 8192) = 8192 14115 brk(0x92d2000) = 0x92d2000 14115 read(4, "ted $sub$al\\n\" );\n }\n"..., 8192) = 8192 14115 read(4, " Assemble the command subroutine"..., 8192) = 8192 14115 brk(0x92f4000) = 0x92f4000 14115 read(4, "n .pm and do it again unless the"..., 8192) = 8192 14115 read(4, "f lines specified for an\nexecuta"..., 8192) = 8192 14115 brk(0x9315000) = 0x9315000 14115 read(4, "the new command API, but it isn'"..., 8192) = 8192 14115 read(4, " on to the end, and then stop.\n "..., 8192) = 8192 14115 brk(0x9337000) = 0x9337000 14115 brk(0x9335000) = 0x9335000 14115 read(4, "\n list_modules();\n\n return"..., 8192) = 8192 14115 brk(0x9356000) = 0x9356000 14115 read(4, "n it.\n $had_breakpoin"..., 8192) = 8192 14115 read(4, "if length $s > $maxtrace;\n\n "..., 8192) = 8192 14115 read(4, "edirect STDIN\");\n open( STDOU"..., 8192) = 8192 14115 brk(0x9377000) = 0x9377000 14115 read(4, "S2::Process::io_term(related => "..., 8192) = 8192 14115 read(4, "ures->{addHistory};\n retu"..., 8192) = 8192 14115 brk(0x9398000) = 0x9398000 14115 read(4, "option) if ($OUT ne \\*STDERR);\n "..., 8192) = 8192 14115 read(4, "{\n $sh = quotemeta shift;"..., 8192) = 8192 14115 brk(0x93b9000) = 0x93b9000 14115 read(4, "ent execution line.\n Sequ"..., 8192) = 8192 14115 read(4, "> Evals expr in list conte"..., 8192) = 8192 14115 read(4, "d I<RemotePort> there (or use\n "..., 8192) = 8192 14115 read(4, "all Carp::longmess without its b"..., 8192) = 8192 14115 brk(0x93dd000) = 0x93dd000 14115 read(4, "d)>\n\nC<methods_via> does the wor"..., 8192) = 8192 14115 read(4, " eval() later.\n\n # This varia"..., 8192) = 8192 14115 rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 14115 rt_sigaction(SIGINT, {0x8118b60, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 14115 brk(0x93fe000) = 0x93fe000 14115 read(4, ". C<grep> out the matches to the"..., 8192) = 8192 14115 read(4, "mmand line to be executed.\n i"..., 8192) = 8192 14115 brk(0x941f000) = 0x941f000 14115 read(4, " # ... and the line is b"..., 8192) = 8192 14115 read(4, "line = shift || '?';\n\n # Figu"..., 8192) = 3096 14115 brk(0x9448000) = 0x9448000 14115 read(4, "", 8192) = 0 14115 close(4) = 0 14115 rt_sigprocmask(SIG_BLOCK, [SEGV], [], 8) = 0 14115 rt_sigaction(SIGSEGV, {0x8118b60, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 14115 rt_sigprocmask(SIG_BLOCK, [BUS], [], 8) = 0 14115 rt_sigaction(SIGBUS, {0x8118b60, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 14115 stat64("/etc/perl/Config_heavy.pl", 0xbfe5f5bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Config_heavy.pl", 0xbfe5f5bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Config_heavy.pl", 0xbfe5f5bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Config_heavy.pl", 0xbfe5f5bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Config_heavy.pl", 0xbfe5f5bc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Config_heavy.pl", {st_mode=S_IFREG|0644, st_size=47745, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/Config_heavy.pl", O_RDONLY|O_LARGEFILE) = 4 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f388) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(4, 0, [0], SEEK_CUR) = 0 14115 read(4, "# This file was created by confi"..., 8192) = 8192 14115 read(4, "-DDEBUGGING=-g -Doptimize=-O2 -D"..., 8192) = 8192 14115 read(4, "r_s='define'\nd_const='define'\nd_"..., 8192) = 8192 14115 read(4, "'\nd_volatile='define'\nd_vprintf="..., 8192) = 8192 14115 read(4, "nd File/Glob File/Path File/Temp"..., 8192) = 8192 14115 read(4, "3 4 5 6 7 8 9 10 11 12 13 14 15 "..., 8192) = 6785 14115 read(4, "", 8192) = 0 14115 close(4) = 0 14115 stat64("/etc/perl/Config_git.pl", 0xbfe5f40c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Config_git.pl", 0xbfe5f40c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Config_git.pl", 0xbfe5f40c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Config_git.pl", 0xbfe5f40c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Config_git.pl", 0xbfe5f40c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Config_git.pl", {st_mode=S_IFREG|0644, st_size=409, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/Config_git.pl", O_RDONLY|O_LARGEFILE) = 4 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f1d8) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(4, 0, [0], SEEK_CUR) = 0 14115 read(4, "################################"..., 8192) = 409 14115 read(4, "", 8192) = 0 14115 close(4) = 0 14115 stat64("/dev/tty", {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 stat64(".perldb", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/home/mccoyj1/.perldb", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/dev/tty", {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 open("/dev/tty", O_RDWR|O_LARGEFILE) = 4 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(4, 0, 0xbfe5f7f0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 fstat64(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 14115 open("/dev/tty", O_RDWR|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 5 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(5, 0, 0xbfe5f7f0, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 fstat64(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 fcntl64(5, F_SETFD, FD_CLOEXEC) = 0 14115 write(5, "\nLoading DB routines from perl5d"..., 50) = 50 14115 write(5, "Editor support available.\n", 26) = 26 14115 write(5, "\nEnter h or 'h h' for help, or '"..., 63) = 63 14115 read(3, "use strict;\nuse threads;\nuse thr"..., 8192) = 156 14115 read(3, "", 8192) = 0 14115 close(3) = 0 14115 write(5, "main::(foo.pl:11):\tmy $thread = "..., 53) = 53 14115 stat64("/etc/perl/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Term/ReadLine.pm", 0xbfe5fdbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Term/ReadLine.pm", 0xbfe5fdbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Term/ReadLine.pm", 0xbfe5fdbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine.pm", 0xbfe5fdbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/Term/ReadLine.pm", 0xbfe5fdbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/Term/ReadLine.pm", 0xbfe5fdbc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Term/ReadLine.pmc", 0xbfe5fe5c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/Term/ReadLine.pm", {st_mode=S_IFREG|0644, st_size=13914, ...}) = 0 14115 open("/usr/share/perl/5.20/Term/ReadLine.pm", O_RDONLY|O_LARGEFILE) = 3 14115 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5fb88) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(3, 0, [0], SEEK_CUR) = 0 14115 read(3, "=head1 NAME\n\nTerm::ReadLine - Pe"..., 8192) = 8192 14115 read(3, " # a SetConsoleMode() if we end "..., 8192) = 5722 14115 read(3, "", 8192) = 0 14115 close(3) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 stat64("/etc/perl/Term/ReadLine/Gnu.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Term/ReadLine/Gnu.pm", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Term/ReadLine/Gnu.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Term/ReadLine/Gnu.pm", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Term/ReadLine/Gnu.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Term/ReadLine/Gnu.pm", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine/Gnu.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine/Gnu.pm", {st_mode=S_IFREG|0644, st_size=54309, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine/Gnu.pm", O_RDONLY|O_LARGEFILE) = 3 14115 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f698) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(3, 0, [0], SEEK_CUR) = 0 14115 read(3, "#\n#\tGnu.pm --- The GNU Readline/"..., 8192) = 8192 14115 stat64("/etc/perl/DynaLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/DynaLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/DynaLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/DynaLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/DynaLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/DynaLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/DynaLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/DynaLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/DynaLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/DynaLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/DynaLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/DynaLoader.pm", {st_mode=S_IFREG|0644, st_size=10748, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl/5.20/DynaLoader.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f198) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "# Generated from DynaLoader_pm.P"..., 8192) = 8192 14115 read(6, "s, $_); next; }\n\n\t\n\n # O"..., 8192) = 2556 14115 _llseek(6, 10747, [10747], SEEK_SET) = 0 14115 _llseek(6, 0, [10747], SEEK_CUR) = 0 14115 close(6) = 0 14115 read(3, "\n # some version of Perl caus"..., 8192) = 8192 14115 read(3, ";\n ! $self->write_history(@_)"..., 8192) = 8192 14115 read(3, "\";\n } elsif (exists $Term::Re"..., 8192) = 8192 14115 _llseek(3, 24901, [24901], SEEK_SET) = 0 14115 _llseek(3, 0, [24901], SEEK_CUR) = 0 14115 close(3) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 stat64("/etc/perl/auto/Term/ReadLine/Gnu", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/auto/Term/ReadLine/Gnu", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/auto/Term/ReadLine/Gnu", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/auto/Term/ReadLine/Gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/auto/Term/ReadLine/Gnu/Gnu.so", {st_mode=S_IFREG|0644, st_size=166656, ...}) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/auto/Term/ReadLine/Gnu/Gnu.bs", 0x8f14164) = -1 ENOENT (No such file or directory) 14115 open("/usr/lib/i386-linux-gnu/perl5/5.20/auto/Term/ReadLine/Gnu/Gnu.so", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 A\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=166656, ...}) = 0 14115 mmap2(NULL, 169508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7277000 14115 mmap2(0xb729e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0xb729e000 14115 close(3) = 0 14115 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=59412, ...}) = 0 14115 mmap2(NULL, 59412, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7268000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/libreadline.so.6", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\322\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=280196, ...}) = 0 14115 mmap2(NULL, 284172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7222000 14115 mmap2(0xb7262000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x40000) = 0xb7262000 14115 mmap2(0xb7267000, 1548, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7267000 14115 close(3) = 0 14115 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 14115 open("/lib/i386-linux-gnu/libtinfo.so.5", O_RDONLY|O_CLOEXEC) = 3 14115 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300^\0\0004\0\0\0"..., 512) = 512 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=141676, ...}) = 0 14115 mmap2(NULL, 141612, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb71ff000 14115 mmap2(0xb721f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0xb721f000 14115 close(3) = 0 14115 mprotect(0xb721f000, 8192, PROT_READ) = 0 14115 mprotect(0xb7262000, 4096, PROT_READ) = 0 14115 mprotect(0xb729e000, 8192, PROT_READ) = 0 14115 munmap(0xb7268000, 59412) = 0 14115 stat64("/etc/perl/Term/ReadLine/Gnu/XS.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/Term/ReadLine/Gnu/XS.pm", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Term/ReadLine/Gnu/XS.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/Term/ReadLine/Gnu/XS.pm", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Term/ReadLine/Gnu/XS.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/Term/ReadLine/Gnu/XS.pm", 0xbfe5f8cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine/Gnu/XS.pmc", 0xbfe5f96c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine/Gnu/XS.pm", {st_mode=S_IFREG|0644, st_size=15955, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl5/5.20/Term/ReadLine/Gnu/XS.pm", O_RDONLY|O_LARGEFILE) = 3 14115 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f698) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(3, 0, [0], SEEK_CUR) = 0 14115 read(3, "#!/usr/bin/perl\n#\n#\tXS.pm : perl"..., 8192) = 8192 14115 stat64("/etc/perl/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/perl/AutoLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/lib/i386-linux-gnu/perl/5.20.1/AutoLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/local/share/perl/5.20.1/AutoLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/AutoLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl5/AutoLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/lib/i386-linux-gnu/perl/5.20/AutoLoader.pm", 0xbfe5f3cc) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/AutoLoader.pmc", 0xbfe5f46c) = -1 ENOENT (No such file or directory) 14115 stat64("/usr/share/perl/5.20/AutoLoader.pm", {st_mode=S_IFREG|0644, st_size=5487, ...}) = 0 14115 open("/usr/share/perl/5.20/AutoLoader.pm", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f198) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "package AutoLoader;\n\nuse strict;"..., 8192) = 5487 14115 _llseek(6, 5486, [5486], SEEK_SET) = 0 14115 _llseek(6, 0, [5486], SEEK_CUR) = 0 14115 close(6) = 0 14115 stat64("/usr/lib/i386-linux-gnu/perl5/5.20/auto/Term/ReadLine/Gnu/XS/autosplit.ix", {st_mode=S_IFREG|0644, st_size=99, ...}) = 0 14115 open("/usr/lib/i386-linux-gnu/perl5/5.20/auto/Term/ReadLine/Gnu/XS/autosplit.ix", O_RDONLY|O_LARGEFILE) = 6 14115 ioctl(6, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0xbfe5f198) = -1 ENOTTY (Inappropriate ioctl for device) 14115 _llseek(6, 0, [0], SEEK_CUR) = 0 14115 read(6, "# Index created by AutoSplit for"..., 8192) = 99 14115 read(6, "", 8192) = 0 14115 close(6) = 0 14115 read(3, "r2fn($_[0]));\n}\n\n#\n#\tfor compati"..., 8192) = 7763 14115 brk(0x9469000) = 0x9469000 14115 close(3) = 0 14115 getuid32() = 1000 14115 geteuid32() = 1000 14115 getgid32() = 1000 14115 getegid32() = 1000 14115 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 stat64("/home/mccoyj1/.terminfo", 0x91631c8) = -1 ENOENT (No such file or directory) 14115 stat64("/etc/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 14115 stat64("/lib/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 14115 stat64("/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 14115 time(NULL) = 1425054908 14115 access("/etc/terminfo/x/xterm-256color", R_OK) = -1 ENOENT (No such file or directory) 14115 access("/lib/terminfo/x/xterm-256color", R_OK) = 0 14115 open("/lib/terminfo/x/xterm-256color", O_RDONLY|O_LARGEFILE) = 3 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=3417, ...}) = 0 14115 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76d5000 14115 read(3, "\32\1%\0&\0\17\0\235\1\262\5xterm-256color|xterm"..., 4096) = 3417 14115 read(3, "", 4096) = 0 14115 close(3) = 0 14115 munmap(0xb76d5000, 4096) = 0 14115 time(NULL) = 1425054908 14115 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 ioctl(1, TIOCGWINSZ, {ws_row=68, ws_col=113, ws_xpixel=0, ws_ypixel=0}) = 0 14115 ioctl(0, TIOCGWINSZ, {ws_row=68, ws_col=113, ws_xpixel=0, ws_ypixel=0}) = 0 14115 ioctl(0, TIOCGWINSZ, {ws_row=68, ws_col=113, ws_xpixel=0, ws_ypixel=0}) = 0 14115 ioctl(0, SNDRV_TIMER_IOCTL_STATUS or TIOCSWINSZ, {ws_row=68, ws_col=113, ws_xpixel=0, ws_ypixel=0}) = 0 14115 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 stat64("/home/mccoyj1/.inputrc", {st_mode=S_IFREG|0644, st_size=32, ...}) = 0 14115 open("/home/mccoyj1/.inputrc", O_RDONLY|O_LARGEFILE) = 3 14115 read(3, "Control-w: unix-filename-rubout\n", 32) = 32 14115 close(3) = 0 14115 fcntl64(4, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) 14115 fstat64(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76d5000 14115 _llseek(4, 0, 0xbfe5fa70, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 fstat64(4, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 14115 fcntl64(5, F_GETFL) = 0x8002 (flags O_RDWR|O_LARGEFILE) 14115 fstat64(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb76d4000 14115 _llseek(5, 0, 0xbfe5fa70, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 fstat64(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...}) = 0 14115 fcntl64(5, F_SETFD, FD_CLOEXEC) = 0 14115 open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3 14115 fstat64(3, {st_mode=S_IFREG|0644, st_size=26256, ...}) = 0 14115 mmap2(NULL, 26256, PROT_READ, MAP_SHARED, 3, 0) = 0xb76cd000 14115 close(3) = 0 14115 futex(0xb7661fa8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 14115 ioctl(4, TIOCGWINSZ, {ws_row=68, ws_col=113, ws_xpixel=0, ws_ypixel=0}) = 0 14115 ioctl(4, SNDRV_TIMER_IOCTL_STATUS or TIOCSWINSZ, {ws_row=68, ws_col=113, ws_xpixel=0, ws_ypixel=0}) = 0 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 ioctl(4, SNDCTL_TMR_STOP or SNDRV_TIMER_IOCTL_GINFO or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig -icanon -echo ...}) = 0 14115 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT ALRM TERM TSTP TTIN TTOU], [], 8) = 0 14115 rt_sigaction(SIGINT, {0xb72450d0, [], 0}, {0x8118b60, [], 0}, 8) = 0 14115 rt_sigaction(SIGTERM, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigaction(SIGHUP, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigaction(SIGQUIT, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigaction(SIGALRM, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigaction(SIGTSTP, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigaction(SIGTTOU, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigaction(SIGTTIN, {0xb72450d0, [], 0}, {SIG_DFL, [], 0}, 8) = 0 14115 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 14115 rt_sigaction(SIGWINCH, {0xb72445e0, [], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0 14115 write(5, "\33[4m [0] DB<1> \33[24m", 20) = 20 14115 read(4, "c", 1) = 1 14115 write(5, "c", 1) = 1 14115 read(4, "\r", 1) = 1 14115 write(5, "\n", 1) = 1 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig -icanon -echo ...}) = 0 14115 ioctl(4, SNDCTL_TMR_STOP or SNDRV_TIMER_IOCTL_GINFO or TCSETSW, {B38400 opost isig icanon echo ...}) = 0 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 rt_sigaction(SIGINT, {0x8118b60, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGTERM, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGHUP, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGQUIT, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGALRM, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGTSTP, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGTTOU, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGTTIN, {SIG_DFL, [], 0}, {0xb72450d0, [], 0}, 8) = 0 14115 rt_sigaction(SIGWINCH, {SIG_DFL, [], 0}, {0xb72445e0, [], SA_RESTART}, 8) = 0 14115 rt_sigprocmask(SIG_BLOCK, ~[ILL BUS SEGV RTMIN RT_1], [], 8) = 0 14115 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(0, 0, 0xbfe5fc40, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(1, 0, 0xbfe5fc40, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(2, 0, 0xbfe5fc40, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 ioctl(4, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(4, 0, 0xbfe5fc40, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 ioctl(5, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 14115 _llseek(5, 0, 0xbfe5fc40, SEEK_CUR) = -1 ESPIPE (Illegal seek) 14115 brk(0x948a000) = 0x948a000 14115 brk(0x94ab000) = 0x94ab000 14115 brk(0x94cc000) = 0x94cc000 14115 brk(0x94ed000) = 0x94ed000 14115 brk(0x950e000) = 0x950e000 14115 brk(0x9530000) = 0x9530000 14115 brk(0x9551000) = 0x9551000 14115 brk(0x9572000) = 0x9572000 14115 brk(0x9593000) = 0x9593000 14115 brk(0x95b4000) = 0x95b4000 14115 brk(0x95d5000) = 0x95d5000 14115 brk(0x95f6000) = 0x95f6000 14115 brk(0x9617000) = 0x9617000 14115 brk(0x9638000) = 0x9638000 14115 brk(0x9659000) = 0x9659000 14115 brk(0x967a000) = 0x967a000 14115 brk(0x969b000) = 0x969b000 14115 brk(0x96bc000) = 0x96bc000 14115 brk(0x96dd000) = 0x96dd000 14115 brk(0x96fe000) = 0x96fe000 14115 brk(0x971f000) = 0x971f000 14115 brk(0x9740000) = 0x9740000 14115 brk(0x9761000) = 0x9761000 14115 brk(0x9782000) = 0x9782000 14115 futex(0x906cabc, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...> 14115 +++ killed by SIGKILL +++
use strict; use threads; use threads::shared; sub foo { $DB::single = 1; print "Hello, world!\n"; } my $thread = threads->new(\&foo); $thread->join();