Bug 821186 - tapset errors in qemu-kvm.stp with "in" and "from" keywords
Summary: tapset errors in qemu-kvm.stp with "in" and "from" keywords
Keywords:
Status: CLOSED DUPLICATE of bug 831763
Alias: None
Product: Fedora
Classification: Fedora
Component: qemu
Version: 17
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Fedora Virtualization Maintainers
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-12 22:02 UTC by Dominic Cleal
Modified: 2013-01-09 12:01 UTC (History)
11 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-07-10 11:23:33 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dominic Cleal 2012-05-12 22:02:37 UTC
Description of problem:
Trying to run an unrelated systemtap script shows two parse errors with these lines:

in = $arg3;
next = $arg1;

Identical errors are shown for qemu-kvm.stp, qemu-system-i386.stp and qemu-system-x86_64.stp, showing a total of six.

Version-Release number of selected component (if applicable):
qemu-system-x86-1.0-17.fc17.x86_64

How reproducible:
Always.

Steps to Reproduce:
1. run stap -e ''
2. check for any parse errors relating to qemu
  
Actual results:
$ stap -e ''
Input file '<input>' is empty or missing.
parse error: expected statement
	saw: keyword at /usr/share/systemtap/tapset/qemu-kvm.stp:1139:3
     source:   in = $arg3;
               ^
parse error: expected literal string or number
	saw: operator '=' at /usr/share/systemtap/tapset/qemu-kvm.stp:2078:8
     source:   next = $arg1;
                    ^
2 parse errors.


Expected results:
$ stap -e ''
Input file '<input>' is empty or missing.

Additional info:
Already reported against RHEL 6 as bug #720979, bug #798676 and #820320.  These only report the "next" error, not the "in" error though.

See bug #820320, comment #2 for a list of all reserved keywords.

Comment 1 Cole Robinson 2012-07-10 11:23:33 UTC

*** This bug has been marked as a duplicate of bug 831763 ***


Note You need to log in before you can comment on or make changes to this bug.