https://bugs.kde.org/show_bug.cgi?id=388526
Paul Floyd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Paul Floyd <[email protected]> --- In debuginfo.c VG_(message)(Vg_DebugMsg, "WARNING: Serious error when " "reading debug info\n"); if (True || VG_(clo_verbosity) < 2) { /* Need to show what the file name is, at verbosity levels 2 or below, since that won't already have been shown */ VG_(message)(Vg_DebugMsg, "When reading debug info from %s:\n", (di && di->fsm.filename) ? di->fsm.filename : "???"); } VG_(message)(Vg_DebugMsg, "%s\n", msg); That does look like a bit of a mess. The "if (True ||" bit can be cleaned up. The two lines that always get printed are WARNING: Serious error when reading debug info When reading debug info from [filename] I suggest changing that to WARNING: Serious problem reading debug info from [filename]/ WARNING: Valgrind will continue to execute but error messages may be degraded. -- You are receiving this mail because: You are watching all bug changes.
