From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19031 invoked by alias); 10 Jul 2009 09:36:06 -0000 Received: (qmail 18772 invoked by uid 48); 10 Jul 2009 09:35:50 -0000 Date: Fri, 10 Jul 2009 09:36:00 -0000 Message-ID: <20090710093550.18771.qmail@sourceware.org> From: "wenji dot huang at oracle dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090416160452.10075.fche@redhat.com> References: <20090416160452.10075.fche@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/10075] emit more error message details in probe registration logic 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-q3/txt/msg00081.txt.bz2 ------- Additional Comments From wenji dot huang at oracle dot com 2009-07-10 09:35 ------- Created an attachment (id=4047) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4047&action=view) patch to emit address related to probe With the patch, registering bad probe will generate: WARNING: probe kernel.statement(-1).absolute (address 0xffffffff) registration error (rc -22) The probe address is added to error message. Another possible item is to convert -22 to -EINVAL. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10075 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.