Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > 7a9d4042769648e8c5456e3b733137df > files > 2

dyninst-12.2.0-2.mga9.src.rpm

Remove extraneous error messages of the form:
 err message: .debug_loclists section missing
 err message: invalid DWARF
which are repeated in some circumstances without adding useful context

--- dyninst-12.1.0/symtabAPI/src/dwarfWalker.C
+++ dyninst-12.1.0/symtabAPI/src/dwarfWalker.C
@@ -1858,1 +1858,1 @@
-                cerr << "err message: " << dwarf_errmsg(dwarf_errno()) << endl;
+	        dwarf_printf("(0x%lx) Error while decoding location: %s\n", id(), dwarf_errmsg(dwarf_errno()));