[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 113642] valgrind crashes when trying to read debug information
From:       Nicholas Nethercote <njn () cs ! utexas ! edu>
Date:       2005-10-04 14:35:11
Message-ID: 20051004143511.18110.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=113642         




------- Additional Comments From njn cs utexas edu  2005-10-04 16:35 -------
On Tue, 4 Oct 2005, Tom Hughes wrote:

> The symbol table reader in valgrind is currently using the presence of 
> debug_line to indicate DWARF2 and then assuming that debug_info will be 
> present.


So

       if (debug_line) {

should become

       if (debug_line && debug_info) {

?  And maybe add in (debug_info_sz > 4), and possibly check that debug_str 
and debug_abbv are non-NULL.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic