From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30170 invoked by alias); 13 May 2010 15:46:32 -0000 Received: (qmail 30106 invoked by uid 48); 13 May 2010 15:46:14 -0000 Date: Thu, 13 May 2010 17:16:00 -0000 From: "dsmith at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20100513154612.11596.dsmith@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/11596] New: preprocessor oddity 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-q2/txt/msg00338.txt.bz2 The following works fine: ==== %(kernel_v < "2.6.40" %? probe end {} %) ==== However, the following fails: ==== %(kernel_v < "2.6.40" %? probe ioblock.* {} %) ==== # stap -vp4 ../preprocessor.stp parse error: expected identifier or '*' saw: operator '*' at ../preprocessor.stp:2:15 source: probe ioblock.* {} ^ 1 parse error(s). Pass 1: parsed user script and 70 library script(s) using 33604virt/20496res/1604shr kb, in 170usr/20sys/202real ms. Pass 1: parse failed. Try again with another '--vp 1' option. (If nothing else, the error message is very confusing, since it complains it found a '*' while looking for a '*'.) -- Summary: preprocessor oddity Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator AssignedTo: systemtap at sources dot redhat dot com ReportedBy: dsmith at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=11596 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.