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]

[Bug translator/9773] On x86_64, systemtap sometimes fails to retrieve a local variable


------- Additional Comments From srikar at linux dot vnet dot ibm dot com  2009-01-22 11:55 -------
> 
> Otherwise, it may just be another instance of the well-known
> gcc debuginfo generation problems.
> 

Okay 

Similar behaviour on ppc64 too.

I modified the script a bit to 
probe kernel.statement("aio_complete@fs/aio.c:1012")
{
        printf ("%s \n", $$locals)
        exit()
}

Now the output shows 
ctx=0xffff8802231d4e00 info=? ring=? event=? flags=0x213 tail=0x6f ret=0x0
mod_name=0x840fa4 descriptor=?

This seems to support what you are suggesting that it could be a optimization issue.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9773

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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