This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: failed to retrieve location attribute for 'msg' [man error::dwarf] ----- socket.recvmsg


Daniel example works fine with the master branch Systemtap
translator/driver (version 3.2/0.166, commit
release-3.1-205-g55594dae6bee)

# stap -ve 'probe socket.recvmsg { printf("size = %d\n", size)}'
Pass 1: parsed user script and 467 library scripts using
77328virt/48384res/5364shr/43464data kb, in 120usr/20sys/142real ms.
Pass 2: analyzed script: 2 probes, 1 function, 1 embed, 8 globals
using 133016virt/105760res/6796shr/99152data kb, in
840usr/20sys/854real ms.
Pass 3: translated to C into
"/tmp/stappJXe1G/stap_7ab1fa7624a5933126a46386a6ca23db_22436_src.c"
using 133016virt/105952res/6988shr/99152data kb, in 10usr/0sys/9real
ms.
Pass 4: compiled C into
"stap_7ab1fa7624a5933126a46386a6ca23db_22436.ko" in
2170usr/170sys/2755real ms.
Pass 5: starting run.
size = 32768

On Tue, Aug 1, 2017 at 7:00 AM, Arkady <arkady.miasnikov@gmail.com> wrote:
> Just one note: file libebl.h is not a part of the
> /usr/include/elfutils/ in Ubuntu 16.10
>
> On Tue, Aug 1, 2017 at 6:59 AM, Arkady <arkady.miasnikov@gmail.com> wrote:
>> On Mon, Jul 31, 2017 at 10:33 PM, David Smith <dsmith@redhat.com> wrote:
>>> On Mon, Jul 31, 2017 at 4:16 AM, Arkady <arkady.miasnikov@gmail.com> wrote:
>>>> Looks like syscall.sendto.return is broken in the master branch as well
>>>
>>> In what way is syscall.sendto.return broken?
>>>
>>
>> Checked with commit 55594dae6beec - compiles just fine. My bad.
>>
>>> --
>>> David Smith
>>> Principal Software Engineer
>>> Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]