This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/16951] New: dtrace regression


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]