This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug translator/16019] limit number of similar semantic errors output
- From: "jlebon at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Fri, 18 Oct 2013 19:51:22 +0000
- Subject: [Bug translator/16019] limit number of similar semantic errors output
- Auto-submitted: auto-generated
- References: <bug-16019-6586 at http dot sourceware dot org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=16019
--- Comment #5 from Jonathan Lebon <jlebon at redhat dot com> ---
Hi Siarhei,
You have an interesting solution. This works in the case of missing debuginfo,
but I'm not sure if it would be a good match for all situations. It seems like
the logic is something like 'print the chain iff the bottom of the chain is
unique'. We're not necessarily looking for string uniqueness, but rather allow
for some discrepancies.
I tried my hand at this as well. I went the explicit-tagging-in-new-fields way
mentioned in comment 2. It's an 'opt-in' feature which for now only debuginfo
uses. But if we find other areas of the codebase that can produce a lot of
errors we want to shut up, we just have to pass an error type.
--
You are receiving this mail because:
You are the assignee for the bug.