From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24944 invoked by alias); 5 Dec 2008 17:07:59 -0000 Received: (qmail 23517 invoked by uid 48); 5 Dec 2008 17:06:41 -0000 Date: Fri, 05 Dec 2008 17:07:00 -0000 Message-ID: <20081205170641.23516.qmail@sourceware.org> From: "fche at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20081124155752.7045.fche@redhat.com> References: <20081124155752.7045.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/7045] user-space probe x86 on x86-64 host 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/msg00487.txt.bz2 ------- Additional Comments From fche at redhat dot com 2008-12-05 17:06 ------- (In reply to comment #1) > Could you elaborate it a little or provide some test cases? On my fc9 x86-64 machine, I get this. Maybe your 'gcc -m32' doesn't work? [12:03:46] % cat > hello.c int main () { } [12:04:30] % gcc -g -m32 hello.c -o hello [12:04:33] % file hello hello: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped [12:04:34] % sudo ./stap -e 'probe process("./hello").function("*").call {}' -vwt Pass 1: parsed user script and 47 library script(s) in 160usr/20sys/178real ms. semantic error: ELF machine i?86 (code 3) mismatch with target x86_64 in '/home/fche/Private/DEVEL/DEVEL-systemtap/git/BUILD/hello' semantic error: no match while resolving probe point process("./hello").function("*").call semantic error: no probes found Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s) in 0usr/0sys/3real ms. Pass 2: analysis failed. Try again with another '--vp 01' option. -- http://sourceware.org/bugzilla/show_bug.cgi?id=7045 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.