From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8650 invoked by alias); 24 Jun 2009 10:01:11 -0000 Received: (qmail 6409 invoked by uid 48); 24 Jun 2009 10:00:53 -0000 Date: Wed, 24 Jun 2009 10:01:00 -0000 Message-ID: <20090624100053.6408.qmail@sourceware.org> From: "mjw at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090623142132.10318.mjw@redhat.com> References: <20090623142132.10318.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/10318] Bad address reading arg from mark probe 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: 2009-q2/txt/msg01027.txt.bz2 ------- Additional Comments From mjw at redhat dot com 2009-06-24 10:00 ------- I suspect we do something wrong with the "fetch_register (5)". gdb seems able to resolve the arg1 variable fine: Breakpoint 1, 0x080484c3 in main_func (foo=3) at /home/mark/src/systemtap/testsuite/systemtap.exelib/uprobes_exe.c:25 25 STAP_PROBE1(test, main_count, foo); (gdb) print arg1 $1 = 3 (gdb) print &arg1 $2 = (volatile int *) 0xffffd2ec -- http://sourceware.org/bugzilla/show_bug.cgi?id=10318 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.