I downloaded strace version 4.13 and was able to build the source code
and produce the strace executable. I need to see the all of the
payload in the recvmsg and sendmsg calls. including the iov style
arrays
My system is RHEL Server 5.8 Tikanga. Kernel version 2.6.18-348.el5
When I run strace wit
Starting with version 4.13, strace follows the schedule of linux kernel,
and new versions of strace are released along with new version of linux
kernel. So strace 4.14 is tagged and uploaded.
I'd like to use this opportunity to thank all who contributed to this release.
$ git tag -v v4.14 2> /de
Hi Perside Rosalie,
On Mon, Oct 03, 2016 at 08:57:23AM +0100, Rosalie Perside wrote:
> Hello Everybody!
>
> My name is Perside Rosalie i am a junior computer engineer in University of
> Buea-Cameroon, I am new to open source contribution and i will like to
> contribute to Strace. I have cloned th
On Tue, Oct 04, 2016 at 09:00:17AM -0400, Al Gambardella wrote:
> I downloaded strace version 4.13 and was able to build the source code
> and produce the strace executable. I need to see the all of the
> payload in the recvmsg and sendmsg calls. including the iov style
> arrays
>
> My system is R