From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1211 invoked by alias); 15 Nov 2011 10:33:19 -0000 Received: (qmail 1184 invoked by uid 22791); 15 Nov 2011 10:33:17 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_MJ X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Nov 2011 10:33:05 +0000 From: "mjw at redhat dot com" To: systemtap@sourceware.org Subject: [Bug tapsets/13313] Can't parse SDT_V3 operand '(%rcx,%rax,8)' Date: Tue, 15 Nov 2011 10:33:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: tapsets X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mjw at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2011-q4/txt/msg00182.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13313 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #7 from Mark Wielaard 2011-11-15 10:32:47 UTC --- Hopefully finally really totally fixed this now: commit 0f7b51d6c1e968c5183a165ff3fc102357bbfc08 Author: Mark Wielaard Date: Tue Nov 15 11:09:38 2011 +0100 PR13313 cont'd, fix regexp for [+-]D[+-]D[+-]D(...) operand case again. The +/- before the second and third D aren't optional, but the combination of [+-]D as a whole is optional. Tweak regexp again. Tested against make installcheck RUNTESTFLAGS="library.exp sdt.exp sdt_misc.exp dtrace_clone.exp dtrace_fork_exec.exp dtrace_vfork_exec.exp semok.exp" -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.