POSIX-Run-Capture
view release on metacpan or search on metacpan
21783 mmap(NULL, 2134704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7fa5aa6d0000
21783 mprotect(0x7fa5aa6d9000, 2093056, PROT_NONE) = 0
21783 mmap(0x7fa5aa8d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8000) = 0x7fa5aa8d8000
21783 close(5) = 0
21783 mprotect(0x7fa5aa8d8000, 4096, PROT_READ) = 0
21783 stat("t/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("t/POSIX.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/POSIX.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/POSIX.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/share/perl5/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/share/perl5/POSIX.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/vendor_perl/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/vendor_perl/POSIX.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/vendor_perl/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/vendor_perl/POSIX.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/POSIX.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/POSIX.pm", {st_mode=S_IFREG|0444, st_size=20384, ...}) = 0
21783 open("/usr/lib64/perl5/POSIX.pm", O_RDONLY|O_CLOEXEC) = 5
21783 ioctl(5, TCGETS, 0x7ffffff2c690) = -1 ENOTTY (Inappropriate ioctl for device)
21783 lseek(5, 0, SEEK_CUR) = 0
21783 read(5, "package POSIX;\nuse strict;\nuse warnings;\n\nour ($AUTOLOAD, %SIGRT);\n\nour $VERSION = '1.97';\n\nrequire XSLoader;\n\nuse Fcntl qw(FD_CLOEXEC F_DUPFD F_GETFD F_GETFL F_GETLK F_RDLCK F_SETFD\n\t F_SETFL F_SETLK F_SETLKW F_UNLCK F...
21783 stat("t/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("t/Fcntl.pm", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/Fcntl.pm", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/Fcntl.pm", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/share/perl5/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/share/perl5/Fcntl.pm", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/vendor_perl/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/vendor_perl/Fcntl.pm", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/vendor_perl/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/vendor_perl/Fcntl.pm", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/Fcntl.pmc", 0x7ffffff2c1a0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/Fcntl.pm", {st_mode=S_IFREG|0444, st_size=4044, ...}) = 0
21783 open("/usr/lib64/perl5/Fcntl.pm", O_RDONLY|O_CLOEXEC) = 6
21783 ioctl(6, TCGETS, 0x7ffffff2bf60) = -1 ENOTTY (Inappropriate ioctl for device)
21783 lseek(6, 0, SEEK_CUR) = 0
21783 read(6, "package Fcntl;\n\n=head1 NAME\n\nFcntl - load the C Fcntl.h defines\n\n=head1 SYNOPSIS\n\n use Fcntl;\n use Fcntl qw(:DEFAULT :flock);\n\n=head1 DESCRIPTION\n\nThis module is just a translation of the C F<fcntl.h> file.\nUnlike t...
21783 read(6, "", 8192) = 0
21783 close(6) = 0
21783 getuid() = 1000
21783 geteuid() = 1000
21783 getgid() = 1000
21783 getegid() = 1000
21783 stat("/usr/lib64/perl5/auto/Fcntl/Fcntl.so", {st_mode=S_IFREG|0555, st_size=18576, ...}) = 0
21783 stat("/usr/lib64/perl5/auto/Fcntl/Fcntl.bs", 0x1f4b218) = -1 ENOENT (No such file or directory)
21783 open("/usr/lib64/perl5/auto/Fcntl/Fcntl.so", O_RDONLY|O_CLOEXEC) = 6
21783 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\33\0\0\0\0\0\0@\0\0\0\0\0\0\0\320A\0\0\0\0\0\0\0\0\0\0@\0008\0\6\0@\0\33\0\32\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0,/\0\0\0\0\0\0,/\0\0\0\0\0\0\0\0 \0\0\0\0\0...
21783 fstat(6, {st_mode=S_IFREG|0555, st_size=18576, ...}) = 0
21783 mmap(NULL, 2113784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa5aa4c8000
21783 mprotect(0x7fa5aa4cb000, 2097152, PROT_NONE) = 0
21783 mmap(0x7fa5aa6cb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fa5aa6cb000
21783 close(6) = 0
21783 mprotect(0x7fa5aa6cb000, 4096, PROT_READ) = 0
21783 brk(0x2171000) = 0x2171000
21783 read(5, " {\n usage \"printf(pattern, args...)\" if @_ < 1;\n CORE::printf STDOUT @_;\n}\n\nsub sprintf {\n usage \"sprintf(pattern, args...)\" if @_ == 0;\n CORE::sprintf(shift,@_);\n}\n\nsub load_imports {\nmy %default_export_tags...
21783 brk(0x2192000) = 0x2192000
21783 read(5, "RIO_PGRP PRIO_USER)],\n\n sys_socket_h => [qw(\n MSG_CTRUNC MSG_DONTROUTE MSG_EOR MSG_OOB MSG_PEEK MSG_TRUNC MSG_WAITALL\n )],\n\n nan_payload => [ qw(getpayload setpayload setpayloadsig issignaling) ],\n\n signal_h_...
21783 brk(0x21b3000) = 0x21b3000
21783 read(5, "", 8192) = 0
21783 close(5) = 0
21783 stat("/usr/lib64/perl5/auto/POSIX/POSIX.so", {st_mode=S_IFREG|0555, st_size=110072, ...}) = 0
21783 stat("/usr/lib64/perl5/auto/POSIX/POSIX.bs", 0x1f4b218) = -1 ENOENT (No such file or directory)
21783 open("/usr/lib64/perl5/auto/POSIX/POSIX.so", O_RDONLY|O_CLOEXEC) = 5
21783 read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pr\0\0\0\0\0\0@\0\0\0\0\0\0\0008\247\1\0\0\0\0\0\0\0\0\0@\0008\0\6\0@\0\33\0\32\0\1\0\0\0\5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\244f\1\0\0\0\0\0\244f\1\0\0\0\0\0\0\0 \0\0\...
21783 fstat(5, {st_mode=S_IFREG|0555, st_size=110072, ...}) = 0
21783 mmap(NULL, 2205280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7fa5aa2a8000
21783 mprotect(0x7fa5aa2bf000, 2097152, PROT_NONE) = 0
21783 mmap(0x7fa5aa4bf000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x17000) = 0x7fa5aa4bf000
21783 close(5) = 0
21783 mprotect(0x7fa5aa4bf000, 12288, PROT_READ) = 0
21783 brk(0x21d5000) = 0x21d5000
21783 stat("t/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("t/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/share/perl5/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/share/perl5/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/vendor_perl/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/vendor_perl/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/vendor_perl/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/vendor_perl/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/lib64/perl5/Tie/Hash.pm", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/Tie/Hash.pmc", 0x7ffffff2c8d0) = -1 ENOENT (No such file or directory)
21783 stat("/usr/share/perl5/Tie/Hash.pm", {st_mode=S_IFREG|0444, st_size=7639, ...}) = 0
21783 open("/usr/share/perl5/Tie/Hash.pm", O_RDONLY|O_CLOEXEC) = 5
21783 ioctl(5, TCGETS, 0x7ffffff2c690) = -1 ENOTTY (Inappropriate ioctl for device)
21783 lseek(5, 0, SEEK_CUR) = 0
21783 read(5, "package Tie::Hash;\n\nour $VERSION = '1.05';\n\n=head1 NAME\n\nTie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes\n\n=head1 SYNOPSIS\n\n package NewHash;\n require Tie::Hash;\n\n @ISA = qw(Tie::Ha...
21783 brk(0x21f6000) = 0x21f6000
21783 read(5, "", 8192) = 0
21783 close(5) = 0
21783 getuid() = 1000
21783 geteuid() = 1000
21783 getgid() = 1000
21783 getegid() = 1000
21783 brk(0x2217000) = 0x2217000
21783 getcwd("/home/gray/src/posixruncapture", 4096) = 31
21783 lstat("/home/gray/src/posixruncapture/t", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
21783 lstat("/home/gray/src/posixruncapture/t/TestCapture.pm", {st_mode=S_IFREG|0644, st_size=2114, ...}) = 0
21783 open("/home/gray/src/posixruncapture/runcap/t/INPUT", O_RDONLY|O_CLOEXEC) = 5
21783 ioctl(5, TCGETS, 0x7ffffff2c820) = -1 ENOTTY (Inappropriate ioctl for device)
21783 lseek(5, 0, SEEK_CUR) = 0
21783 fstat(5, {st_mode=S_IFREG|0644, st_size=4051, ...}) = 0
21783 fstat(5, {st_mode=S_IFREG|0644, st_size=4051, ...}) = 0
21783 read(5, "CHAPTER I. Down the Rabbit-Hole\n\nAlice was beginning to get very tired of sitting by her sister on the\nbank, and of having nothing to do: once or twice she had peeped into the\nbook her sister was reading, but it had no pictures or ...
21783 read(5, "", 8192) = 0
21783 close(5) = 0
21783 read(4, "", 8192) = 0
21783 close(4) = 0
21783 stat("t/Test/More.pmc", 0x7ffffff2d000) = -1 ENOENT (No such file or directory)
21783 stat("t/Test/More.pm", 0x7ffffff2d000) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/Test/More.pmc", 0x7ffffff2d000) = -1 ENOENT (No such file or directory)
21783 stat("/home/gray/src/posixruncapture/lib/Test/More.pm", 0x7ffffff2d000) = -1 ENOENT (No such file or directory)
21783 stat("/usr/local/lib64/perl5/Test/More.pmc", 0x7ffffff2d000) = -1 ENOENT (No such file or directory)
( run in 0.637 second using v1.01-cache-2.11-cpan-71847e10f99 )