commit | ff2b853e7fce27621ef01aacfbccab62f489bf16 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed May 18 09:21:54 2016 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed May 18 09:26:01 2016 +0000 |
tree | 0cb34598a0333659c3175c0f263fc697f9302239 | |
parent | a8e820586ece77fe5430ca089b255f735a92cb6b [diff] |
tests/pread64-pwrite64.c: robustify against os specific issues Do not assume that pwrite64 syscall fails when only part of the specified memory buffer is accessible. With some kernels, one accessible byte at the end of page is enough for pwrite64 syscall to return 1. * tests/pread64-pwrite64.c (main): Tweak the test that can lead to a partial write.
This is strace -- a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.
strace is released under a Berkeley-style license at the request of Paul Kranenburg; see the file COPYING for details.
See the file NEWS for information on what has changed in recent versions.
Please send bug reports and enhancements to the strace mailing list.