Bug 14825 - dtrace .d parser can't handle compact input
Summary: dtrace .d parser can't handle compact input
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: releng (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Stan Cox
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-10 11:54 UTC by Frank Ch. Eigler
Modified: 2014-05-05 14:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2012-11-10 11:54:26 UTC
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.
Comment 1 Stan Cox 2014-05-05 14:42:14 UTC
commit: d3adcb4a23c
Add pyparsing to dtrace