From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12465 invoked by alias); 30 Jul 2010 16:27:06 -0000 Received: (qmail 12311 invoked by uid 48); 30 Jul 2010 16:26:51 -0000 Date: Fri, 30 Jul 2010 16:27:00 -0000 Message-ID: <20100730162651.12310.qmail@sourceware.org> From: "jistone at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20100730130740.11858.mjw@redhat.com> References: <20100730130740.11858.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/11858] Confusing error message with get_kretprobe_long 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: 2010-q3/txt/msg00135.txt.bz2 ------- Additional Comments From jistone at redhat dot com 2010-07-30 16:26 ------- This isn't the fault of kretprobe-saving in particular, e.g. $ stap -e 'probe syscall.open.return { log("pid: " . pid()); }' semantic error: type mismatch (long vs. string): identifier 'pid' at /usr/share/systemtap/tapset/context.stp:48:10 source: function pid:long () ^ Pass 2: analysis failed. Try again with another '--vp 01' option. We ought to identify the *caller* as the type mismatch, not the callee. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11858 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.