Re: fsetxattr strings are not truncated

2017-03-03 Thread Eugene Syromyatnikov
On Thu, Dec 22, 2016 at 3:50 AM, Марк Коренберг wrote: > Dear developers, > > Here is `strace -s 2` output: > > [pid 5236] fgetxattr(52, "us"..., "0", 2) = 2 > [pid 5236] flistxattr(52, NULL, 0) = 66 > [pid 5236] flistxattr(52, "us"..., 132) = 66 > [pid 5236] fgetxattr(52, "us"..., "\x10\x

Re: Feature Request: Process Lineage in Filenames.

2017-03-03 Thread Eugene Syromyatnikov
On Fri, Mar 3, 2017 at 11:54 PM, Ralph Corderoy wrote: > Hi, > > Second request. I had a bunch of filename.pid outputs from -ff the > other day and to better understand what occurred, I examined and renamed > them to show their ancestry. > > 1000.man > 1008.man-preconv > 1009.man-tbl

Feature Request: Process Lineage in Filenames.

2017-03-03 Thread Ralph Corderoy
Hi, Second request. I had a bunch of filename.pid outputs from -ff the other day and to better understand what occurred, I examined and renamed them to show their ancestry. 1000.man 1008.man-preconv 1009.man-tbl 1010.man-nroff 1011.man-col 1013.man-nroff-locale 1016.m

Feature Request: Hex of ioctl(2)'s Third Parameter.

2017-03-03 Thread Ralph Corderoy
Hi, strace is very useful; it cuts below whatever the userspace language is and shows what's really happening. I've a couple of suggestions. First, if an ioctl's third parameter looks like a memory address then optionally provide us with a few words of memory from there on. Whether that's a he

Re: Introduction

2017-03-03 Thread Dmitry V. Levin
Hi, On Fri, Mar 03, 2017 at 11:55:33PM +0530, Rishi Bhatt wrote: > Hi ldv, > thanks for the reply i have build the strace source-code and when i > was building it it skipped 50 test cases. So do you know why that > happened? or is it the matter that i should look into? Why skipped or why 50? A

Re: Introduction

2017-03-03 Thread Rishi Bhatt
Hi ldv, thanks for the reply i have build the strace source-code and when i was building it it skipped 50 test cases. So do you know why that happened? or is it the matter that i should look into? And can you guide me where should i start to know about -e trace=class? Thanks Rishi. On 3/1/17, D

Re: how to call the strace executable in android application project?

2017-03-03 Thread Dmitry V. Levin
Hi, On Fri, Mar 03, 2017 at 11:53:10AM +0500, Saba Arshad wrote: > Hello Sir, > > >From many days i am trying to add strace in my application and call it at > run time. for this purpose i have installed ndk, imported strace package > through Android.mk file. strace is a regular executable, you d