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/14311] New: always report alternatives & positions in probe point error messages


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

             Bug #: 14311
           Summary: always report alternatives & positions in probe point
                    error messages
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap@sourceware.org
        ReportedBy: smakarov@redhat.com
    Classification: Unclassified


When implementing alias suffixes, it was necessary to slightly simplify the
error reporting on probe mismatch. The following currently missing information
that might be more comprehensively reported in the future:

- The position number of the mismatched component within the probe is no longer
given. (it might not be necessary to add this back now, since the exact same
information is expressed by showing the source coordinates of the mismatch
error)

- In complex situations involving both alias suffixes, the full set of
available suffixes might not be reported when there is a mismatch error.
Collecting this information accurately probably requires a much more involved
error handling scheme than what is currently used.

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