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/6977] New: Incorrect resolution of variables in function scope


The following script fails when run on a NUMA machine :
probe kernel.function("get_page_from_freelist")
{
        printf("zone_reclaim_mode = %x\n", $zone_reclaim_mode);
}

Error :
semantic error: failed to retrieve location attribute for local
'zone_reclaim_mode' (dieoffset: 0xzone_reclaim_mode): identifier
'$zone_reclaim_mode' at scripts/zrm.stp:5:44
source:         printf("zone_reclaim_mode = %x\n", $zone_reclaim_mode)
                                                           ^

-- 
           Summary: Incorrect resolution of variables in function scope
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: prerna at linux dot vnet dot ibm dot com


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

------- 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]