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 releng/14825] New: dtrace .d parser can't handle compact input


http://sourceware.org/bugzilla/show_bug.cgi?id=14825

             Bug #: 14825
           Summary: dtrace .d parser can't handle compact input
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: releng
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


On IRC, it was reported that a .d file looking like this:

    provider test {  probe test1(); /* test */  };

processed by e.g. /usr/bin/dtrace -h, results in no mention of test1().
The line-by-line parsing logic is too simple.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]