|
From: Eyal L. <ey...@ey...> - 2005-06-04 03:56:12
|
re: https://bugs.kde.org/show_bug.cgi?id=101204 Looks to me like a very straight forward issue. I now have to apply a private patch where the two offending messages are removed from coregrind/m_debuginfo/symtab.c. There is probably a better solution, probably some rate limiting. if (lineno > MAX_LINENO) { #if 0 VG_(message)(Vg_UserMsg, "warning: ignoring line info entry with " "huge line number (%d)", lineno); VG_(message)(Vg_UserMsg, " Can't handle line numbers " "greater than %d, sorry", MAX_LINENO); #endif return; } -- Eyal Lebedinsky (ey...@ey...) <http://samba.org/eyal/> |