strace 4.5.19
Tracks and displays system calls associated with a running process
http://sourceforge.net/projects/strace/
Packager: Onur Küçük
License: as-is
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
9 | 2010-03-05 | 4.5.19 | Onur Küçük | Add missing libaio build dependency (no it is not runtime dependency) Correct socket types to fix build with newer kernels and 64bit |
8 | 2009-11-02 | 4.5.19 | Faik Uygur | * When command exits, strace now exits with the same exit status. If command is terminated by a signal, strace terminates itself with the same signal, so that strace can be used as a wrapper process transparent to the invoking parent process. * Implemented decoding of new Linux syscalls: accept4, dup3, epoll_create1, eventfd2, inotify_init1, pipe2, signalfd4. * Implemented decoding of socket type flags introduced in Linux 2.6.27. * Implemented decoding of accept4 socketcall * Fixed syscall numbers for tee and sync_file_range. * Marked sendfile(2) as a network syscall. * Fixed accept(2) decoding. * Fixed sigtimedwait(2) decoding. |
7 | 2009-05-26 | 4.5.18 | Onur Küçük | Fix a memory handling error that leads to crashes |
6 | 2008-12-25 | 4.5.18 | Faik Uygur | * Fix -F option backwards compatibility. * Fix to compile with 2.6.27 kernel |
5 | 2007-08-22 | 4.5.17 | S.Çağlar Onur | Stable Update |
4 | 2007-08-04 | 4.5.16 | İsmail Dönmez | Stable update |
3 | 2006-04-23 | 4.5.15 | İsmail Dönmez | Version bump |
2 | 2006-02-08 | 4.5.14 | İsmail Dönmez | Version bump |
1 | 2005-10-07 | 4.5.11 | S.Çağlar Onur | First release. |