From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16436 invoked by alias); 27 Nov 2007 23:04:23 -0000 Received: (qmail 16365 invoked by uid 48); 27 Nov 2007 23:04:10 -0000 Date: Tue, 27 Nov 2007 23:04:00 -0000 Message-ID: <20071127230410.16364.qmail@sourceware.org> From: "mhiramat at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20071121002135.5376.mhiramat@redhat.com> References: <20071121002135.5376.mhiramat@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/5376] Stap does not check incorrect probe point syntax 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: 2007-q4/txt/msg00398.txt.bz2 ------- Additional Comments From mhiramat at redhat dot com 2007-11-27 23:04 ------- Created an attachment (id=2111) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2111&action=view) A bugfix patch for wildcard parsing. This patch will fix the first and the second issue. With this patch, parser treats '*'(wildcard) in probe points as an alphabet. However, there is a side-effect that this patch allows consecutive wildcards (ex. "probe a** {}"). I'm not sure why the consecutive wildcards have been restricted. I think it could be allowed like as bash. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5376 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.