[Bug translator/16951] New: dtrace regression
mcermak at redhat dot com
sourceware-bugzilla@sourceware.org
Fri May 16 06:10:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=16951
Bug ID: 16951
Summary: dtrace regression
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: mcermak at redhat dot com
The dtrace preprocessor regressed between systemtap-2.4-14.el7 and today's
upstream head [1] in testcase covering rhbz 902739. Testcase:
printf "providers xxx { };\n" > xxx
dtrace -G -k -s xxx
- upstream head output:
# dtrace -G -k -s xxx
providers xxx { };
^
Expected end of text (at char 0), (line:1, col:1)
- systemtap-sdt-devel-2.4-14.el7 output:
# dtrace -G -k -s xxx
header: /tmp/tmpfy_In4.h
source: /tmp/tmpQldlBB.c
--------------------
[1] Packages used for testing are temporarily available at
https://url.corp.redhat.com/f55a9ee
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list