From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22369 invoked by alias); 24 Oct 2008 05:40:10 -0000 Received: (qmail 3710 invoked by uid 48); 24 Oct 2008 05:38:54 -0000 Date: Fri, 24 Oct 2008 05:40:00 -0000 From: "prerna at linux dot vnet dot ibm dot com" To: systemtap@sources.redhat.com Message-ID: <20081024053854.6977.prerna@linux.vnet.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/6977] New: Incorrect resolution of variables in function scope X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00189.txt.bz2 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.