[Bug translator/6977] New: Incorrect resolution of variables in function scope
prerna at linux dot vnet dot ibm dot com
sourceware-bugzilla@sourceware.org
Fri Oct 24 05:40:00 GMT 2008
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.
More information about the Systemtap
mailing list