I am trying to debug a program using ddd. When I try to enter any function or inside main (), I get the following warning:
warning: (Internal error: pc 0x804a6b0 in read in psymtab but not in symtab.)
This warning flashes whenever I try to switch to another command using "n" or enter or leave a function. I tried to see this in other forums, but without a definitive answer. The code I'm trying to debug runs in multiple files, and I'm not sure if I can put all the code here.
I am using g ++ version:
g ++ (GCC) 4.4.1 20090725 (Red Hat 4.4.1-2)
Any help on this is welcome.
source
share