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 runtime/21064] New: dtrace script reports wrong line number for syntax errors .d files


https://sourceware.org/bugzilla/show_bug.cgi?id=21064

            Bug ID: 21064
           Summary: dtrace script reports wrong line number for syntax
                    errors .d files
           Product: systemtap
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: 630dr7+9vgtozzjuj0gg at sharklasers dot com
  Target Milestone: ---

Example: 
https://raw.githubusercontent.com/nodejs/node/master/src/node_provider.d

#  dtrace -C -G -s src/node_provider.d -o
"/tmp/nodejs/node-v6.9.4/out/Release/obj/gen/node_dtrace_provider.o"

Warning: /usr/bin/dtrace:/tmp/tmpevd93go7.d:30: syntax error near:
probe net__server__connection

The error is actually on line 55, the file contains a large comment in the
header

-- 
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]